summaryrefslogtreecommitdiff
path: root/MdePkg
AgeCommit message (Expand)Author
2011-05-04Fix DEC files so any PCD declared as Dynamic is also declared as DynamicExmdkinney
2011-05-04Add new status code definition in PI 1.2 Errata B.li-elvin
2011-05-041. Add definition for SSP(StorageSecurityCommand Protocol)hhuan13
2011-05-041.Move the definitions of SCAN_F11 and SCAN_F12 from SimpleTextIn.h to Simple...vanjeff
2011-05-04Add the definition of EFI_2_31_SYSTEM_TABLE_REVISION and update EFI_SYSTEM_TA...vanjeff
2011-05-03Add BlockIO2 Protocol definition.qianouyang
2011-05-03Add BlockIO2 Protocol.qianouyang
2011-04-271. Change guid name from EFI_CERT_X509 to EFI_CERT_X509_GUID, per UEFI Specif...vanjeff
2011-04-20Add the correct GUID for EFI_IPSEC2_PROTOCOL.qianouyang
2011-04-19Update the description of Loaded Image Protocol Unload function to follow the...lgao4
2011-04-14Update the comments for SizeofPartitionEntry field to follow the UEFI Spec.niruiyu
2011-03-29Typo for the old patch enhance code style. ydong10
2011-03-25Refine code to make code follow the coding style.ydong10
2011-03-17Add the missing LegacyBiosMpTable.h per MultiProcessor Specification.lgao4
2011-03-15Refine code to follow coding style.ydong10
2011-03-14Enhance inf to follow spec.ydong10
2011-03-14Changed TEMPORARY_RAM_SUPPORT_PPI to EFI_PEI_TEMPORARY_RAM_SUPPORT_PPI per PI...vanjeff
2011-03-11Update DebugLib to provide support for "err" command in the EFI Shell to adju...mdkinney
2011-03-11Update some progress codes name per the PI Spec, 1.2 Errata B. This was one i...vanjeff
2011-03-10Update DebugLib to provide support for "err" command in the EFI Shell to adju...mdkinney
2011-03-10Fixed typos per the PI Spec 1.2 Errata B.vanjeff
2011-03-10Updated the GUID name to follow PI Spec, 1.2 Errata B.vanjeff
2011-03-10Update comment per the latest PI spec Errata B.li-elvin
2011-03-05Fix Xcode build issue.andrewfish
2011-02-22Add definitions for the UEFI ACPI Data Table defined in the UEFI spec and the...rsun3
2011-02-21A minor change for the format of usage align with spec.gikidy
2011-02-17Update inappropriate comments.ydong10
2011-02-16Per PI spec, StatusCode related structure is not required to be defined as pa...lgao4
2011-02-16Per PI1.2B spec, for the case that TE Image Relocation Data Directory Entry V...lgao4
2011-02-12Update function description per UEFI2.3d. The main changes include: lgao4
2011-02-12Add new FV extension type 0x0002 and its related structure per PI1.2B.lgao4
2011-02-11Add SmmPeriodicSmiLib to MdePkg.mdkinney
2011-02-01Replace INTERWORK_FUNC, with GCC_ASM_EXPORT() and GCC_ASM_IMPORT() and update...andrewfish
2011-01-27Remove ; from end of EFI_PEI_PCI_CFG_ADDRESS() macro that prevents the macro ...mdkinney
2011-01-27Update comments of BIT1 and BIT2 to align UEFI Spec 2.3d for EFI_PARTITION_EN...niruiyu
2011-01-07Fix InternalMemScanMem* functions so that they return the pointer to the matc...darylm503
2011-01-06Fix Copyright year to 2011mdkinney
2011-01-06Define bits for PcdDebugPrintErrorLevel to monitor Global Coherency Domain(GC...mdkinney
2010-12-30Fix issue when BaseDebugLibSerialPort is combined with BaseSerialPortLibNull....mdkinney
2010-12-28Clean ISA_IO/ISA_IO_16 and VGA_IO/VGA_IO_16 attribute usage in PCI bus driver...rsun3
2010-12-22Update inappropriate comments.ydong10
2010-12-21Change the modifiers of the RegisterContext parameter of EFI SMM SW Dispatch2...rsun3
2010-12-18Add CONSTRUCTOR to BaseDebugLibSerialPort to call SerialPortInitialize() in t...mdkinney
2010-12-18Remove CONSTRUCTOR from DxePcdLib aligning the DxePcdLib design with the PeiP...mdkinney
2010-12-18Add an empty CONSTRUCTOR to the UefiLib to resolve library dependency issues.mdkinney
2010-12-17Fix DxeHobLib to also support a module type of SMM_CORE.mdkinney
2010-12-16Add support for ARM MOVW/MOVT instructions that were added in the latest PE/C...andrewfish
2010-12-16Remove wrongly added SuperIoInit protocol.niruiyu
2010-12-15Fix issue with CodeSourcery gcc requiring assembly functions to have a .type ...andrewfish
2010-12-14Add the SuperIoInit protocol to MdePkg.niruiyu