summaryrefslogtreecommitdiffstats
path: root/MdePkg
Commit message (Expand)AuthorAgeFilesLines
* 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
* Sync bug fix in Edk r10821 to PeiMemoryLib and UefiMemoryLib instances.qhuang82010-08-262-8/+8
* Fix the InternalMemScanMem* functions. They were returning the character AFT...darylm5032010-08-251-4/+4
* Move ACPI_SMALL_RESOURCE_HEADER and ACPI_LARGE_RESOURCE_HEADER from SuperIo.h...niruiyu2010-08-192-23/+148
* Refine code.sfu52010-08-161-44/+8
* Minor refinement on source code.qhuang82010-08-141-2/+2
* Refine code.sfu52010-08-134-22/+23
* Fixed K9 scan issues.hhuan132010-08-094-12/+12
* Use FreePool() library API to replace gBS->FreePool() service.lgao42010-07-291-11/+11
* Roll back change r10695, because new update on r10700 and r10701 handles this...lgao42010-07-282-40/+4
* Enhance SmmMemoryAllocationLib Free function implementation to call gSmst or ...lgao42010-07-282-3/+153
* Make sure gBS FreePool() is used to free the buffer always allocated by gBS A...lgao42010-07-262-4/+40
* minor format updatehhtian2010-07-241-1/+1
* Remove spec compliance comment. It follows PI1.2B spec now.jyao12010-07-201-2/+0
* Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter2010-06-3062-980/+1191
* Update BASE PCI Library that uses CF8/CFC access mechanism for PCI configurat...mdkinney2010-06-251-144/+414
* Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter2010-06-25617-2047/+2048
* Fix minor spec compliance issue: "EFI_DEVICE_PATH_CREATE_NODE" should be "EFI...qhuang82010-06-251-3/+3
* Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter2010-06-2430-248/+248
* Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter2010-06-2455-293/+293
* Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter2010-06-2229-42/+42
* Minor grammatical work--mostly adding periods. Items with ONLY period added ...MyronPorter2010-06-22162-165/+165
* Add ASSERT() conditions to UEFI Library Print() and AsciiPrint() functions if...mdkinney2010-06-112-8/+32
* Minor grammatical work--mostly adding periods. Sending separately a list of...myronporter2010-06-11100-271/+271
* Fixed issue with InternalX86ReadIdtr referencing LDT read and not IDT read op...geekboy15a2010-06-012-2/+2
* Add Read/Write (16) command to SCSI library.li-elvin2010-05-283-18/+311
* Clean up package/platform DSC files by the following steps:lgao42010-05-211-16/+0
* MdePkg BaseLib: Fix GCC build breakjljusten2010-05-201-1/+2
* Fix GCC build break as MemoryFence() API has already been included in GccInli...qhuang82010-05-201-1/+2
* Fix some typosqhuang82010-05-202-4/+4
* Temporarily remove build-in __sync_val_compare_and_swap() in the implementati...qhuang82010-05-192-40/+4
* Update copyright formathhtian2010-05-186-18/+18
* 1. Restore the inline C implementation of GCC assembly files that was tempora...qhuang82010-05-18148-5107/+4020
* MdePkg:jyao12010-05-181-1/+3
* Change TPM_BASE to 0 per TPM spec.rsun32010-05-181-2/+2
* Fix a typo in commentklu22010-05-141-2/+2
* Fix minor format issue in file headerqhuang82010-05-131-1/+1
* Fix bug in AsmCpuVirtual() to return 1 instead of 0 when CPU is in virtual mode.xdu22010-05-101-1/+2
* Use the ASSERT() for parameter checking as the 4th paramter of internal worke...qhuang82010-05-102-2/+9
* Fix ICC 11.1 build breakmdkinney2010-05-071-1/+1
* Move SecExtractGuidedSectionLib instance from OvmfPkg to MdePkglgao42010-05-056-6/+446
* Add new API GetSectionFromAnyFvByFileType() into MdePkg DxeServicesLib.lgao42010-05-053-1/+185