summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: Add PiDxeS3BootScriptLibjljusten2011-08-296-0/+3964
* MdeModulePkg, IntelFramworkModulePkg: Add S3 PCDsjljusten2011-08-292-0/+24
* MdePkg: Add S3 library interfaces and base implementationsjljusten2011-08-2917-1/+10664
* IntelFrameworkModulePkg: Add AcpiSupportDxe driverjljusten2011-08-296-0/+2249
* Fix issue with SMBIOS driver assumming memory exists below 4GB. andrewfish2011-08-291-10/+27
* Fix the incorrect usage for PCD PcdResetOnMemoryTypeInformationChange in Duet...lgao42011-08-295-5/+5
* Remove unnecessary global macros in SecMain.inf.niruiyu2011-08-291-11/+11
* Sync BaseTools Branch (version r2271) to EDKII main trunk. lgao42011-08-261-0/+1
* Sync BaseTools Branch (version r2271) to EDKII main trunk. lgao42011-08-26186-3133/+37663
* Fixed memory leak and buffer overrun for string op-code.ydong102011-08-261-1/+5
* MdeModulePkg: Define PPI to convey performance information from SEC phase to ...xdu22011-08-252-0/+70
* IntelFrameworkModulePkg/GenericBdsLib: update GenericBdsLib to report status ...xdu22011-08-253-3/+19
* MdeModulePkg: Add OEM specific Report Status Code definition for OS Loader Lo...xdu22011-08-251-0/+16
* Fixed build error reported by ICC and GCCerictian2011-08-254-23/+19
* RestoreLockBox in DXE with Length NULL, Buffer NULL will fail to get data fro...li-elvin2011-08-251-6/+14
* Add a PcdPs2KbdExtendedVerification to let user to choose whether extend rese...li-elvin2011-08-257-5/+79
* Add new API GetTimeInNanoSecond() to TimerLib to convert elapsed ticks to tim...xdu22011-08-2510-8/+382
* Add UEFI_APPLICATION module type support for the capsule lib.niruiyu2011-08-251-2/+2
* Error handling refinement at UsbIoResetPort() to avoid device state machine g...erictian2011-08-251-12/+10
* Raise TPL to prevent the BlockIo instance for USB device is removed during th...niruiyu2011-08-251-0/+11
* Fix build crash while using MSFT to build OVMF, also fix some build warning r...gikidy2011-08-255-12/+12
* Update to NOT to use EFI_BROWSER_ACTION_FORM_OPEN in Callback function thus a...tye12011-08-244-149/+169
* Update to NOT to use EFI_BROWSER_ACTION_FORM_OPEN in Callback function thus a...tye12011-08-244-17/+23
* Refine code to follow coding style.ydong102011-08-241-1/+1
* Remove CONST modifier to be spec complianceerictian2011-08-243-19/+19
* Remove CONST modifier to be spec complianceerictian2011-08-247-37/+37
* Remove CONST modifier to be spec complianceerictian2011-08-242-12/+12
* 1. Refine the error handling when the PXE-v4 DHCP offer isn't validhhuan132011-08-243-1/+8
* 1. Refine the error handling for PXE-v4 driver.hhuan132011-08-242-4/+6
* Update SMM Core to use SMM Mode as soon as SMM Mode is availablemdkinney2011-08-243-47/+179
* Refine code to follow coding style.ydong102011-08-241-1/+1
* Refine file comments to follow coding style.ydong102011-08-242-2/+2
* ShellPkg: fix ShellPrint-functions to allow for escape character to prevent a...jcarsey2011-08-231-25/+33
* ShellPkg: fix build error when converting INTN to INT32.jcarsey2011-08-231-1/+1
* Enabling usb3.0 XHCI support.erictian2011-08-2316-84/+8042
* remove some const modifier to spec compliance.erictian2011-08-231-3/+3
* Add the missing SMBIOS_TABLE_TYPE42 pointer in SMBIOS_STRUCTURE_POINTER.lzeng142011-08-231-0/+1
* Add documentation on how to build for execution within an emulation environment.darylm5032011-08-221-0/+5
* ArmPkg/BdsLib: InitrdImageSize was not initialized when no initrd was oliviermartin2011-08-221-2/+4
* Fix GCC build error.lzeng142011-08-221-1/+1
* ArmPkg/BdsLib: Fixed parameters passed to AllocatePages()oliviermartin2011-08-191-2/+2
* Revert last commit about "Clean up MdeModuleHii.h to remove HII_VENDOR_DEVICE...gikidy2011-08-192-115/+594
* Clean up MdeModuleHii.h to remove HII_VENDOR_DEVICE_PATH and remove DevicePat...gikidy2011-08-192-594/+115
* Simplify the SmmPeriodicSmiLib to call AllocatePool() for every entry in the ...niruiyu2011-08-191-43/+11
* ArmPlatformPkg: Changed the reference base of the PI Global Pointer Offsetoliviermartin2011-08-182-4/+10
* BeagleBoardPkg: Use gArmTokenSpaceGuid.PcdSystemMemoryBase/Size to define Sys...oliviermartin2011-08-182-3/+7
* ArmPkg/BdsLib: Allocate memory with AnyPage type if it failed with the one in...oliviermartin2011-08-181-4/+20
* ArmPlatformPkg/Bds: Add Linux 'initrd' support to BDSoliviermartin2011-08-1811-96/+286
* ArmPlatformPkg/Bds: Add return carriage after the user presses 'ESC'oliviermartin2011-08-181-0/+6
* ArmPlatformPkg/PrePiHobListPointerLib: Fixed pointer calculationoliviermartin2011-08-182-19/+16