summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-08-02EmbeddedPkg/MmcDxe: Avoid nanosecond delay when command succeedsoliviermartin1-1/+4
2012-08-02EmbeddedPkg/MmcDxe: Fixed MmcIdentificationMode()oliviermartin2-4/+4
2012-08-02ArmPkg/CompilerIntrinsicsLib: Fixed __aeabi_uwrite8oliviermartin1-0/+2
2012-08-02Measure ExitBootServices failure caseczhang465-2/+35
2012-08-02Measure ExitBootServices failure caseczhang462-0/+42
2012-08-02Fix several issues in BaseCryptLib:tye120-79/+274
2012-08-01ArmPlatformPkg/ArmVExpressPkg: Fixed build issueoliviermartin1-0/+1
2012-08-01Move PcdConInConnectOnDemand initlization to PlatformBds constructor so that ...czhang461-3/+8
2012-07-31OvmfPkg/AcpiTables/Dsdt.asl: report the PCI IO ranges set in FWDTjljusten1-4/+85
2012-07-31OvmfPkg/AcpiTables/Dsdt.asl: strip trailing whitespacejljusten1-14/+14
2012-07-31OvmfPkg: scan memory space map and populate FWDT (32-bit fields only)jljusten2-1/+88
2012-07-31OvmfPkg: install an SSDT with a dynamic OperationRegion called FWDTjljusten3-1/+125
2012-07-31OvmfPkg: clean up memory mapjljusten2-18/+16
2012-07-31OvmfPkg/*.dsc: Move PCD locations to be similar to OvmfPkgIa32X64.dscjljusten2-14/+14
2012-07-31OvmfPkg: Move DxeServicesTableLib to common LibraryClassesjljusten3-6/+3
2012-07-31OvmfPkg: Disable debugging for UNIXGCC to save spacejljusten4-0/+22
2012-07-30Add 2 new Bds featuresczhang461-0/+4
2012-07-30Add 2 new Bds featuresczhang464-3/+282
2012-07-30Add 2 new Bds featuresczhang466-54/+251
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