summaryrefslogtreecommitdiffstats
path: root/MdePkg
Commit message (Expand)AuthorAgeFilesLines
* 1. add ata identify data definition for ATA-5vanjeff2009-04-131-73/+129
* Fix various 'EFIAPI' inconsistencies found while building MdeModulePkg.jljusten2009-04-101-3/+3
* Allow EFIAPI to be defined on the compiler command line.jljusten2009-04-104-7/+25
* Fix some build issues encountered with ELFGCC.jljusten2009-04-101-10/+10
* Useless definition removed and typo corrected.gikidy2009-04-091-9/+1
* add assertion condition to satisfy the requirement in MdePkg library spec 0.61peric_tian2009-04-071-41/+60
* MEDIA_RELATIVE_OFFSET_RANGE_DEVICE_PATH process added.gikidy2009-04-033-0/+104
* Add CreatePopUp API into UefiLiblgao42009-04-022-0/+198
* Fix some typo.gikidy2009-04-0215-110/+111
* Add flag for device directly connect to the HBA.gikidy2009-04-021-0/+5
* Read-Capacity16 command added for SCSI driversjji42009-04-013-0/+163
* New data field added follow UEFI Spec.gikidy2009-04-011-0/+15
* Synchronized with UEFI Specjji42009-03-271-16/+26
* Retire RFC_3066_ENTRY_SIZE definition. qhuang82009-03-271-8/+2
* Synchronized with UEFI Specjji42009-03-261-2/+3
* Synchronized with UEFI Specjji42009-03-262-34/+35
* Fix minor formatting issue.qhuang82009-03-241-3/+3
* Add GetVariabe(), GetEfiGlobalVariable() and GetBestLanguage() to UefiLib.qhuang82009-03-244-2/+328
* ISO_639_2_ENTRY_SIZE has been moved to be local.jji42009-03-171-5/+0
* remove some internal definitions.vanjeff2009-03-159-29/+19
* Fix typos in GCC assembly.qhuang82009-03-122-2/+2
* Remove wrong comments in function header.qhuang82009-03-102-2/+0
* Remove incorrect assertion. According to spec, it should not assert and shoul...qhuang82009-03-101-1/+0
* Correct ASSERT to more cases.lgao42009-03-101-3/+7
* comments update.vanjeff2009-03-101-3/+1
* Correct comments for new null instance.lgao42009-03-063-3/+3
* Rename library instance name from "PeCoffExtraActionLibNull" to "BasePeCoffEx...qhuang82009-03-053-2/+3
* Add empty lineqhuang82009-03-051-1/+1
* Remove PeRemove PeiPeCoffLoader.h and gPeiPeCoffLoaderGuid, and Add PeCoffExt...qhuang82009-03-058-0/+165
* Add BaseReportStatusCodeLibNull to MdePkg.dsc.qhuang82009-03-031-0/+1
* Add #include <Uefi/UefiBaseType.h> for the reference of "EFI_GUID" in the lib...qhuang82009-03-031-5/+2
* Add BaseReportStatusCodeLibNull instance to MdePkg. This library provides emp...qhuang82009-03-032-0/+424
* Re-organize the PCDs section to reduce the duplication of PCD help text and d...qhuang82009-03-021-79/+11
* Fix incorrect function headers for IoLib APIs.xli242009-03-023-24/+24
* Refine PCI Segment Library to avoid possible intrinsic function.xli242009-03-022-2/+2
* Fix the error that part of instructions of AsmWriteIva() is not included into...xli242009-03-021-1/+1
* remove PCI_MAX_SEGMENT from Industry Standard file.vanjeff2009-03-021-2/+1
* Fix typo in API prototypeqhuang82009-02-252-2/+2
* Fix build broken.klu22009-02-241-1/+1
* Remove the work-around in DevicePathLib to judge the end of device path node ...qhuang82009-02-244-6/+6
* Fix typo in last check in qhuang82009-02-241-1/+1
* Add the missing PI capsule architecture protocol.lgao42009-02-232-0/+37
* Update to fix several ECC warningqhuang82009-02-232-3/+10
* Clean up to remove unreferenced data structureqhuang82009-02-231-9/+0
* 1, Use #if defined() to judge the switching macro such as compiler macro. klu22009-02-233-24/+24
* Minor update on capitalization for ECC check.xli242009-02-232-3/+3
* Path\filename information added for Protocol/PPI/Guid section in DEC file.gikidy2009-02-181-0/+327
* Revert some code that was checked in by mistakeqhuang82009-02-181-22/+0
* Remove extra blank for arrayqhuang82009-02-181-1/+1
* Make type EFI_SAL_STATUS be type INTN instead of type UINTN to match SAL Spec...mdkinney2009-02-151-1/+1