summaryrefslogtreecommitdiffstats
path: root/MdePkg
Commit message (Expand)AuthorAgeFilesLines
* Add definitions for the UEFI ACPI Data Table defined in the UEFI spec and the...rsun32011-02-223-1/+59
* A minor change for the format of usage align with spec.gikidy2011-02-211-1/+1
* Update inappropriate comments.ydong102011-02-172-5/+5
* Per PI spec, StatusCode related structure is not required to be defined as pa...lgao42011-02-161-10/+2
* Per PI1.2B spec, for the case that TE Image Relocation Data Directory Entry V...lgao42011-02-161-1/+9
* Update function description per UEFI2.3d. The main changes include: lgao42011-02-124-16/+22
* Add new FV extension type 0x0002 and its related structure per PI1.2B.lgao42011-02-121-2/+21
* Add SmmPeriodicSmiLib to MdePkg.mdkinney2011-02-115-3/+1406
* Replace INTERWORK_FUNC, with GCC_ASM_EXPORT() and GCC_ASM_IMPORT() and update...andrewfish2011-02-019-44/+39
* Remove ; from end of EFI_PEI_PCI_CFG_ADDRESS() macro that prevents the macro ...mdkinney2011-01-271-2/+2
* Update comments of BIT1 and BIT2 to align UEFI Spec 2.3d for EFI_PARTITION_EN...niruiyu2011-01-271-4/+8
* Fix InternalMemScanMem* functions so that they return the pointer to the matc...darylm5032011-01-071-8/+12
* Fix Copyright year to 2011mdkinney2011-01-061-1/+1
* Define bits for PcdDebugPrintErrorLevel to monitor Global Coherency Domain(GC...mdkinney2011-01-061-0/+2
* Fix issue when BaseDebugLibSerialPort is combined with BaseSerialPortLibNull....mdkinney2010-12-301-3/+1
* Clean ISA_IO/ISA_IO_16 and VGA_IO/VGA_IO_16 attribute usage in PCI bus driver...rsun32010-12-282-3/+6
* Update inappropriate comments.ydong102010-12-221-3/+3
* Change the modifiers of the RegisterContext parameter of EFI SMM SW Dispatch2...rsun32010-12-211-11/+15
* Add CONSTRUCTOR to BaseDebugLibSerialPort to call SerialPortInitialize() in t...mdkinney2010-12-182-4/+25
* Remove CONSTRUCTOR from DxePcdLib aligning the DxePcdLib design with the PeiP...mdkinney2010-12-182-91/+70
* Add an empty CONSTRUCTOR to the UefiLib to resolve library dependency issues.mdkinney2010-12-182-0/+23
* Fix DxeHobLib to also support a module type of SMM_CORE.mdkinney2010-12-171-2/+1
* Add support for ARM MOVW/MOVT instructions that were added in the latest PE/C...andrewfish2010-12-161-5/+164
* Remove wrongly added SuperIoInit protocol.niruiyu2010-12-162-45/+0
* Fix issue with CodeSourcery gcc requiring assembly functions to have a .type ...andrewfish2010-12-159-2/+51
* Add the SuperIoInit protocol to MdePkg.niruiyu2010-12-142-0/+45
* update USB_PORT_STAT_OWNER from 2^11 to 2^13 which is added as a possible val...erictian2010-12-141-2/+2
* add note for EFI_SW_PEI_EC_INVALID_CAPSULE_DESCRIPTOR and EFI_SW_PEI_PC_RECOV...vanjeff2010-12-081-1/+3
* updated progress code definitions to match PI Spec 1.2.vanjeff2010-12-081-6/+6
* Roll back comment change for SOR. SOR does not apply to SMM.mdkinney2010-12-061-1/+1
* MdePkg: Fix GCC Thunk support for IA32jljusten2010-12-061-2/+2
* Update comments for PI 1.2 SMM support.mdkinney2010-12-012-4/+4
* Add a new Timer Library instance SecPeiDxeTimerLibUefiCpu into UefiCpuPkg. Th...rsun32010-11-291-0/+3
* Adds the missing return status description for HiiConfigRouting.ConfigToBlock...lgao42010-11-231-1/+4
* Update the file description in IpSec.h to refer to an accurate UEFI version.qianouyang2010-11-171-1/+1
* Fix the issue that the high 16-bit of EAX may contain invalid data, which cau...li-elvin2010-11-124-8/+8
* Add Doxygen style comments to the EFI_SIZE_TO_PAGES() and EFI_PAGES_TO_SIZE()...mdkinney2010-11-051-9/+27
* Add comment about usage on EFI_SIZE_TO_PAGES() and EFI_PAGES_TO_SIZE macros.rsun32010-11-051-1/+5
* Add API to ExtractGuidedSectionLib.h to retrieve the set of registered handlers.ydong102010-11-044-1/+247
* Fix PCD token value format issue.gikidy2010-11-021-1/+1
* Fix a cut-n-paste error in the comment for the "read keystroke" function.darylm5032010-10-241-12/+13
* Update UefiDriverEntryPoint library by adding BaseLib library class required ...lgao42010-10-184-1/+7
* Update IPsec.h file to follow approved ECR which will be collected into futur...qianouyang2010-10-152-34/+180
* MdePkg: Use builtin offsetof function for GCC 4.0 and newerjljusten2010-10-131-109/+117
* Add ARM MOVW/MOVT relocations added in PE/COFF 8.2 spec.andrewfish2010-10-051-0/+2
* Add ACPI4.0 header file.jyao12010-09-292-2/+1304
* add a macro IS_PCI_SATADPA to judge if device is a SATA controller which is ...erictian2010-09-271-1/+12
* Update MODULE_TYPE to be DXE_RUNTIME_DRIVER mdkinney2010-09-141-1/+1
* Update this library to restrict usage to DXE_RUNTIME_DRIVER and DXE_SAL_DRIVE...mdkinney2010-09-101-1/+1
* ARM RVCT 3.1 compiler has issues with __packed structures containing anonymou...andrewfish2010-09-071-5/+5