summaryrefslogtreecommitdiff
path: root/MdePkg
AgeCommit message (Expand)AuthorFilesLines
2011-03-29Typo for the old patch enhance code style. ydong101-2/+2
2011-03-25Refine code to make code follow the coding style.ydong101-65/+74
2011-03-17Add the missing LegacyBiosMpTable.h per MultiProcessor Specification.lgao41-0/+285
2011-03-15Refine code to follow coding style.ydong102-6/+13
2011-03-14Enhance inf to follow spec.ydong101-6/+6
2011-03-14Changed TEMPORARY_RAM_SUPPORT_PPI to EFI_PEI_TEMPORARY_RAM_SUPPORT_PPI per PI...vanjeff1-4/+10
2011-03-11Update DebugLib to provide support for "err" command in the EFI Shell to adju...mdkinney1-0/+1
2011-03-11Update some progress codes name per the PI Spec, 1.2 Errata B. This was one i...vanjeff1-4/+4
2011-03-10Update DebugLib to provide support for "err" command in the EFI Shell to adju...mdkinney11-28/+164
2011-03-10Fixed typos per the PI Spec 1.2 Errata B.vanjeff4-9/+9
2011-03-10Updated the GUID name to follow PI Spec, 1.2 Errata B.vanjeff1-2/+2
2011-03-10Update comment per the latest PI spec Errata B.li-elvin1-3/+3
2011-03-05Fix Xcode build issue.andrewfish1-2/+1
2011-02-22Add definitions for the UEFI ACPI Data Table defined in the UEFI spec and the...rsun33-1/+59
2011-02-21A minor change for the format of usage align with spec.gikidy1-1/+1
2011-02-17Update inappropriate comments.ydong102-5/+5
2011-02-16Per PI spec, StatusCode related structure is not required to be defined as pa...lgao41-10/+2
2011-02-16Per PI1.2B spec, for the case that TE Image Relocation Data Directory Entry V...lgao41-1/+9
2011-02-12Update function description per UEFI2.3d. The main changes include: lgao44-16/+22
2011-02-12Add new FV extension type 0x0002 and its related structure per PI1.2B.lgao41-2/+21
2011-02-11Add SmmPeriodicSmiLib to MdePkg.mdkinney5-3/+1406
2011-02-01Replace INTERWORK_FUNC, with GCC_ASM_EXPORT() and GCC_ASM_IMPORT() and update...andrewfish9-44/+39
2011-01-27Remove ; from end of EFI_PEI_PCI_CFG_ADDRESS() macro that prevents the macro ...mdkinney1-2/+2
2011-01-27Update comments of BIT1 and BIT2 to align UEFI Spec 2.3d for EFI_PARTITION_EN...niruiyu1-4/+8
2011-01-07Fix InternalMemScanMem* functions so that they return the pointer to the matc...darylm5031-8/+12
2011-01-06Fix Copyright year to 2011mdkinney1-1/+1
2011-01-06Define bits for PcdDebugPrintErrorLevel to monitor Global Coherency Domain(GC...mdkinney1-0/+2
2010-12-30Fix issue when BaseDebugLibSerialPort is combined with BaseSerialPortLibNull....mdkinney1-3/+1
2010-12-28Clean ISA_IO/ISA_IO_16 and VGA_IO/VGA_IO_16 attribute usage in PCI bus driver...rsun32-3/+6
2010-12-22Update inappropriate comments.ydong101-3/+3
2010-12-21Change the modifiers of the RegisterContext parameter of EFI SMM SW Dispatch2...rsun31-11/+15
2010-12-18Add CONSTRUCTOR to BaseDebugLibSerialPort to call SerialPortInitialize() in t...mdkinney2-4/+25
2010-12-18Remove CONSTRUCTOR from DxePcdLib aligning the DxePcdLib design with the PeiP...mdkinney2-91/+70
2010-12-18Add an empty CONSTRUCTOR to the UefiLib to resolve library dependency issues.mdkinney2-0/+23
2010-12-17Fix DxeHobLib to also support a module type of SMM_CORE.mdkinney1-2/+1
2010-12-16Add support for ARM MOVW/MOVT instructions that were added in the latest PE/C...andrewfish1-5/+164
2010-12-16Remove wrongly added SuperIoInit protocol.niruiyu2-45/+0
2010-12-15Fix issue with CodeSourcery gcc requiring assembly functions to have a .type ...andrewfish9-2/+51
2010-12-14Add the SuperIoInit protocol to MdePkg.niruiyu2-0/+45
2010-12-14update USB_PORT_STAT_OWNER from 2^11 to 2^13 which is added as a possible val...erictian1-2/+2
2010-12-08add note for EFI_SW_PEI_EC_INVALID_CAPSULE_DESCRIPTOR and EFI_SW_PEI_PC_RECOV...vanjeff1-1/+3
2010-12-08updated progress code definitions to match PI Spec 1.2.vanjeff1-6/+6
2010-12-06Roll back comment change for SOR. SOR does not apply to SMM.mdkinney1-1/+1
2010-12-06MdePkg: Fix GCC Thunk support for IA32jljusten1-2/+2
2010-12-01Update comments for PI 1.2 SMM support.mdkinney2-4/+4
2010-11-29Add a new Timer Library instance SecPeiDxeTimerLibUefiCpu into UefiCpuPkg. Th...rsun31-0/+3
2010-11-23Adds the missing return status description for HiiConfigRouting.ConfigToBlock...lgao41-1/+4
2010-11-17Update the file description in IpSec.h to refer to an accurate UEFI version.qianouyang1-1/+1
2010-11-12Fix the issue that the high 16-bit of EAX may contain invalid data, which cau...li-elvin4-8/+8
2010-11-05Add Doxygen style comments to the EFI_SIZE_TO_PAGES() and EFI_PAGES_TO_SIZE()...mdkinney1-9/+27