summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: Don't build SmmLockBoxPeiLib for IPFjljusten2011-08-101-1/+1
* Fix the bug in AcpiTableDxe drivers that doesn't work when more than 20 Acpi ...lgao42011-08-091-44/+49
* Fix X64 VS2005 and VS2008 compile error.lgao42011-08-091-1/+1
* clarify the logic of the print length counting functions in both PrintLib lib...jcarsey2011-08-081-40/+8
* add IPv4 address copy macro.jcarsey2011-08-081-0/+1
* MdeModulePkg/Dxe: Move assertions inside CoreInsertGcdMapEntry()oliviermartin2011-08-081-2/+4
* Add non null assertion before using the bridge instance.niruiyu2011-08-081-0/+6
* Print resource allocation/bar programming when PciBus driver does PCI BUS enu...niruiyu2011-08-046-288/+324
* Add 2 functions to UefiLib library class: CatSPrint and CatVSPrint.jcarsey2011-08-021-2/+884
* MdeModulePkg: Add SmmLockBox PEI implementationjljusten2011-08-023-0/+799
* Fixed the issue in RuntimeStatusCode library that may not work on the early d...lgao42011-08-022-5/+46
* Fix 32-bit bios build error.li-elvin2011-08-021-1/+1
* When status code handler unregister itself, status code dispatch in status co...li-elvin2011-08-013-13/+43
* Create smbios table when user adds/removes/Updatestring for a SMBIOS entry. I...li-elvin2011-08-012-113/+191
* Fixes two issues in HiiFontProtocol->StringToImage() implementation on how to...lgao42011-08-011-7/+29
* Clean and split AcpiVariable.h in IntelFrameworkModulePkg into 2 new .h files...rsun32011-08-012-0/+74
* MdeModulePkg: Fix build error for UNIXGCC with IPFjljusten2011-07-281-2/+2
* Adjust the day field when update the month and year field.ydong102011-07-281-0/+74
* For libraries that have multiple module types support, just define a [Depex] ...lzeng142011-07-273-6/+6
* MdeModulePkg: Add Recovery PCD feature flagsjljusten2011-07-221-0/+12
* MdeModulePkg: Add SmmControl PPI definitionjljusten2011-07-192-0/+99
* MdeModulePkg: Add SMM LockBoxjljusten2011-07-1914-0/+2010
* MdeModulePkg: Add SmmCommunication PPI definitionjljusten2011-07-192-0/+67
* MdeModulePkg: Add SmmAccess PPI definitionjljusten2011-07-192-0/+148
* MdeModulePkg: Fix VS2008 warning.andrewfish2011-07-151-0/+1
* 1. Define a netlib library function NetLibGetSystemGuid()hhuan132011-07-146-150/+112
* MdeModulePkg: Add PcdDxeIplBuildPageTables for DxeIpl X64 to optionally not r...andrewfish2011-07-143-7/+20
* Fix an issue that there may be an infinite loop in the CoreInitializeMemorySe...rsun32011-07-131-70/+109
* Fixed build fail with GCC/ICC toolsydong102011-07-131-1/+1
* MdeModulePkg: Add CD Express PEIMjljusten2011-07-126-0/+1057
* MdeModulePkg: Add Capsule PEIMjljusten2011-07-126-0/+1567
* Correct the status code value to EFI_SW_PC_INIT_END after PEIM returns contro...lgao42011-07-121-1/+1
* Change the HiiDataBase and browser codes to support new efi varstore data str...ydong102011-07-125-313/+939
* Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ...niruiyu2011-07-0667-145/+142
* correct leap year calculate method.ydong102011-07-051-2/+2
* Refine name definition for better user experience.ydong102011-07-051-3/+3
* Enable value roll over when hit max or min.ydong102011-07-051-5/+30
* Refine code to avoid potential access violation.ydong102011-07-052-2/+2
* Keep the highlight field after user changes the value for time/date opcodeydong102011-07-052-1/+7
* Return the correct status at the last of UnregisterAtaDevice.li-elvin2011-07-051-1/+1
* MdeModulePkg: Add unload support for SnpDxe and fix NULL ImageHandle in EfiLi...xdu22011-07-042-4/+5
* MdeModulePkg: Add ResetSystemRuntimeDxe driverjljusten2011-07-014-0/+330
* MdeModulePkg: Add GenericMemoryTestDxe driverjljusten2011-07-014-0/+1308
* Fix a potential memory free failure bug in AtaAtapiPassThruerictian2011-06-301-7/+9
* Fix DevPathToTextIPv6(): no comma between protocol and type string.niruiyu2011-06-301-2/+2
* Enable new "ref5" opcode in browser.ydong102011-06-286-147/+236
* Restore the whole form set to default value when user enter F9, old logical o...ydong102011-06-283-48/+47
* MdeModulePkg: Add IdeBusPei driverjljusten2011-06-276-0/+3177
* MdeModulePkg: Add PEI USB drivers and related PPIsjljusten2011-06-2736-0/+15879
* Adjust the start position of the opcode string before saving it to avoid show...ydong102011-06-271-64/+65