summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-08-29Fix issue with SMBIOS driver assumming memory exists below 4GB. andrewfish1-10/+27
2011-08-29Fix the incorrect usage for PCD PcdResetOnMemoryTypeInformationChange in Duet...lgao45-5/+5
2011-08-29Remove unnecessary global macros in SecMain.inf.niruiyu1-11/+11
2011-08-26Sync BaseTools Branch (version r2271) to EDKII main trunk. lgao41-0/+1
2011-08-26Sync BaseTools Branch (version r2271) to EDKII main trunk. lgao4186-3133/+37663
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-25IntelFrameworkModulePkg/GenericBdsLib: update GenericBdsLib to report status ...xdu23-3/+19
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 a PcdPs2KbdExtendedVerification to let user to choose whether extend rese...li-elvin7-5/+79
2011-08-25Add new API GetTimeInNanoSecond() to TimerLib to convert elapsed ticks to tim...xdu210-8/+382
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-25Raise TPL to prevent the BlockIo instance for USB device is removed during th...niruiyu1-0/+11
2011-08-25Fix build crash while using MSFT to build OVMF, also fix some build warning r...gikidy5-12/+12
2011-08-24Update to NOT to use EFI_BROWSER_ACTION_FORM_OPEN in Callback function thus a...tye14-149/+169
2011-08-24Update to NOT to use EFI_BROWSER_ACTION_FORM_OPEN in Callback function thus a...tye14-17/+23
2011-08-24Refine code to follow coding style.ydong101-1/+1
2011-08-24Remove CONST modifier to be spec complianceerictian3-19/+19
2011-08-24Remove CONST modifier to be spec complianceerictian7-37/+37
2011-08-24Remove CONST modifier to be spec complianceerictian2-12/+12
2011-08-241. Refine the error handling when the PXE-v4 DHCP offer isn't validhhuan133-1/+8
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-24Refine file comments to follow coding style.ydong102-2/+2
2011-08-23ShellPkg: fix ShellPrint-functions to allow for escape character to prevent a...jcarsey1-25/+33
2011-08-23ShellPkg: fix build error when converting INTN to INT32.jcarsey1-1/+1
2011-08-23Enabling usb3.0 XHCI support.erictian16-84/+8042
2011-08-23remove some const modifier to spec compliance.erictian1-3/+3
2011-08-23Add the missing SMBIOS_TABLE_TYPE42 pointer in SMBIOS_STRUCTURE_POINTER.lzeng141-0/+1
2011-08-22Add documentation on how to build for execution within an emulation environment.darylm5031-0/+5
2011-08-22ArmPkg/BdsLib: InitrdImageSize was not initialized when no initrd was oliviermartin1-2/+4
2011-08-22Fix GCC build error.lzeng141-1/+1
2011-08-19ArmPkg/BdsLib: Fixed parameters passed to AllocatePages()oliviermartin1-2/+2
2011-08-19Revert last commit about "Clean up MdeModuleHii.h to remove HII_VENDOR_DEVICE...gikidy2-115/+594
2011-08-19Clean up MdeModuleHii.h to remove HII_VENDOR_DEVICE_PATH and remove DevicePat...gikidy2-594/+115
2011-08-19Simplify the SmmPeriodicSmiLib to call AllocatePool() for every entry in the ...niruiyu1-43/+11
2011-08-18ArmPlatformPkg: Changed the reference base of the PI Global Pointer Offsetoliviermartin2-4/+10
2011-08-18BeagleBoardPkg: Use gArmTokenSpaceGuid.PcdSystemMemoryBase/Size to define Sys...oliviermartin2-3/+7
2011-08-18ArmPkg/BdsLib: Allocate memory with AnyPage type if it failed with the one in...oliviermartin1-4/+20
2011-08-18ArmPlatformPkg/Bds: Add Linux 'initrd' support to BDSoliviermartin11-96/+286
2011-08-18ArmPlatformPkg/Bds: Add return carriage after the user presses 'ESC'oliviermartin1-0/+6
2011-08-18ArmPlatformPkg/PrePiHobListPointerLib: Fixed pointer calculationoliviermartin2-19/+16
2011-08-18ArmPlatformPkg/PrePi: Removed harcoded HobList pointer calculation to use Pre...oliviermartin1-4/+4
2011-08-18ArmPkg: Fix ARMGCC buildoliviermartin2-2/+1
2011-08-18ArmPlatformPkg/PrePi: Removed second initialization of DebugAgenLiboliviermartin1-3/+0
2011-08-18ArmPlatformPkg/SP804TimerLib: Fix delay functions to be reentrantoliviermartin1-29/+92