- 8556091 1. Fix a bug when verify the CertType GUID in authentication variable data payload. by sfu5 · 13 years ago
- e69ccf5 Update code comments to specify the correct language format for Driver Diagnostics Protocol and Unicode Collation Protocol. by lgao4 · 13 years ago
- 4a18b92 Add ACPI5.0 header file. by jyao1 · 13 years ago
- eb2423c According to PI errata 0000654 and 000811, we need use 0xFFFE to instead of 0 for EFI_SMBIOS_PROTOCOL.Add() SmbiosHandle parameter to assign a unique handle to the SMBIOS record, and for EFI_SMBIOS_PROTOCOL.GetNext() SmbiosHandle parameter to get the first matched SMBIOS handle or indicate no more SMBIOS record. by lzeng14 · 13 years ago
- 787b2f1 PI 1.2 Errata C: A new return condition is added for the returned status code EFI_INVALID_PARAMETER for SMM Control2 Protocol.Trigger(). by rsun3 · 13 years ago
- 191daa2 According to PI errata 0000718 and PI 1.2c Vol 3 3.2.1, comment out "Types" for EFI_FIRMWARE_VOLUME_EXT_ENTRY_OEM_TYPE structure and "Data" for EFI_FIRMWARE_VOLUME_EXT_ENTRY_GUID_TYPE structure. by lzeng14 · 13 years ago
- 83a6cf3 Remove CONST prefix to follow PI Specification. by vanjeff · 13 years ago
- 53e6937 Update PI Service Table Versions per PI 1.2 Errata C. by rsun3 · 13 years ago
- 96aace8 UEFI231 spec compliance: by jyao1 · 13 years ago
- 6f58362 According to PI 1.2c Vol 3, EFI_FVB2_ALIGNMNET_512K should be EFI_FVB2_ALIGNMENT_512K. by lzeng14 · 13 years ago
- 01e20f0 According to PI errata 0000690, word "Ide Bus driver" has been replaced with "Driver entity". by erictian · 13 years ago
- d634799 Remove code comments since PI 1.2c has fixed the typo of some status code name. by vanjeff · 13 years ago
- 2002bf5 According to PI 1.2c Vol 5, update the code to stipulate SMBIOS 2.7 and include the new types defined therein. by lzeng14 · 13 years ago
- 9607294 Follow PI1.2c spec, check empty string and return EFI_INVALID_PARAMETER. by jyao1 · 13 years ago
- 90710be MdePkg: Move Bmp.h from IntelFrameworkModulePkg/Library/GenericBdsLib/ to MdePkg/Include/IndustryStandard. by xdu2 · 13 years ago
- 30f001c Add core FFS3 support, ExtractGuidedSectionLib/GuidedSectionExtractionLib/PiFirmwareFile.h. by lzeng14 · 13 years ago
- 501793f Adopt new IPv4/IPv6 device path for network modules. by niruiyu · 13 years ago
- 042a73f Fix name conflict between User Credential protocol and User Credential2 protocol. by gdong1 · 13 years ago
- 15e329d correct a typo. by gdong1 · 13 years ago
- ea9b6bb Update UID definition to align with latest UEFI spec 2.3.1. by gdong1 · 13 years ago
- cb55fa3 Add the definition of UNDI_CONFIG_TABLE defined in UEFI Specification, 2.3.1 by vanjeff · 13 years ago
- bfbe0be Update UID drivers to align with latest UEFI spec 2.3.1. by gdong1 · 13 years ago
- e791cf4 1. Add Partial Keystroke Support definition in SimpleTextInputEx.h See the Uefi2.3.1a chapter 11.2 by qianouyang · 13 years ago
- 6048a5b Update comments to corrects SignatureSize for each SignatureType. by lgao4 · 13 years ago
- f85e38b Add the definitions of Common Platform Error Record (defined in Appendix N Common Platform Error Record, UEFI 2.3.1). by vanjeff · 13 years ago
- 09e1962 Add the definition of new format of IPv4 device path node, FibreEx device path node. by niruiyu · 13 years ago
- 6088db3 Move generic IA32_SEGMENT_DESCRIPTOR definition to BaseLib.h. by li-elvin · 13 years ago
- fe69ac8 MdePkg: Add S3 library interfaces and base implementations by jljusten · 13 years ago
- b9610b9 Add new API GetTimeInNanoSecond() to TimerLib to convert elapsed ticks to time in unit of nanoseconds. by xdu2 · 13 years ago
- 71f6080 Remove CONST modifier to be spec compliance by erictian · 13 years ago
- da910a4 remove some const modifier to spec compliance. by erictian · 13 years ago
- 884f929 Add the missing SMBIOS_TABLE_TYPE42 pointer in SMBIOS_STRUCTURE_POINTER. by lzeng14 · 13 years ago
- b6ed107 Added 3 new EFI Resources Attributes defined in PI 1.2 Specification, Errata B. by vanjeff · 13 years ago
- ab0eece 1. Add Uefi231 secure boot related definitions by hhuan13 · 13 years ago
- f405c06 Add 2 functions to UefiLib library class: CatSPrint and CatVSPrint. by jcarsey · 13 years ago
- 05c82e5 GUIDs should go below the correct comment block in MdePkg.dec. by lzeng14 · 13 years ago
- 76336e4 Add header file for KMS. by lzeng14 · 13 years ago
- 9abd316 Change CHAP_RADIUS_AUTH_NODE & CHAP_LOCAL_AUTH_NODE definition in AuthenticationInfo.h to align to the latest spec. by niruiyu · 13 years ago
- d23610e Update structure EFI_IFR_VARSTORE_EFI to follow UEFI spec 2.3.1 by ydong10 · 13 years ago
- d9de792 Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is valid/invalid. by niruiyu · 14 years ago
- 18bd7e8 Fix the comments in the core interface to follow the UEFI Spec regarding how to check an EFI_HANDLE is valid/invalid. by niruiyu · 14 years ago
- d3e0289 Clarify the requirements for the Destination parameter of UnicodeStrToAsciiStr. by jcarsey · 14 years ago
- 2ed77d0 Add new "ref5" opcode data structure and ref data type structure. by ydong10 · 14 years ago
- 8b67c4c Remove non-ASCII characters. by niruiyu · 14 years ago
- 2a5c468 Update the EFI_PCI_ADDRESS macro in PciRootBridgeIo.h to support PCI Express extended registers. by rsun3 · 14 years ago
- 8a18c8c Update prototype name of Get()/Set() to EFI_AUTHENTICATION_INFO_PROTOCOL_GET/ EFI_AUTHENTICATION_INFO_PROTOCOL_SET, by lzeng14 · 14 years ago
- 044a53c Correct ExtendedSize’s type to UINT32. by lzeng14 · 14 years ago
- 1955808 For BaseLib IsNull() function , update retval value comment to match its function description. by lgao4 · 14 years ago
- 8b15741 Add ABS() macro (Absolute Value) to Base.h in MdePkg by mdkinney · 14 years ago
- 77df6ed Fix incorrect comments in SimpleFileSystem.h. by niruiyu · 14 years ago
- a0e1b12 Add the missing default definition of EFIAPI in Ia32/ProcessorBind.h. by lgao4 · 14 years ago
- 863be5d Add ESAL support libraries to MdePkg by mdkinney · 14 years ago
- ef2635c Change BuildGuidHob and BuildGuidDataHob to return NULL upon failure. by niruiyu · 14 years ago
- dfc66bb Add new "refresh event group" opcode. by ydong10 · 14 years ago
- 26a65e5 Add new "Modal form" opcode. by ydong10 · 14 years ago
- 4f07790 String Reference Cleanup. by lzeng14 · 14 years ago
- ae127ef Add new definition for XHCI support by erictian · 14 years ago
- bfe0572 Update the comments of InstallConfigurationTable to follow UEFI Spec. by niruiyu · 14 years ago
- 4ec21e8 Per PI 1.2 errata B spec, for SetMemoryAttributes() service of CPU Architecture Protocol, EFI_INVALID_PARAMETER should be returned for cases: by rsun3 · 14 years ago
- b8a6266 Add BlockIO revision 3 definition. Add new API ScsiInquiryCommandEx to UefiScsiLib. by niruiyu · 14 years ago
- 7ddba20 Add core SMBIOS 2.7.0 and 2.7.1 support. by lzeng14 · 14 years ago
- d4cb06e Add new definition used for new call back return type and new action type. by ydong10 · 14 years ago
- ef3f887 Change the type of the IoData field of EFI_SMM_SAVE_STATE_IO_INFO from UINTN to UINT64 to follow the PI spec. by rsun3 · 14 years ago
- bf09926 According to PI_1_2_Errata_B, EFI_FFS_INTEGRITY_CHECK.Checksum.File should be 8-bit checksum of the file data, not the entire file, correct the comments. by lzeng14 · 14 years ago
- 66b96f9 Add definition of SCAN_PAUSE for EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL. by vanjeff · 14 years ago
- 960212a add those missing device path nodes into the union structure of EFI_DEV_PATH and EFI_DEV_PTR by erictian · 14 years ago
- 31c21fd Add new status code definition in PI 1.2 Errata B. by li-elvin · 14 years ago
- c777fc4 1. Add definition for SSP(StorageSecurityCommand Protocol) by hhuan13 · 14 years ago
- 2be21af 1.Move the definitions of SCAN_F11 and SCAN_F12 from SimpleTextIn.h to SimpleTextInEx.h because they are defined in Table - EFI Scan Codes for EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL. by vanjeff · 14 years ago
- aee17e8 Add the definition of EFI_2_31_SYSTEM_TABLE_REVISION and update EFI_SYSTEM_TABLE_REVISION & EFI_RUNTIME_SERVICES_REVISION & EFI_BOOT_SERVICES_REVISION to EFI_2_31_SYSTEM_TABLE_REVISION. by vanjeff · 14 years ago
- b586757 Add BlockIO2 Protocol definition. by qianouyang · 14 years ago
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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