summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix several issues in BaseCryptLib:tye12012-08-0220-79/+274
* ArmPlatformPkg/ArmVExpressPkg: Fixed build issueoliviermartin2012-08-011-0/+1
* Move PcdConInConnectOnDemand initlization to PlatformBds constructor so that ...czhang462012-08-011-3/+8
* OvmfPkg/AcpiTables/Dsdt.asl: report the PCI IO ranges set in FWDTjljusten2012-07-311-4/+85
* OvmfPkg/AcpiTables/Dsdt.asl: strip trailing whitespacejljusten2012-07-311-14/+14
* OvmfPkg: scan memory space map and populate FWDT (32-bit fields only)jljusten2012-07-312-1/+88
* OvmfPkg: install an SSDT with a dynamic OperationRegion called FWDTjljusten2012-07-313-1/+125
* OvmfPkg: clean up memory mapjljusten2012-07-312-18/+16
* OvmfPkg/*.dsc: Move PCD locations to be similar to OvmfPkgIa32X64.dscjljusten2012-07-312-14/+14
* OvmfPkg: Move DxeServicesTableLib to common LibraryClassesjljusten2012-07-313-6/+3
* OvmfPkg: Disable debugging for UNIXGCC to save spacejljusten2012-07-314-0/+22
* Add 2 new Bds featuresczhang462012-07-301-0/+4
* Add 2 new Bds featuresczhang462012-07-304-3/+282
* Add 2 new Bds featuresczhang462012-07-306-54/+251
* Change the type of NotifyHandle from EFI_HANDLE to VOID * for SimpleTextInEx ...niruiyu2012-07-3017-82/+68
* Fix some typo and coding style issues in BaseCryptLib instances.tye12012-07-2720-1526/+50
* Close the corresponding GUIDed section extraction protocol notify event in Cl...lzeng142012-07-272-22/+42
* OvmfPkg: add support for debug console on port 0x402jljusten2012-07-266-0/+418
* UnixPkg/Sec: Fixed buildoliviermartin2012-07-261-0/+1
* MdeModulePkg/CoreDxe: Fixed compiler warning 'integer conversion resulted in ...oliviermartin2012-07-261-1/+1
* Fix build fail for GCCydong102012-07-261-0/+1
* Fixed issues:ydong102012-07-261-35/+100
* Roll back the change which caused build failydong102012-07-261-3/+3
* Fix a failure in TCG HashAll interface.gdong12012-07-261-0/+4
* Enhance TCG driver to provide TPM physical presence lifetime lock capability.gdong12012-07-263-10/+61
* Fix the typo in InstallMultipleProtocolInterfaces commentsniruiyu2012-07-252-5/+6
* Use RsaGetPublicKeyFromX509() to validate the given X.509 certificate for PK/...sfu52012-07-251-2/+31
* Correct a typo in EFI_EDID_ACTIVE_PROTOCOL and EFI_EDID_DISCOVERED_PROTOCOL c...niruiyu2012-07-242-4/+4
* OvmfPkg: introduce QemuFwCfgFindFile ()jljusten2012-07-232-0/+74
* ShellPkg: Update string to number conversion to correctly stop at spaces if s...jcarsey2012-07-231-3/+3
* Add logic to check the execution break flag before executing the next command...ydong102012-07-231-0/+3
* Update the secure boot configuration UI to accept *.crt certificate file.sfu52012-07-231-10/+52
* Add more security check for CommBuffer+CommBufferSize.jyao12012-07-232-3/+109
* Adjust library instances used in SecurityPkg by proper module type.tye12012-07-201-7/+11
* OvmfPkg/AcpiPlatformDxe: rely on built-in checksummingjljusten2012-07-181-33/+0
* OvmfPkg/AcpiPlatformDxe/Xen.c: reuse CalculateSum8jljusten2012-07-182-36/+6
* 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