summaryrefslogtreecommitdiff
path: root/MdeModulePkg
AgeCommit message (Expand)AuthorFilesLines
2011-08-26Fixed memory leak and buffer overrun for string op-code.ydong101-1/+5
2011-08-25MdeModulePkg: Define PPI to convey performance information from SEC phase to ...xdu22-0/+70
2011-08-25MdeModulePkg: Add OEM specific Report Status Code definition for OS Loader Lo...xdu21-0/+16
2011-08-25Fixed build error reported by ICC and GCCerictian4-23/+19
2011-08-25RestoreLockBox in DXE with Length NULL, Buffer NULL will fail to get data fro...li-elvin1-6/+14
2011-08-25Add UEFI_APPLICATION module type support for the capsule lib.niruiyu1-2/+2
2011-08-25Error handling refinement at UsbIoResetPort() to avoid device state machine g...erictian1-12/+10
2011-08-24Update to NOT to use EFI_BROWSER_ACTION_FORM_OPEN in Callback function thus a...tye14-17/+23
2011-08-24Remove CONST modifier to be spec complianceerictian7-37/+37
2011-08-241. Refine the error handling for PXE-v4 driver.hhuan132-4/+6
2011-08-24Update SMM Core to use SMM Mode as soon as SMM Mode is availablemdkinney3-47/+179
2011-08-24Refine code to follow coding style.ydong101-1/+1
2011-08-23Enabling usb3.0 XHCI support.erictian16-84/+8042
2011-08-18Updated GCD implementation to consume the correct EFI Resources Attributes(Ca...vanjeff1-3/+28
2011-08-17Remove the blank line. lgao41-2/+1
2011-08-161. Add two performance measurement points for SMM performance measurement;rsun38-5/+166
2011-08-10MdeModulePkg: Don't build SmmLockBoxPeiLib for IPFjljusten1-1/+1
2011-08-09Fix the bug in AcpiTableDxe drivers that doesn't work when more than 20 Acpi ...lgao41-44/+49
2011-08-09Fix X64 VS2005 and VS2008 compile error.lgao41-1/+1
2011-08-08clarify the logic of the print length counting functions in both PrintLib lib...jcarsey1-40/+8
2011-08-08add IPv4 address copy macro.jcarsey1-0/+1
2011-08-08MdeModulePkg/Dxe: Move assertions inside CoreInsertGcdMapEntry()oliviermartin1-2/+4
2011-08-08Add non null assertion before using the bridge instance.niruiyu1-0/+6
2011-08-04Print resource allocation/bar programming when PciBus driver does PCI BUS enu...niruiyu6-288/+324
2011-08-02Add 2 functions to UefiLib library class: CatSPrint and CatVSPrint.jcarsey1-2/+884
2011-08-02MdeModulePkg: Add SmmLockBox PEI implementationjljusten3-0/+799
2011-08-02Fixed the issue in RuntimeStatusCode library that may not work on the early d...lgao42-5/+46
2011-08-02Fix 32-bit bios build error.li-elvin1-1/+1
2011-08-01When status code handler unregister itself, status code dispatch in status co...li-elvin3-13/+43
2011-08-01Create smbios table when user adds/removes/Updatestring for a SMBIOS entry. I...li-elvin2-113/+191
2011-08-01Fixes two issues in HiiFontProtocol->StringToImage() implementation on how to...lgao41-7/+29
2011-08-01Clean and split AcpiVariable.h in IntelFrameworkModulePkg into 2 new .h files...rsun32-0/+74
2011-07-28MdeModulePkg: Fix build error for UNIXGCC with IPFjljusten1-2/+2
2011-07-28Adjust the day field when update the month and year field.ydong101-0/+74
2011-07-27For libraries that have multiple module types support, just define a [Depex] ...lzeng143-6/+6
2011-07-22MdeModulePkg: Add Recovery PCD feature flagsjljusten1-0/+12
2011-07-19MdeModulePkg: Add SmmControl PPI definitionjljusten2-0/+99
2011-07-19MdeModulePkg: Add SMM LockBoxjljusten14-0/+2010
2011-07-19MdeModulePkg: Add SmmCommunication PPI definitionjljusten2-0/+67
2011-07-19MdeModulePkg: Add SmmAccess PPI definitionjljusten2-0/+148
2011-07-15MdeModulePkg: Fix VS2008 warning.andrewfish1-0/+1
2011-07-141. Define a netlib library function NetLibGetSystemGuid()hhuan136-150/+112
2011-07-14MdeModulePkg: Add PcdDxeIplBuildPageTables for DxeIpl X64 to optionally not r...andrewfish3-7/+20
2011-07-13Fix an issue that there may be an infinite loop in the CoreInitializeMemorySe...rsun31-70/+109
2011-07-13Fixed build fail with GCC/ICC toolsydong101-1/+1
2011-07-12MdeModulePkg: Add CD Express PEIMjljusten6-0/+1057
2011-07-12MdeModulePkg: Add Capsule PEIMjljusten6-0/+1567
2011-07-12Correct the status code value to EFI_SW_PC_INIT_END after PEIM returns contro...lgao41-1/+1
2011-07-12Change the HiiDataBase and browser codes to support new efi varstore data str...ydong105-313/+939
2011-07-06Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ...niruiyu67-145/+142