summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* SourceLevelDebugPkg: DebugAgent: Set Local APIC SoftwareEnableMichael Kinney2015-10-303-0/+3
* UefiCpuPkg: LocalApicLib: Add API to set SoftwareEnable bitMichael Kinney2015-10-303-9/+83
* UefiCpuPkg: CpuDxe: Update GDT to be consistent with DxeIplPeimMichael Kinney2015-10-302-40/+53
* NetworkPkg: HttpDxe sometimes free a pointer twiceNagaraj Hegde2015-10-301-4/+4
* CryptoPkg/OpensslLib: Move OPENSSL_NO_xxx defines into opensslconf.hDavid Woodhouse2015-10-292-44/+317
* CryptoPkg/OpensslLib: Eliminate GETPID_IS_MEANINGLESS definitionDavid Woodhouse2015-10-292-2/+13
* CryptoPkg: Fix OpenSSL BN wordsize and OPENSSL_SYS_UEFI handlingDavid Woodhouse2015-10-295-42/+76
* CryptoPkg/OpensslLib: Undefine NO_BUILTIN_VA_FUNCS to fix varargs breakageDavid Woodhouse2015-10-292-35/+1
* CryptoPkg/BaseCryptLib: Use X509_V_FLAG_NO_CHECK_TIMEDavid Woodhouse2015-10-294-25/+39
* CryptoPkg/BaseCryptLib: Use X509_V_FLAG_PARTIAL_CHAINDavid Woodhouse2015-10-293-171/+15
* CryptoPkg/BaseCryptLib: Clean up checking of PKCS#7 contents typeDavid Woodhouse2015-10-291-3/+4
* CryptoPkg/BaseCryptLib: Use accessor functions for ASN1_OBJECTDavid Woodhouse2015-10-292-3/+10
* CryptoPkg/BaseCryptLib: Use accessor functions for X509_ATTRIBUTEDavid Woodhouse2015-10-291-3/+11
* CryptoPkg/BaseCryptLib: Use i2d_X509_NAME() instead of abusing X509_NAMEDavid Woodhouse2015-10-291-4/+6
* CryptoPkg/BaseCryptLib: Add missing OpenSSL includesDavid Woodhouse2015-10-294-4/+7
* EmbeddedPkg: Add EFIAPI to several Ebl functionsThomas Palmer2015-10-2912-0/+46
* MdeModulePkg: Do not dump NULL padding resource descriptorRuiyu Ni2015-10-291-0/+4
* MdeModulePkg SmbiosMeasurementDxe: Correct the commentsStar Zeng2015-10-292-6/+9
* MdeModulePkg SmbiosMeasurementDxe: Remove the tailing whitespaceStar Zeng2015-10-292-14/+14
* MdeModulePkg SmbiosMeasurementDxe: Use EFI_D_VERBOSE for internal dump functionsStar Zeng2015-10-291-9/+9
* MdeModulePkg SmbiosMeasurementDxe: Add (VOID **) typecast for GCC build failureStar Zeng2015-10-291-1/+1
* MdeModulePkg SmbiosMeasurementDxe: Use SMBIOS table and GUID correctlyStar Zeng2015-10-291-6/+14
* UefiCpuPkg: SmmCpuFeaturesLib: Add MSR_SMM_FEATURE_CONTROL supportMichael Kinney2015-10-281-0/+29
* ShellPkg: Refine code by initializing local variable and adding ASSERT statem...Qiu Shumin2015-10-282-0/+3
* MdeModulePkg Variable: Move CacheVariable->InDeletedTransitionPtr NULL pointe...Star Zeng2015-10-281-2/+2
* Publish FspHob to PEI Hob by default.Yao, Jiewen2015-10-272-0/+39
* UefiCpuPkg: PiSmmCpuDxeSmm: Replace PcdSet## with PcdSet##SMichael Kinney2015-10-271-1/+2
* MdePkg/BaseSynchronizationLib: fix AArch64 return valuesHaojian Zhuang2015-10-271-0/+2
* MdeModulePkg:Add new API HiiGetFormSetFromHiiHandle into UefiHiiLibDandan Bi2015-10-272-0/+134
* Vlv2TbltDevicePkg: Sync the branch changes to trunk.Tim He2015-10-2710-28/+28
* MdeModulePkg SetupBrowserDxe: Save global variable values before nest functio...Eric Dong2015-10-272-4/+28
* Move Smbios measurement from TCG driver to Smbios driver.Yao, Jiewen2015-10-275-0/+686
* Fix issue that calling GetS3MemoryInfo() with wrong order.Yao, Jiewen2015-10-271-1/+1
* Do not deadloop if Microcode not found in FspTempRamInit.Yao, Jiewen2015-10-272-1/+21
* Move Smbios measurement from TCG driver to Smbios driver.Yao, Jiewen2015-10-276-108/+3
* Add suppressif around TCG hash seleciton checkbox in TCG2Yao, Jiewen2015-10-273-1/+75
* BaseTools:remove the redundant directories for '-f' with absolute path.Yonghong Zhu2015-10-271-10/+15
* Move Smbios table MAX length definition to Mde header filer.Yao, Jiewen2015-10-272-12/+12
* UefiCpuPkg: PiSmmCpuDxeSmm: Remove unused references to SmmLibMichael Kinney2015-10-263-3/+0
* OvmfPkg: QemuFlashFvbServicesRuntimeDxe: clean up includes and librariesLaszlo Ersek2015-10-264-26/+13
* OvmfPkg: QemuFlashFvbServicesRuntimeDxe: split out runtime DXE specificsLaszlo Ersek2015-10-267-131/+209
* OvmfPkg: QemuFlashFvbServicesRuntimeDxe: no dual addressing neededLaszlo Ersek2015-10-262-69/+30
* OvmfPkg: QemuFlashFvbServicesRuntimeDxe: remove FvbScratchSpace fieldLaszlo Ersek2015-10-262-3/+0
* OvmfPkg: QemuFlashFvbServicesRuntimeDxe: remove FvbDevLock fieldLaszlo Ersek2015-10-262-2/+0
* OvmfPkg: QemuFlashFvbServicesRuntimeDxe: fix VALID_ARCHITECTURES in INFLaszlo Ersek2015-10-261-1/+1
* OvmfPkg: QemuFlashFvbServicesRuntimeDxe: rewrap source code to 79 charsLaszlo Ersek2015-10-266-292/+347
* OvmfPkg: QemuFlashFvbServicesRuntimeDxe: strip trailing whitespaceLaszlo Ersek2015-10-263-19/+19
* ShellPkg: Fix 'EfiShellExecute' doesn't get command status correctly.Qiu Shumin2015-10-264-40/+125
* BaseTools: Add MultipleWorkspace.py in the common dependency.Liming Gao2015-10-261-0/+1
* MdeModulePkg: Make the BmFindLoadOption function publicSunny Wang2015-10-264-27/+31