summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-08-23BaseTools: add capsule image header for auth FMP capsule fileYonghong Zhu2-14/+11
2016-08-23BaseTools/UserManuals: update with new report bug mail addressYonghong Zhu18-3573/+3965
2016-08-22SecurityPkg Tcg2: Remove use of module internal API InternalIsZeroBuffer()Hao Wu3-92/+11
2016-08-22MdePkg BaseMemoryLibSse2: Add SSE2 implementation of API IsZeroBuffer()Hao Wu5-2/+226
2016-08-22MdePkg BaseMemoryLib: Add assembly implementation of API IsZeroBuffer()Hao Wu20-8/+746
2016-08-22MdePkg BaseMemoryLib: Add C implementation of API IsZeroBuffer()Hao Wu13-9/+335
2016-08-22SecurityPkg Tcg2: Rename internal API IsZeroBuffer to InternalIsZeroBufferHao Wu3-14/+14
2016-08-22MdePkg BaseMemoryLib: Add implementation of API IsZeroGuid()Hao Wu9-9/+261
2016-08-22BaseTools/GccBase.lds: don't copy RELA section to PE/COFFArd Biesheuvel1-1/+1
2016-08-22ArmVirtPkg: Fix build breakage of ArmVirtXen platformVikas C Sajjan1-0/+4
2016-08-22BaseTools PeCoffLib: Fix the issue to get RelocationsStripped from TE imageLiming Gao1-2/+2
2016-08-22ArmVirtPkg: Add Ramdisk support to ArmVirtPkg platformsVikas C Sajjan4-0/+23
2016-08-22ArmVirtPkg: Move inclusion of AcpiTableDxe.inf to ArmVirt.dsc.incVikas C Sajjan4-3/+6
2016-08-19BaseTools: Fix a bug use 'COMMON' as CodeBase in BuildOptions sectionYonghong Zhu2-2/+9
2016-08-19BaseTools: FMP capsule add the support to generate auth infoYonghong Zhu5-72/+194
2016-08-19BaseTools: Rsa2048Sha256Sign add new option to support Monotonic countYonghong Zhu1-6/+25
2016-08-19BaseTools: Add the PKCS7 toolYonghong Zhu9-3/+538
2016-08-19UefiCpuPkg/PiSmmCpuDxeSmm: Revert 7503cd70fb86Jeff Fan1-2/+2
2016-08-19UefiCpuPkg/MpInitLib: MicrocodeData used but maybe uninitializedJeff Fan1-0/+2
2016-08-19DuetPkg: Add DxeMpInitLib instance referenceJeff Fan2-0/+2
2016-08-19BaseTools-CLANG38: Add -O3 in DLINK2 flagShi, Steven1-2/+2
2016-08-19BaseTools: check CONF_PATH env to get the configure filesYonghong Zhu2-5/+11
2016-08-18NetworkPkg/IpSecDxe: Fix wrong IKE header "FLAG" updateJiaxin Wu4-16/+28
2016-08-18NetworkPkg/IpSecDxe: Fix UEFI IKE Initial Exchange failureJiaxin Wu1-3/+2
2016-08-17CorebootPayloadPkg: fixed GCC49 and GCC5 hang in PeiCorePrince Agyeman1-2/+2
2016-08-17CorebootPayloadPkg : Added MpInitLib to CorebootPayloadPkg.dscPrince Agyeman2-0/+2
2016-08-18MdeModulePkg: Fix potential failure if UseDefaultAddress configuredJiaxin Wu1-1/+0
2016-08-18NetworkPkg: Fix assert issue in iSCSI driverZhang Lubo1-0/+2
2016-08-18NetworkPkg: Refine codes of iSCSI driverZhang Lubo1-15/+20
2016-08-18MdeModulePkg: Refine codes of iSCSI driverZhang Lubo1-15/+20
2016-08-18PcAtChipsetPkg AcpiTimerLib: Wait 363 ACPI timer counts to get TSC FreqStar Zeng3-27/+33
2016-08-17UefiCpuPkg/PiSmmCpuDxeSmm: Add gEfiVariableArchProtocolGuid dependencyJeff Fan1-2/+2
2016-08-17UefiCpuPkg/CpuDxe: Fixed typo in function header to match PI specJeff Fan1-18/+18
2016-08-17MdePkg/MpService.h: Trim whitespace at end of lineJeff Fan1-235/+235
2016-08-17MdePkg/MpService.h: Fixed typo in function header to match PI specJeff Fan1-17/+17
2016-08-17UefiCpuPkg/CpuDxe: Remove PcdCpuMaxLogicalProcessorNumber consumingJeff Fan2-16/+5
2016-08-17UefiCpuPkg/CpuDxe: Remove unused codes and filesJeff Fan9-1359/+1
2016-08-17UefiCpuPkg/CpuDxe: Move SetMtrrsFromBuffer() location.Jeff Fan2-16/+15
2016-08-17UefiCpuPkg/CpuDxe: Consume MpInitLib to produce CPU MP Protocol servicesJeff Fan8-815/+77
2016-08-17UefiCpuPkg/CpuMpPei: Delete PeiMpServices.c and PeiMpServices.hJeff Fan5-766/+727
2016-08-17UefiCpuPkg/CpuMpPei: Remove unused files and codesJeff Fan13-2669/+0
2016-08-17UefiCpuPkg/CpuMpPei: Consume MpInitLib to produce CPU MP PPI servicesJeff Fan6-491/+113
2016-08-17QuarkPlatformPkg: Add MpInitLib reference in DSC files.Jeff Fan2-1/+5
2016-08-17OvmfPkg: Add MpInitLib reference in DSC files.Jeff Fan3-0/+6
2016-08-17UefiCpuPkg/MpInitLib: Place APs in safe loop before hand-off to OSJeff Fan2-0/+108
2016-08-17UefiCpuPkg/MpInitLib: Implementation of MpInitLibStartupAllAPs()Jeff Fan4-2/+233
2016-08-17UefiCpuPkg/MpInitLib: Implementation of MpInitLibStartupThisAP()Jeff Fan4-2/+176
2016-08-17UefiCpuPkg/MpInitLib: Check APs Status and update APs statusJeff Fan4-1/+415
2016-08-17UefiCpuPkg/MpInitLib: Implementation of MpInitLibEnableDisableAP()Jeff Fan4-2/+97
2016-08-17UefiCpuPkg/MpInitLib: Implementation of MpInitLibSwitchBSP()Jeff Fan4-7/+218