summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* OvmfPkg/AcpiPlatformDxe: Add Xen ACPI tables supportjljusten2012-07-183-52/+370
* StdLib/LibC/Uefi/Devices/Console/daConsole.c: Fix bug where unconvertable wi...darylm5032012-07-181-1/+2
* Add interfaces to several library instances of BaseCryptLib.tye12012-07-1842-59/+5340
* To follow UEFI spec, update the code to make correct check to support multipl...li-elvin2012-07-181-1/+1
* Added secure boot in CSM module entrypoint, if UEFI secure boot is enabled, C...li-elvin2012-07-173-2/+18
* 1. Remove extra attribute for SetupMode, SignatureSupport and SecureBoot vari...sfu52012-07-172-73/+78
* Return EFI_UNSUPPORTED if READY_TO_BOOT function is invoked at SMM runtime.sfu52012-07-173-2/+10
* Fix a buffer overflow bug in VariableSmm driver.sfu52012-07-171-1/+1
* Update HobLib and Hob Service to avoid data over flow. lgao42012-07-172-4/+10
* Update HobLib and Hob Service to avoid data over flow. lgao42012-07-174-13/+21
* Verify the provided PKpub is signed with its private key when enrolling a new...sfu52012-07-132-43/+65
* Add SMRAM range check to variable SMM SMI handler.czhang462012-07-132-22/+166
* Remove unused CapsuleReset() in MdeModulePkg\Universal\ResetSystemRuntimeDxe\...lzeng142012-07-132-44/+2
* ArmPkg/CompilerIntrinsicsLib: Added missing __aeabi_uread8 and __aeabi_uwrite8oliviermartin2012-07-122-1/+55
* Clean up include of ACPI header file so that only IndustryStandard/Acpi.h is ...lzeng142012-07-125-9/+3
* Fix a bug in DxeImageVerificationLib which will pass incorrect trust cert siz...sfu52012-07-121-1/+1
* Update the secure boot configuration UI to accept *.der certificate file as t...sfu52012-07-121-4/+4
* ShellPkg: update pci enumeration routine for platforms with multiple pci segm...jcarsey2012-07-111-9/+2
* ArmPlatformPkg/ArmVExpressLibCTA9x4: Fixed buildoliviermartin2012-07-111-0/+52
* OvmfPkg BDS: Remove support for loading vgabios-cirrus.bin from 0xc0000jljusten2012-07-101-206/+0
* accept "-n THREADNUMBER" in OvmfPkg build scriptjljusten2012-07-101-2/+6
* embed OvmfVideo.rom into OVMF.fdjljusten2012-07-105-19/+8
* increase MEMFD size to enable secure boot buildjljusten2012-07-103-9/+9
* Add SMRAM range check to fault tolerant write SMM SMI handler.ydong102012-07-102-14/+88
* DuetPkg DuetPkgIa32.dsc & DuetPkgX64.dsc: Add library class and instance mapp...rsun32012-07-102-0/+2
* EmbeddedPkg/EmbeddedPkg.dec: Add missing PcdMetronomeTickPeriod PCDoliviermartin2012-07-091-0/+2
* Reset the platform when user choose to enroll/delete the PK variable. sfu52012-07-092-2/+2
* Add SMRAM range check to variable SMM SMI handler.czhang462012-07-092-7/+123
* Defer TCG table publish after LASA/LAML in the table got updated.gdong12012-07-091-6/+6
* Include read data buffer in CommBufferSize when calculate the buffer size.ydong102012-07-092-4/+4
* UefiCpuPkg CpuDxe: Call UefiCpuLib.InitializeFloatingPointUnits () to initial...rsun32012-07-064-0/+5
* MdeModulePkg/Ata: add dynamic type to PcdAtaSmartEnableerictian2012-07-061-3/+3
* When do discard action, enable callback action for questions which have value...ydong102012-07-067-94/+255
* Refine the message for Reset request.ydong102012-07-061-1/+1
* Update the logic to force user to reset when change configuration which need ...ydong102012-07-061-10/+5
* UefiCpuPkg BaseUefiCpuLib: Change the initialization value for x87 FPU Contro...rsun32012-07-052-7/+7
* 1. Reset system when user changes secure boot state in secure boot configurat...sfu52012-07-056-46/+29
* Update header file to match UEFI231B mantis 771, 850, 853 and 857.lgao42012-07-054-15/+41
* ArmPkg/BdsLib: Fixed cache cleaning in PreparePlatformHardware()oliviermartin2012-07-041-2/+2
* ARM Packages: Fixed mispellingsoliviermartin2012-07-046-8/+8
* ArmPkg/SemihostFs: Fixed DataAbort in Semihosting File Systemoliviermartin2012-07-041-16/+25
* ArmPkg/BdsLib: Fixed ShutdownUefiBootServices() in case the first gBS->GetMem...oliviermartin2012-07-041-9/+11
* ArmPlatformPkg/Sec: Fixed Primary Non-Cold Boot Patholiviermartin2012-07-043-11/+21
* ArmPkg/TimerDxe: Fixed incorrect TimerTicks calculationoliviermartin2012-07-041-1/+1
* ArmPlatformPkg/PrePi: Declared the ARM MP Core Infooliviermartin2012-07-046-36/+65
* ArmPkg/BaseMemoryLibStm: Removed duplicated instruction in InternalMemSetMem()oliviermartin2012-07-042-3/+1
* EmbeddedPkg/MetronomeDxe: Replaced hardcoded Tick Period by PcdMetronomeTickP...oliviermartin2012-07-042-6/+8
* ARM Packages: Clean code (Remove unused PCDs, ...)oliviermartin2012-07-046-64/+1
* ArmPkg/AsmMacroIoLib: Renamed 'GetCorePositionInStack' macro into 'GetCorePos...oliviermartin2012-07-048-10/+10
* ArmPlatformPkg/Sec: Added support for Non Cold Boot Pathsoliviermartin2012-07-047-22/+58