- f704fc8 1. Change guid name from EFI_CERT_X509 to EFI_CERT_X509_GUID, per UEFI Specification. 2.3.1. by vanjeff · 14 years ago
- a33f9a7 Add the correct GUID for EFI_IPSEC2_PROTOCOL. by qianouyang · 14 years ago
- 7eb2c64 Update the description of Loaded Image Protocol Unload function to follow the UEFI2.3.1 Spec. by lgao4 · 14 years ago
- f6ea51e Update the comments for SizeofPartitionEntry field to follow the UEFI Spec. by niruiyu · 14 years ago
- bf579d3 Typo for the old patch enhance code style. by ydong10 · 14 years ago
- a47c681 Refine code to make code follow the coding style. by ydong10 · 14 years ago
- 8679b1c Add the missing LegacyBiosMpTable.h per MultiProcessor Specification. by lgao4 · 14 years ago
- a77badb Refine code to follow coding style. by ydong10 · 14 years ago
- 6e80bc6 Enhance inf to follow spec. by ydong10 · 14 years ago
- 1ff0b1e Changed TEMPORARY_RAM_SUPPORT_PPI to EFI_PEI_TEMPORARY_RAM_SUPPORT_PPI per PI Spec, 1.2 Errata B. This was one incompatible change. by vanjeff · 14 years ago
- d8ccb37 Update DebugLib to provide support for "err" command in the EFI Shell to adjust the filter mask for DEBUG() messages. The "err" command provide the ability to adjust this filter mask at a global level through an EFI Variable and at the module level through a the Debug Mask Protocol. In order to support the degree of flexibility, the DebugLib needs to use library to abstract the get/set operations to the filter mask. by mdkinney · 14 years ago
- baa6894 Update some progress codes name per the PI Spec, 1.2 Errata B. This was one incompatible change. by vanjeff · 14 years ago
- 2891fc8 Update DebugLib to provide support for "err" command in the EFI Shell to adjust the filter mask for DEBUG() messages. The "err" command provide the ability to adjust this filter mask at a global level through an EFI Variable and at the module level through a the Debug Mask Protocol. In order to support the degree of flexibility, the DebugLib needs to use library to abstract the get/set operations to the filter mask. by mdkinney · 14 years ago
- 5fbfa2d Fixed typos per the PI Spec 1.2 Errata B. by vanjeff · 14 years ago
- d12c6a5 Updated the GUID name to follow PI Spec, 1.2 Errata B. by vanjeff · 14 years ago
- e16ee65 Update comment per the latest PI spec Errata B. by li-elvin · 14 years ago
- 6ced2e1 Fix Xcode build issue. by andrewfish · 14 years ago
- 2094c4d Add definitions for the UEFI ACPI Data Table defined in the UEFI spec and the SMM Communication ACPI Table defined in the PI spec. by rsun3 · 14 years ago
- 1b71e7f A minor change for the format of usage align with spec. by gikidy · 14 years ago
- ba319b9 Update inappropriate comments. by ydong10 · 14 years ago
- ad0ecbc Per PI spec, StatusCode related structure is not required to be defined as packed byte. So, StatusCode related structures are updated from packed to unpacked. by lgao4 · 14 years ago
- 6beb225 Per PI1.2B spec, for the case that TE Image Relocation Data Directory Entry Virtual Address is non-zero, but the Relocation Data Directory Size is zero, BasePeCoffLib should only handle such case as PIC TE image. by lgao4 · 14 years ago
- 9095e76 Update function description per UEFI2.3d. The main changes include: by lgao4 · 14 years ago
- 2ab7038 Add new FV extension type 0x0002 and its related structure per PI1.2B. by lgao4 · 14 years ago
- 40039e2 Add SmmPeriodicSmiLib to MdePkg. by mdkinney · 14 years ago
- 4c8a6e0 Replace INTERWORK_FUNC, with GCC_ASM_EXPORT() and GCC_ASM_IMPORT() and update the rest of the MdePkg ARM assembler to use the macro. Leave the old INTERWORK_FUNC macro in place until we can make sure all the other packages have been updated and then it can be removed. by andrewfish · 14 years ago
- fbd26c4 Remove ; from end of EFI_PEI_PCI_CFG_ADDRESS() macro that prevents the macro from being used in expressions. by mdkinney · 14 years ago
- 36b8597 Update comments of BIT1 and BIT2 to align UEFI Spec 2.3d for EFI_PARTITION_ENTRY.Attributes in UefiGpt.h by niruiyu · 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
- 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
- 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
- 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
- 9c3d10b Update inappropriate comments. fine code to make code run more safely. by ydong10 · 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
- 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
- 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
- 0a13c99 Remove wrongly added SuperIoInit protocol. by niruiyu · 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
- 204df56 Add the SuperIoInit protocol to MdePkg. by niruiyu · 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
- 06128e8 add note for EFI_SW_PEI_EC_INVALID_CAPSULE_DESCRIPTOR and EFI_SW_PEI_PC_RECOVERY_BEGIN to express they are different with the current PI specification 1.2. by vanjeff · 14 years ago
- f00864f updated progress code definitions to match PI Spec 1.2. by vanjeff · 14 years ago
- d040b8f Roll back comment change for SOR. SOR does not apply to SMM. by mdkinney · 14 years ago
- dccf78f MdePkg: Fix GCC Thunk support for IA32 by jljusten · 14 years ago
- 3ae55b7 Update comments for PI 1.2 SMM support. by mdkinney · 14 years ago
- 2057d8c Add a new Timer Library instance SecPeiDxeTimerLibUefiCpu into UefiCpuPkg. This library differs with the SecPeiDxeTimerLibCpu library in the MdePkg in that it uses the local APIC library so that it supports x2APIC mode. by rsun3 · 14 years ago
- 6c4986d Adds the missing return status description for HiiConfigRouting.ConfigToBlock() API. by lgao4 · 14 years ago
- 6361c6d Update the file description in IpSec.h to refer to an accurate UEFI version. by qianouyang · 14 years ago
- 4d4c535 Fix the issue that the high 16-bit of EAX may contain invalid data, which cause bad stack pointer, the change will ensure the high 16-bit of EAX is cleared. by li-elvin · 14 years ago
- b422161 Add Doxygen style comments to the EFI_SIZE_TO_PAGES() and EFI_PAGES_TO_SIZE() macros. Clarify that the Size and Pages parameters to these macros are assumed to be type UINTN. by mdkinney · 14 years ago
- 740ee2e Add comment about usage on EFI_SIZE_TO_PAGES() and EFI_PAGES_TO_SIZE macros. by rsun3 · 14 years ago
- 9be899c Add API to ExtractGuidedSectionLib.h to retrieve the set of registered handlers. by ydong10 · 14 years ago
- eafed2b Fix PCD token value format issue. by gikidy · 14 years ago
- 850f13e Fix a cut-n-paste error in the comment for the "read keystroke" function. by darylm503 · 14 years ago
- 6517edb Update UefiDriverEntryPoint library by adding BaseLib library class required by AutoGen code. by lgao4 · 14 years ago
- 705f53a Update IPsec.h file to follow approved ECR which will be collected into future UEFI 2.3 Specification after 2.3 errata B and future UEFI Specifications after 2.3. The changes mainly include: by qianouyang · 14 years ago
- 818ff8c MdePkg: Use builtin offsetof function for GCC 4.0 and newer by jljusten · 14 years ago
- e0919a5 Add ARM MOVW/MOVT relocations added in PE/COFF 8.2 spec. by andrewfish · 14 years ago
- 22c5a7a Add ACPI4.0 header file. by jyao1 · 14 years ago
- 9864203 add a macro IS_PCI_SATADPA to judge if device is a SATA controller which is running AHCI mode. by erictian · 14 years ago
- f6b4e53 Update MODULE_TYPE to be DXE_RUNTIME_DRIVER by mdkinney · 14 years ago
- c91a44b Update this library to restrict usage to DXE_RUNTIME_DRIVER and DXE_SAL_DRIVER module types by mdkinney · 14 years ago
- 605466a ARM RVCT 3.1 compiler has issues with __packed structures containing anonymous structures in a union. I had to add extra PACKED macros to get things to compile. Hopefully at some point RVCT will support #pragma pack(1) properly and we can retire PACKED macro. by andrewfish · 14 years ago
- 00dbccf Sync bug fix in Edk r10821 to PeiMemoryLib and UefiMemoryLib instances. by qhuang8 · 14 years ago
- ffadc63 Fix the InternalMemScanMem* functions. They were returning the character AFTER the match instead of the matching character. by darylm503 · 14 years ago
- 2186f2a Move ACPI_SMALL_RESOURCE_HEADER and ACPI_LARGE_RESOURCE_HEADER from SuperIo.h to Acpi10.h. by niruiyu · 14 years ago
- 6efe946 Refine code. by sfu5 · 14 years ago
- 83c7c80 Minor refinement on source code. by qhuang8 · 14 years ago
- f0b0ba3 Refine code. by sfu5 · 14 years ago
- a58b9d9 Fixed K9 scan issues. by hhuan13 · 14 years ago
- 6389e32 Use FreePool() library API to replace gBS->FreePool() service. by lgao4 · 14 years ago
- 116b142 Roll back change r10695, because new update on r10700 and r10701 handles this issue. by lgao4 · 14 years ago
- 1d733f7 Enhance SmmMemoryAllocationLib Free function implementation to call gSmst or gBS Free service according to the buffer in or out of SMRAM range. by lgao4 · 14 years ago
- 0433d8f Make sure gBS FreePool() is used to free the buffer always allocated by gBS AllocatePool() service. by lgao4 · 14 years ago
- d4b6dd9 minor format update by hhtian · 14 years ago
- e24f50f Remove spec compliance comment. It follows PI1.2B spec now. by jyao1 · 14 years ago
- 58380e9 Minor grammatical work--mostly adding periods. Items with ONLY period added did not have the heading date changed, but Items with content changes had heading copyright dates updated. Sending separately a list of files missing Doxygen @param and @return information. (PENDING) by myronporter · 15 years ago
- 96dd57e Update BASE PCI Library that uses CF8/CFC access mechanism for PCI configuration cycles to be safe for use from interrupt context and from modules of type DXE_SMM_DRIVER. by mdkinney · 15 years ago
- 2fc59a0 Minor grammatical work--mostly adding periods. Items with ONLY period added did not have the heading date changed, but Items with content changes had heading copyright dates updated. Sending separately a list of files missing Doxygen @param and @return information. (PENDING) by myronporter · 15 years ago
- 37de2c8 Fix minor spec compliance issue: "EFI_DEVICE_PATH_CREATE_NODE" should be "EFI_DEVICE_PATH_UTILS_CREATE_NODE" according to UEFI spec. by qhuang8 · 15 years ago
- 15c952e Minor grammatical work--mostly adding periods. Items with ONLY period added did not have the heading date changed, but Items with content changes had heading copyright dates updated. Sending separately a list of files missing Doxygen @param and @return information. (PENDING) by myronporter · 15 years ago
- 127010d Minor grammatical work--mostly adding periods. Items with ONLY period added did not have the heading date changed, but Items with content changes had heading copyright dates updated. Sending separately a list of files missing Doxygen @param and @return information. (PENDING) by myronporter · 15 years ago
- c5b16b1 Minor grammatical work--mostly adding periods. Items with ONLY period added did not have the heading date changed, but Items with content changes had heading copyright dates updated. Sending separately a list of files missing Doxygen @param and @return information. (PENDING) by myronporter · 15 years ago
- e4a3449 Minor grammatical work--mostly adding periods. Items with ONLY period added did not have the heading date changed, but Items with content changes had heading copyright dates updated. Sending separately a list of files missing Doxygen @param and @return information. (PENDING) by MyronPorter · 15 years ago
- cda8ba5 Add ASSERT() conditions to UEFI Library Print() and AsciiPrint() functions if gST->ConOut is NULL. by mdkinney · 15 years ago
- 35a1715 Minor grammatical work--mostly adding periods. Sending separately a list of files missing Doxygen @param and @return information. by myronporter · 15 years ago
- 2bd78c9 Fixed issue with InternalX86ReadIdtr referencing LDT read and not IDT read operation. by geekboy15a · 15 years ago
- a24faca Add Read/Write (16) command to SCSI library. by li-elvin · 15 years ago
- 2bca9a9 Clean up package/platform DSC files by the following steps: by lgao4 · 15 years ago
- 2653bb4 MdePkg BaseLib: Fix GCC build break by jljusten · 15 years ago
- c756ce8 Fix GCC build break as MemoryFence() API has already been included in GccInline.c in BaseLib. by qhuang8 · 15 years ago
- d01a90f Fix some typos by qhuang8 · 15 years ago
- 4e4a5f3 Temporarily remove build-in __sync_val_compare_and_swap() in the implementation of sync functions. by qhuang8 · 15 years ago
- c9b34b8 Update copyright format by hhtian · 15 years ago
- cf683fe 1. Restore the inline C implementation of GCC assembly files that was temporarily removed in Svn r10045. by qhuang8 · 15 years ago
- f0f78f9 MdePkg: by jyao1 · 15 years ago