- 96488aa Refine code to make code follow the coding style. by ydong10 · 14 years ago
- f3b80a8 Add SMM FTW wrapper driver since non-SMM FTW protocol can be used by some consumers (Such as capsule update) when SMM FTW driver is applied. by gdong1 · 14 years ago
- b59ad75 Fix an K9 issue in variable driver. by gdong1 · 14 years ago
- 76f6d95 Remove extra {} inside DEBUG_CODE() macro by mdkinney · 14 years ago
- aa927ca Clean up GCD DEBUG() macros so DEBUG_CODE() is only used to enable/disable the DBG MMIO and GCD I/O map dumps by mdkinney · 14 years ago
- b452ca8 Enhance BDS to support Boot/Driver option whose option number >= 0xFF. by niruiyu · 14 years ago
- 3a4ddfc OvmfPkg EMU FVB: Add 2 functions to PlatformFvbLib by jljusten · 14 years ago
- 949b0f3 OvmfPkg EMU FVB: Convert to FVB2 protocol by jljusten · 14 years ago
- 9529d0f OvmfPkg PlatformFvbLib: Change PlatformFvbDataWritten by jljusten · 14 years ago
- 6632587 OvmfPkg/build.sh: Add features and replace build32/64.sh by jljusten · 14 years ago
- af07212 Fix InternalMemScanMem* functions so that they return the pointer to the matched object, as specified, instead of the following object. by darylm503 · 14 years ago
- 2183cf2 Fix ICC9 compiler failure by niruiyu · 14 years ago
- ec44f02 Fix 32-bit build break by mdkinney · 14 years ago
- 98fc7c7 Fix typo in __switchiu8() to use r0 in place of r3. by andrewfish · 14 years ago
- b1620d0 Fix the bug that duplicate HDD is shown in the BMM. by niruiyu · 14 years ago
- e519983 1. fix AtaPassThru.PassThru() sct failure by erictian · 14 years ago
- f877f30 Add DEBUG() macros for DEBUG_CACHE to MTRR Library show all changes memory caches setting changes. by mdkinney · 14 years ago
- f9d1f97 Add DEBUG() macros to all GCD services to monitor all changes to the GCD Memory and GCD I/O maps when DEBUG_GCD is set in PcdDebugPrintErrorLevel. by mdkinney · 14 years ago
- dad8dea Fix Copyright year to 2011 by mdkinney · 14 years ago
- 5a2e7dd Define bits for PcdDebugPrintErrorLevel to monitor Global Coherency Domain(GCD) and memory cache setting changes. by mdkinney · 14 years ago
- b16ad4b Correct return value check. by jyao1 · 14 years ago
- 2244198 NetworkPkg: Update Ipsecconfig Application to print the keys of SAD in concise way. by qianouyang · 14 years ago
- 8c71629 in Recovery path, doesn't warm reset even if MemoryTypeInfo data is changed. by erictian · 14 years ago
- ee68620 Use REPORT_STATUS_CODExxx() macros directly. by mdkinney · 14 years ago
- 250057b Use REPORT_STATUS_CODExxx() macros directly. by mdkinney · 14 years ago
- 58b9f0f EdkCompatibilityPkg RuntimeDxe Lib: Fix GCC warning by jljusten · 14 years ago
- 1d8fa5e NetworkPkg/IpSecDxe: Add missing EFIAPI for callback functions by jljusten · 14 years ago
- 911302d Fix build issue. by qianouyang · 14 years ago
- 9166f84 Add IPsec/Ikev2 support. by qianouyang · 14 years ago
- 4a8266f OvmfPkg: Work around issue seen with kvm + grub2 (efi) by jljusten · 14 years ago
- 689562c OvmfPkg: Add USB support by jljusten · 14 years ago
- aed8e2e OvmfPkg README: Group network information together by jljusten · 14 years ago
- 5a9745b OvmfPkg: Add build32.sh and build64.sh scripts by jljusten · 14 years ago
- 4a567c9 1. Add new API supports for PEM & X509 key retrieving & verification; by qlong · 14 years ago
- 2a6433f Use SmmStatusCode protocol in EfiInitializeSmmDriverLib() funciton. by lgao4 · 14 years ago
- 9ae0edb 1. Invoke InstallConfigurationTable () in OnReadyToBoot() to avoid the new registered table may be NULL. by gdong1 · 14 years ago
- 9969fde Update the Timeout used for Write() operations to consider the case where the Tx FIFO is full on entry to Write(). by mdkinney · 14 years ago
- abef1c7 Prevent a NULL device path from being passed into REPORT_STATUS_CODE_WITH_DEVICE_PATH by building child device path before using any of the Serial I/O Protocol services. by mdkinney · 14 years ago
- c352252 Show PEIM GUID in PERF log. by lgao4 · 14 years ago
- e24adb1 Enable number input for numeric, date and time opcode by ydong10 · 14 years ago
- a06638e Fix issue when BaseDebugLibSerialPort is combined with BaseSerialPortLibNull. It will ASSERT() due to the recent addition of a CONSTRUCTOR to BaseDebugLibSerialPort that calls SerialPortInitialize(). by mdkinney · 14 years ago
- 8e456a7 Add mapping for PlatformHookLib to [LibraryClasses] section by mdkinney · 14 years ago
- 64b2d0e Update Ipsecconfig application. by qianouyang · 14 years ago
- e0ee9d9 Clean ISA_IO/ISA_IO_16 and VGA_IO/VGA_IO_16 attribute usage in PCI bus driver/PCI host bridge drivers/LPC/VGA device drivers. by rsun3 · 14 years ago
- e25fb2c Add missing @param to function header comment. by mdkinney · 14 years ago
- 4eed2db Fix CYG GCC build fail on retf. by jyao1 · 14 years ago
- ef291d0 Replace @@ symbol since GCC does not recognize it. by jyao1 · 14 years ago
- 6dd67b6 Fix GCC build failure. by jyao1 · 14 years ago
- a81b140 Remove ASSERT here for the zero attributes means deleting preexisting variable. by gdong1 · 14 years ago
- 7389fdd Add support for BootOption with USB Class or USB WWID device path node. by xdu2 · 14 years ago
- 84909ad 1. update MatchUsbWwid() to check Vendor Id, Product Id and Interface Number. by xdu2 · 14 years ago
- e2100bf 1. Support inconsistent if opcode used in string/password opcode. by ydong10 · 14 years ago
- 7b546f7 1. support numeric item +/- action generate callback by ydong10 · 14 years ago
- 47cc063 Fix boot script thunk issue that we need dispatch in PEI mode for Framework dispatch function, not in DXE mode. by jyao1 · 14 years ago
- 9541193 Remove PcdSmmVariableEnable from MdeModulePkg since it is not used in core package currently. by gdong1 · 14 years ago
- 638dffa Revert patch 11146 about file guid. by ydong10 · 14 years ago
- 9c3d10b Update inappropriate comments. fine code to make code run more safely. by ydong10 · 14 years ago
- 5456306 Fix a potential bug that SetVariable is invoked for NV variable prior to the installation of EFI_VARIABLE_WRITE_ARCH_PROTOCOL. by gdong1 · 14 years ago
- d766b22 Fix boot script thunk issue that we need dispatch in PEI mode for Framework dispatch function, not in DXE mode. by jyao1 · 14 years ago
- 23228db Document the inconsistency of EFI_SMM_CPU_SAVE_STATE between the EDK2 code base and the Framework SMM CIS 0.91 spec. by rsun3 · 14 years ago
- 6ac6f98 Update definition of EFI_SMM_CPU_SAVE_STATE to exclude Itanium save state. Note this is an inconsistency with the Framework SMM CIS spec. by rsun3 · 14 years ago
- 36e8c95 Change the modifiers of the RegisterContext parameter of EFI SMM SW Dispatch2 Protocol.Register() from IN, CONST to IN, OUT. This is for support for the case where SwSmiInputValue is set to -1, a unique value will be returned in the RegisterContext structure. by rsun3 · 14 years ago
- f2ad949 Fix ICC build issues by mdkinney · 14 years ago
- 467d15a Add generic SerialPortLib instance for 16550 UARTs configured through PCDs. Depends on new library class called PlatformHookLib to perform platform specific initialization of the UART. by mdkinney · 14 years ago
- ccc96db Add CONSTRUCTOR to BaseDebugLibSerialPort to call SerialPortInitialize() in the SerialPortLib to make sure the serial port hardware is in the proper state for use. by mdkinney · 14 years ago
- b35a5f7 Remove CONSTRUCTOR from DxePcdLib aligning the DxePcdLib design with the PeiPcdLib and reduces the number of CONSTRUCTORs that have to be run for most DXE modules. by mdkinney · 14 years ago
- 5bd2d2c Add an empty CONSTRUCTOR to the UefiLib to resolve library dependency issues. by mdkinney · 14 years ago
- 5b98704 Fix DxeHobLib to also support a module type of SMM_CORE. by mdkinney · 14 years ago
- e06752b Remove UefiDriverEntryPoint from [LibraryClasses] section. Library implementations should never link against an entry point lib. Only modules implementation should link against an entry point lib. by mdkinney · 14 years ago
- 12b7f50 Removes the assumption in Supported() and Start() routine that the EFI_SIO_PROTOCOL is installed in the immediate child handle of the PCI controller. Multiple SIO platform could have an additional layer between the PCI controller and the EFI_SIO_PROTOCOL instance. by niruiyu · 14 years ago
- 304a39b Fix a bug that the size of a gate descriptor in the IDT is 8 bytes. The size is 8 bytes in 32-bit mode, while it is 16 bytes in 64-bit mode. Replace the hard-coded size with a sizeof. by rsun3 · 14 years ago
- bcec20d Add support for ARM MOVW/MOVT instructions that were added in the latest PE/COFF specification. Currently they are not hooked in as we need to wait for the tools to get updated. Tools are needed to convert ELF to PE/COFF and to refixup FVs. by andrewfish · 14 years ago
- 70b356a Minor code update to make TcpIo unchanged when return EFI_DEVICE_ERROR. by tye1 · 14 years ago
- 0a13c99 Remove wrongly added SuperIoInit protocol. by niruiyu · 14 years ago
- 445404a Fix ARM link issue. by andrewfish · 14 years ago
- 20e7314 Update inappropriate comments. by ydong10 · 14 years ago
- 7d95240 Fix semihosting on gcc. We need to save lr as svc instruction will change it. by andrewfish · 14 years ago
- 32732a3 Update inappropriate comments. by gdong1 · 14 years ago
- 63ca740 Update remaining ARM .S files with INTERWORK_FUNC macro. This is the 2nd half of check-in 11167. by andrewfish · 14 years ago
- d962902 Add support for semihosting with GCC. Still needs more testing. by andrewfish · 14 years ago
- e7cb469 Fix issue with CodeSourcery gcc requiring assembly functions to have a .type define inorder to support interworking (calling from thumb(C code) to ARM code (hadn written assembly). We had to add a macro as the .type directive is not supported, or needed, by Xcode. All ARM .S files need to be updated. by andrewfish · 14 years ago
- 5792e32 Fix build break on Apple Xcode, caused by fixing normal gcc build break. by andrewfish · 14 years ago
- 7afa5ea Add special treatment for EFI_PCI_IO_ATTRIBUTE_EMBEDDED_DEVICE and EFI_PCI_IO_ATTRIBUTE_EMBEDDED_ROM, because these attributes are only for PCI IO, while not supported by PCI Root Bridge IO. by rsun3 · 14 years ago
- 3a0e054 Fix the IsaIo driver to not create ISA resource item when the ACPI resource returned from EFI_SIO_PROTOCOL::GetResources() is 0. by niruiyu · 14 years ago
- 204df56 Add the SuperIoInit protocol to MdePkg. by niruiyu · 14 years ago
- 4bad9ad Add a TcpIo library to facilitate usage of TCP service. by tye1 · 14 years ago
- 4e36d6f update USB_PORT_STAT_OWNER from 2^11 to 2^13 which is added as a possible value of EFI_USB_PORT_STATUS and is the equivalent of EfiUsbPortOwner of EFI_USB_PORT_FEATURE by erictian · 14 years ago
- cbbd284 update USB_PORT_STAT_OWNER from 2^11 to 2^13 which is added as a possible value of EFI_USB_PORT_STATUS and is the equivalent of EfiUsbPortOwner of EFI_USB_PORT_FEATURE by erictian · 14 years ago
- 4ed4e19 Update the PCI bus driver to correctly set the EFI_PCI_IO_ATTRIBUTE_EMBEDDED_ROM attribute of PCI IO. Per UEFI spec, this attribute is used to determine if the ROM image is from the ROM BAR or from a platform specific location. by rsun3 · 14 years ago
- f92d103 Update FrameworkSpecConformance.txt after adding new datahub definitions for SMBIOS Type 4. by li-elvin · 14 years ago
- e90f276 Remove the unnecessary package from VariableSmmRuntimeDxe.inf. by gdong1 · 14 years ago
- 5c7fa42 Add typecast to remove warning with ICC. VariableSmm.inf: Remove SmmLib by gdong1 · 14 years ago
- 5c54e90 MdeModulePkg VariableRuntimeDxe: Fix build for GCC44 toolchain by jljusten · 14 years ago
- 1b7edf0 update copyright format by hhtian · 14 years ago
- d08fadb update copyright format by hhtian · 14 years ago
- d046087 fix potential memory access violation by ydong10 · 14 years ago
- 8a2d499 Add SMM Variable implementation. by gdong1 · 14 years ago
- d3b4af2 fix build error on ICC compile. by ydong10 · 14 years ago
- 54acdc7 Add missing data record for Type 4. by li-elvin · 14 years ago
- 5a0c039 Add missing fields of Type 4 conversion. by li-elvin · 14 years ago