summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-07-30Change the type of NotifyHandle from EFI_HANDLE to VOID * for SimpleTextInEx ...niruiyu17-82/+68
2012-07-27Fix some typo and coding style issues in BaseCryptLib instances.tye120-1526/+50
2012-07-27Close the corresponding GUIDed section extraction protocol notify event in Cl...lzeng142-22/+42
2012-07-26OvmfPkg: add support for debug console on port 0x402jljusten6-0/+418
2012-07-26UnixPkg/Sec: Fixed buildoliviermartin1-0/+1
2012-07-26MdeModulePkg/CoreDxe: Fixed compiler warning 'integer conversion resulted in ...oliviermartin1-1/+1
2012-07-26Fix build fail for GCCydong101-0/+1
2012-07-26Fixed issues:ydong101-35/+100
2012-07-26Roll back the change which caused build failydong101-3/+3
2012-07-26Fix a failure in TCG HashAll interface.gdong11-0/+4
2012-07-26Enhance TCG driver to provide TPM physical presence lifetime lock capability.gdong13-10/+61
2012-07-25Fix the typo in InstallMultipleProtocolInterfaces commentsniruiyu2-5/+6
2012-07-25Use RsaGetPublicKeyFromX509() to validate the given X.509 certificate for PK/...sfu51-2/+31
2012-07-24Correct a typo in EFI_EDID_ACTIVE_PROTOCOL and EFI_EDID_DISCOVERED_PROTOCOL c...niruiyu2-4/+4
2012-07-23OvmfPkg: introduce QemuFwCfgFindFile ()jljusten2-0/+74
2012-07-23ShellPkg: Update string to number conversion to correctly stop at spaces if s...jcarsey1-3/+3
2012-07-23Add logic to check the execution break flag before executing the next command...ydong101-0/+3
2012-07-23Update the secure boot configuration UI to accept *.crt certificate file.sfu51-10/+52
2012-07-23Add more security check for CommBuffer+CommBufferSize.jyao12-3/+109
2012-07-20Adjust library instances used in SecurityPkg by proper module type.tye11-7/+11
2012-07-18OvmfPkg/AcpiPlatformDxe: rely on built-in checksummingjljusten1-33/+0
2012-07-18OvmfPkg/AcpiPlatformDxe/Xen.c: reuse CalculateSum8jljusten2-36/+6
2012-07-18OvmfPkg/AcpiPlatformDxe: Add Xen ACPI tables supportjljusten3-52/+370
2012-07-18StdLib/LibC/Uefi/Devices/Console/daConsole.c: Fix bug where unconvertable wi...darylm5031-1/+2
2012-07-18Add interfaces to several library instances of BaseCryptLib.tye142-59/+5340
2012-07-18To follow UEFI spec, update the code to make correct check to support multipl...li-elvin1-1/+1
2012-07-17Added secure boot in CSM module entrypoint, if UEFI secure boot is enabled, C...li-elvin3-2/+18
2012-07-171. Remove extra attribute for SetupMode, SignatureSupport and SecureBoot vari...sfu52-73/+78
2012-07-17Return EFI_UNSUPPORTED if READY_TO_BOOT function is invoked at SMM runtime.sfu53-2/+10
2012-07-17Fix a buffer overflow bug in VariableSmm driver.sfu51-1/+1
2012-07-17Update HobLib and Hob Service to avoid data over flow. lgao42-4/+10
2012-07-17Update HobLib and Hob Service to avoid data over flow. lgao44-13/+21
2012-07-13Verify the provided PKpub is signed with its private key when enrolling a new...sfu52-43/+65
2012-07-13Add SMRAM range check to variable SMM SMI handler.czhang462-22/+166
2012-07-13Remove unused CapsuleReset() in MdeModulePkg\Universal\ResetSystemRuntimeDxe\...lzeng142-44/+2
2012-07-12ArmPkg/CompilerIntrinsicsLib: Added missing __aeabi_uread8 and __aeabi_uwrite8oliviermartin2-1/+55
2012-07-12Clean up include of ACPI header file so that only IndustryStandard/Acpi.h is ...lzeng145-9/+3
2012-07-12Fix a bug in DxeImageVerificationLib which will pass incorrect trust cert siz...sfu51-1/+1
2012-07-12Update the secure boot configuration UI to accept *.der certificate file as t...sfu51-4/+4
2012-07-11ShellPkg: update pci enumeration routine for platforms with multiple pci segm...jcarsey1-9/+2
2012-07-11ArmPlatformPkg/ArmVExpressLibCTA9x4: Fixed buildoliviermartin1-0/+52
2012-07-10OvmfPkg BDS: Remove support for loading vgabios-cirrus.bin from 0xc0000jljusten1-206/+0
2012-07-10accept "-n THREADNUMBER" in OvmfPkg build scriptjljusten1-2/+6
2012-07-10embed OvmfVideo.rom into OVMF.fdjljusten5-19/+8
2012-07-10increase MEMFD size to enable secure boot buildjljusten3-9/+9
2012-07-10Add SMRAM range check to fault tolerant write SMM SMI handler.ydong102-14/+88
2012-07-10DuetPkg DuetPkgIa32.dsc & DuetPkgX64.dsc: Add library class and instance mapp...rsun32-0/+2
2012-07-09EmbeddedPkg/EmbeddedPkg.dec: Add missing PcdMetronomeTickPeriod PCDoliviermartin1-0/+2
2012-07-09Reset the platform when user choose to enroll/delete the PK variable. sfu52-2/+2
2012-07-09Add SMRAM range check to variable SMM SMI handler.czhang462-7/+123