summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-05-30ShellBinPkg: Update binary images to those made from revision 13224 of ShellPkg.jcarsey5-1/+1
2012-05-30ShellPkg: Fix display of 64-bit BARs in PCI dump on 32-bit systems.jcarsey1-3/+3
2012-05-30ShellPkg: Enable Runtime DXE drivers to make use of Shell libraries with the ...jcarsey5-5/+9
2012-05-30Record LoadImage perf log for LoadImageEx() and use NULL as Handle to record ...lzeng141-7/+43
2012-05-30LoadedImageDevicePath protocol may be installed with NULL device path, so add...lzeng141-1/+1
2012-05-30Fix IA32 build fail.lzeng141-1/+1
2012-05-30New EDK Shell binary(r59).niruiyu10-2/+2
2012-05-30Add new interface GetVariable2 and GetEfiGlobalVariable2 to return more info....ydong1020-49/+226
2012-05-30MdePkg SmmCpu.h: Add EFI_SMM_SAVE_STATE_REGISTER_PROCESSOR_ID in enum EFI_SMM...rsun31-2/+3
2012-05-30According to UEFI spec 2.3.1a. hardware error record variable should use the ...lzeng148-11/+125
2012-05-30Return EFI_WRITE_PROTECTED when setting HwErrRecSupport Global Variable at ru...lzeng142-3/+23
2012-05-29Enable wide string for title and help stringydong104-89/+229
2012-05-29MdeModulePkg/Ata: Clear PxCmd.SUD bit when the port has no device presented a...erictian1-0/+3
2012-05-29MdeModulePkg/Ata: Use a new Pcd named "PcdAtaSmartEnable" to control if enabl...erictian4-5/+11
2012-05-29Update DxeCore and FwVolDxe drivers to inherit authentication status for the ...lzeng1410-10/+195
2012-05-29Optimize the log entry search algorithm to save boot performance.lzeng143-17/+30
2012-05-28Refine the code to follow coding style.ydong101-1/+0
2012-05-28Update to use correct file name for video option.niruiyu2-4/+4
2012-05-28Fix a bug in DxeImageVerificationLib to use the correct certificate length wh...sfu51-1/+1
2012-05-28Fix build failedydong101-1/+1
2012-05-25Refine logic about validate boot option.ydong101-41/+13
2012-05-25Move PcdExtFpdtBootRecordPadSize to the correct PCD section in MdeModulePkg.d...lgao41-3/+3
2012-05-25Correct a bug in AsmCpuidEx() to return correct ECX and EDX.niruiyu2-10/+10
2012-05-24Remove the check of signature because the code which looks for the input Noti...niruiyu6-69/+77
2012-05-24MdePkg UefiTcgPlatform.h: Add definition for EV_CPU_MICROCODE event type.rsun31-1/+2
2012-05-24Enhance the ConPlatform driver's matching algorithm to manage the console con...niruiyu1-2/+49
2012-05-23Sync BaseTools Trunk (version r2524) to EDKII main trunk. lgao438-39/+63
2012-05-23Update the way to allocate high PMM, firstly try to allocate high PMM below 1...li-elvin1-5/+16
2012-05-23update copyright formathhtian6-12/+12
2012-05-23Fix build break in OvmfPkgIa32X64.dsc where gEfiSecurityPkgTokenSpaceGuid was...leegrosenbaum1-7/+8
2012-05-22ShellPkg: Enable Ctrl-C characters to be processed over serial interfaces tha...jcarsey1-2/+3
2012-05-22SNP driver for ASIX Electronics AX88772 found in SMC Networks SMC2209 USB/Eth...lpleahy6-0/+4513
2012-05-22MdePkg: Add Eject/Read12/Write12 cmds to Atapi.herictian1-1/+13
2012-05-21Update PeiDxeDebugLibReportStatusCode library instance to print partial ASSER...lgao41-27/+54
2012-05-18UefiCpuPkg: Added code to enable Local APIC.geekboy15a3-6/+13
2012-05-18DuetPkg: Enabled build with new version of CpuDxe driver.geekboy15a2-12/+13
2012-05-18Clean ParentHandle field when image is loaded directly from the firmware's bo...ydong101-0/+6
2012-05-18Add logic to validate variable before use it.ydong102-2/+96
2012-05-18Add logic to validate console variables when enter BDS.ydong101-0/+111
2012-05-16Update EFI_ACPI_5_0_PLATFORM_COMMUNICATION_CHANNEL_TABLE_HEADER to follow ACP...jyao11-2/+1
2012-05-16Add Perf log for SMM driver Load and Start Image.lgao43-2/+15
2012-05-16Update MdePkg and EdkCompatibilityPkg INT8 definition to be typedef signed ch...lgao45-14/+14
2012-05-16Update MdePkg and EdkCompatibilityPkg INT8 definition to be typedef signed ch...lgao45-14/+14
2012-05-14MdeModulePkg/UsbMassStorage: Add 16 byte SCSI cmds support if the last LBA ca...erictian4-7/+295
2012-05-14Update auth-variable and secure boot UI driver to support only time-based PK,...sfu53-405/+217
2012-05-11Enhance TcgSmm driver to handle potential SetVariable failure case.gdong14-97/+138
2012-05-11Add logic to validate new input value with minimum.ydong101-0/+10
2012-05-11The code line where judges if offset exceed the FTW work space boundary, in s...lzeng141-2/+2
2012-05-11Enhance the code logic for RelocateBlockDescriptors.lzeng141-3/+2
2012-05-11Currently, CapsulePei assumes ScatterGatherList are all related. But, UEFI sp...lzeng141-24/+18