summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix VS X64 Compiler Failurelgao42012-03-201-1/+1
* Fix doxgen format issue.vanjeff2012-03-194-8/+14
* Add LzmaArchCustomDecompressLib library instance, which supports for X86 (IA3...lgao42012-03-197-3/+442
* 1. Remove conducting ASSERT in BaseCryptLib.sfu52012-03-1921-532/+681
* 1. Add more error handling code to DxeImageVerificationLib and BaseCryptLib.sfu52012-03-192-2/+11
* Remove the useless performance logging code in BootScriptExecutorDxe driver a...lzeng142012-03-194-114/+5
* Fix build break caused by CPU Exception Library.andrewfish2012-03-161-1/+1
* Updated platform DSC files to add CPU Exception Library instances.vanjeff2012-03-163-3/+7
* Introduce tow non-blocking task lists to AtaBus. One maintains the sub-task w...qianouyang2012-03-166-468/+580
* Update the offset when read every debug entries info.ydong102012-03-161-3/+3
* ARM Packages: Added the NULL implementation of CpuExceptionHandlerLiboliviermartin2012-03-156-0/+6
* MdeModulePkg/DebugPortDxe: Fixed the ordering of the EFI_DEBUGPORT_PROTOCOL e...oliviermartin2012-03-151-1/+1
* Add SMBIOS 2.7.1 support to SmbiosView command.lzeng142012-03-1513-1097/+1072
* Updated platform DSC files to add CPU Exception Library instances.vanjeff2012-03-155-5/+10
* 1. Updated S3Resume2Pei to save IA32 IDT table setup in protected mode. vanjeff2012-03-152-3/+60
* Import two CPU Exception Handler Library instances: SecPeiCpuExceptionHandler...vanjeff2012-03-1513-1/+2598
* 1. Introduced CPU Exception Handler Library to provide the CPU exception hand...vanjeff2012-03-1513-12/+157
* Fix build fail.ydong102012-03-141-5/+5
* Improve robustness when scanning PCI Option ROM.rsun32012-03-149-78/+234
* Enhance the error handling.ydong102012-03-132-15/+41
* OvmfPkg: Enable secure-boot support when SECURE_BOOT_ENABLE==TRUEjljusten2012-03-096-6/+151
* OvmfPkg/EmuVariableFvbRuntimeDxe: Add support for PcdSecureBootEnablejljusten2012-03-092-1/+81
* OvmfPkg: Add PcdSecureBootEnablejljusten2012-03-094-0/+30
* OvmfPkg: Add PlatformSecureLib instancejljusten2012-03-092-0/+90
* Fix system reboot automatically if changing the value of [TPM operation]gdong12012-03-092-19/+14
* Override the base address to make LoadLibraryEx success in WIN7 SP1 OS.ydong102012-03-081-1/+1
* MdeModulePkg: add support for ORICO PEUS3-2P carderictian2012-03-075-56/+53
* Clarify alignment of GetSpinLockProperties() is byte alignment.lgao42012-03-074-12/+12
* MdeModulePkg: When media_change happens at Partition.Start(), the lower drive...erictian2012-03-061-1/+5
* Update string offset and default offset from UINT16 to STRING_HEAD to match t...lgao42012-03-062-12/+12
* Fix read issue detected by the following Python program. The issue was that ...lpleahy2012-03-052-0/+10
* ShellPkg: Fix ICC11 build failure.jcarsey2012-03-051-6/+10
* When CSM uses EFI_SEGMENT and EFI_OFFSET to call CSM16 function, some CSM16 u...li-elvin2012-03-013-7/+15
* ArmPkg/ArmLib: Replaced 'UINTN' type by architecture agnostic types (EFI_PHYS...oliviermartin2012-02-291-2/+4
* ArmPlatformPkg/ArmPlatformSysConfigLib: Removed dependency on Uefi.h since it...oliviermartin2012-02-295-43/+46
* ArmPlatformPkg/PL011Uart: Allowed to change UART settings in its initializati...oliviermartin2012-02-296-368/+650
* Update FrameworkUefiLib library instance to implement the missing CatSPrint()...lgao42012-02-291-0/+101
* Fix the issue in PeiCore to support PDB file path without '\' or '.' character.lgao42012-02-291-9/+27
* Add sample code to show how to register Browser HotKey by BrowserEx protocol.lgao42012-02-294-4/+35
* MdePkg/Include/Base.h: Defined __va_copy macro when not defined by the ARM to...oliviermartin2012-02-281-0/+5
* ArmPlatformPkg/ArmPlatformSysConfigLib: Add function 'ArmPlatformSysConfigGet...oliviermartin2012-02-282-1/+19
* ArmPkg/Library/SemihostLib: Removed depenencies on Uefi.h (Base library)oliviermartin2012-02-282-32/+32
* ArmPlatformPkg/NorFlashDxe: Fixed CFI NOR Flash driveroliviermartin2012-02-289-357/+372
* ArmPlatformPkg/Bds: Fixed the size of the unicode string use to represent hex...oliviermartin2012-02-281-2/+2
* ArmPlatformPkg/Sec: Add ASSERT() for checking the Secure Monitor Stack PCD va...oliviermartin2012-02-281-0/+5
* ArmPlatformPkg/Sec: Move 'ArmPlatformSecExtraAction' before we set NSACR & SCRoliviermartin2012-02-282-13/+17
* ArmPlatformPkg/Sec: Fix transition to Trusted Monitor World with ARMGCColiviermartin2012-02-284-50/+94
* ArmPlatformPkg: Move the Secure Monitor initialization into a separate 'ArmTr...oliviermartin2012-02-2812-34/+196
* ArmPlatformPkg: Updated the stack setup to have the same geometry between the...oliviermartin2012-02-288-186/+169
* ArmPlatformPkg/PrePi: Fixed stack setup when System Memory is mapped upto 0xF...oliviermartin2012-02-282-2/+42