summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update DxeCore and FwVolDxe drivers to inherit authentication status for the ...lzeng142012-05-2910-10/+195
* Optimize the log entry search algorithm to save boot performance.lzeng142012-05-293-17/+30
* Refine the code to follow coding style.ydong102012-05-281-1/+0
* Update to use correct file name for video option.niruiyu2012-05-282-4/+4
* Fix a bug in DxeImageVerificationLib to use the correct certificate length wh...sfu52012-05-281-1/+1
* Fix build failedydong102012-05-281-1/+1
* Refine logic about validate boot option.ydong102012-05-251-41/+13
* Move PcdExtFpdtBootRecordPadSize to the correct PCD section in MdeModulePkg.d...lgao42012-05-251-3/+3
* Correct a bug in AsmCpuidEx() to return correct ECX and EDX.niruiyu2012-05-252-10/+10
* Remove the check of signature because the code which looks for the input Noti...niruiyu2012-05-246-69/+77
* MdePkg UefiTcgPlatform.h: Add definition for EV_CPU_MICROCODE event type.rsun32012-05-241-1/+2
* Enhance the ConPlatform driver's matching algorithm to manage the console con...niruiyu2012-05-241-2/+49
* Sync BaseTools Trunk (version r2524) to EDKII main trunk. lgao42012-05-2338-39/+63
* Update the way to allocate high PMM, firstly try to allocate high PMM below 1...li-elvin2012-05-231-5/+16
* update copyright formathhtian2012-05-236-12/+12
* Fix build break in OvmfPkgIa32X64.dsc where gEfiSecurityPkgTokenSpaceGuid was...leegrosenbaum2012-05-231-7/+8
* ShellPkg: Enable Ctrl-C characters to be processed over serial interfaces tha...jcarsey2012-05-221-2/+3
* SNP driver for ASIX Electronics AX88772 found in SMC Networks SMC2209 USB/Eth...lpleahy2012-05-226-0/+4513
* MdePkg: Add Eject/Read12/Write12 cmds to Atapi.herictian2012-05-221-1/+13
* Update PeiDxeDebugLibReportStatusCode library instance to print partial ASSER...lgao42012-05-211-27/+54
* UefiCpuPkg: Added code to enable Local APIC.geekboy15a2012-05-183-6/+13
* DuetPkg: Enabled build with new version of CpuDxe driver.geekboy15a2012-05-182-12/+13
* Clean ParentHandle field when image is loaded directly from the firmware's bo...ydong102012-05-181-0/+6
* Add logic to validate variable before use it.ydong102012-05-182-2/+96
* Add logic to validate console variables when enter BDS.ydong102012-05-181-0/+111
* Update EFI_ACPI_5_0_PLATFORM_COMMUNICATION_CHANNEL_TABLE_HEADER to follow ACP...jyao12012-05-161-2/+1
* Add Perf log for SMM driver Load and Start Image.lgao42012-05-163-2/+15
* Update MdePkg and EdkCompatibilityPkg INT8 definition to be typedef signed ch...lgao42012-05-165-14/+14
* Update MdePkg and EdkCompatibilityPkg INT8 definition to be typedef signed ch...lgao42012-05-165-14/+14
* MdeModulePkg/UsbMassStorage: Add 16 byte SCSI cmds support if the last LBA ca...erictian2012-05-144-7/+295
* Update auth-variable and secure boot UI driver to support only time-based PK,...sfu52012-05-143-405/+217
* Enhance TcgSmm driver to handle potential SetVariable failure case.gdong12012-05-114-97/+138
* Add logic to validate new input value with minimum.ydong102012-05-111-0/+10
* The code line where judges if offset exceed the FTW work space boundary, in s...lzeng142012-05-111-2/+2
* Enhance the code logic for RelocateBlockDescriptors.lzeng142012-05-111-3/+2
* Currently, CapsulePei assumes ScatterGatherList are all related. But, UEFI sp...lzeng142012-05-111-24/+18
* Make sure CapsuleImage size is equal or less than DataBlock Size. And when co...lzeng142012-05-111-48/+28
* DestPtr may point to the lower aligned address in the free memory region (Fre...lzeng142012-05-111-1/+1
* Update CapsuleCoalesce() to return the correct size of the coalesced capsule ...lzeng142012-05-111-2/+2
* Enhance the logic when extract data from storage.ydong102012-05-101-5/+16
* Use current time value as default random seed in BaseCryptLib.tye12012-05-105-4/+239
* Fixes buffer read overflow bugs in authenticated variable driver.sfu52012-05-091-2/+5
* Fix always reboot issue for an invalid physical presence operation request.gdong12012-05-091-3/+20
* Use PartitionHeader->SizeOfPartitionEntry instead of sizeof (EFI_PARTITION_EN...niruiyu2012-05-091-32/+32
* Fix the potential issue that NULL pointer may be referred in LoadImage().lgao42012-05-081-2/+11
* Enhance ACPI FPDT DXE and SMM driver to accept the extension boot records.lgao42012-05-086-75/+430
* Removes redundant code and adds data size check for certificate data in DxeIm...tye12012-05-081-15/+24
* Enhance SmbiosDxe driver:lzeng142012-05-082-29/+65
* Upgrade openssl version to 0.98w.tye12012-05-075-41/+56
* Fix memory leak issues.ydong102012-05-073-1/+6