summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* UefiCpuPkg: Add CPU Features PEI/DXE driversJeff Fan2017-03-2210-0/+399
* UefiCpuPkg: Add NULL CPU Common Features Library instanceJeff Fan2017-03-2217-0/+2611
* UefiCpuPkg: Add PEI/DXE Register CPU Features Library instancesJeff Fan2017-03-229-1/+2517
* UefiCpuPkg/Include/Library: Add Register CPU Features LibraryJeff Fan2017-03-222-0/+521
* UefiCpuPkg: Add GUID gEdkiiCpuFeaturesInitDoneGuidJeff Fan2017-03-222-0/+29
* UefiCpuPkg: Add GUID gEdkiiCpuFeaturesSetDoneGuidJeff Fan2017-03-222-0/+29
* UefiCpuPkg/UefiCpuPkg.dec: Add a set of CPU features PCDsJeff Fan2017-03-221-1/+19
* UefiCpuPkg/Msr: Add CPUID signature check MACROsJeff Fan2017-03-2220-20/+365
* UefiCpuPkg/PiSmmCpuDxeSmm: Skip if AllocatedSize is 0Jeff Fan2017-03-221-13/+17
* UefiCpuPkg/CpuS3DataDxe: Consume the existing PcdCpuS3DataAddressJeff Fan2017-03-221-21/+33
* UefiCpuPkg/AcpiCpuData: Update RegisterTableEntry typeJeff Fan2017-03-223-11/+11
* MdeModulePkg/MemoryProtection: split protect and unprotect pathsArd Biesheuvel2017-03-211-50/+35
* ArmVirtPkg/HighMemDxe: check new regions against GCD memory space mapArd Biesheuvel2017-03-212-12/+19
* ArmVirtPkg/HighMemDxe: use CPU arch protocol to apply memprotect policyArd Biesheuvel2017-03-212-7/+25
* MdeModulePkg/BootGraphicsResourceTableDxe: don't allocate below 4 GBArd Biesheuvel2017-03-211-38/+3
* MdeModulePkg/AcpiTableDxe: consider version mask when removing tablesArd Biesheuvel2017-03-211-2/+5
* MdeModulePkg CapsuleApp: Add -NR (no-reset) option supportStar Zeng2017-03-211-5/+23
* MdeModulePkg/NvmExpressDxe: Memory leak fix in async code flowSuman Prakash2017-03-213-1/+31
* MdeModulePkg/Core/Dxe: downgrade "CodeSegmentCount is 0" msg to DEBUG_WARNLaszlo Ersek2017-03-201-2/+10
* MdeModulePkg/RamDiskDxe: fix C string literal catenation in info messagesLaszlo Ersek2017-03-201-2/+2
* EmulatorPkg: Add SortLib/UefiBootManagerLibDandan Bi2017-03-201-0/+2
* DuetPkg: Add SortLib/UefiBootManagerLibDandan Bi2017-03-202-2/+6
* MdeModulePkg/DxeCapsuleLibFmp: Fix build failureDandan Bi2017-03-202-4/+4
* BaseTools: GenFds get the Size info for FV image in the FD regionYonghong Zhu2017-03-182-1/+21
* BaseTools: Update some tool with shell=TrueYonghong Zhu2017-03-183-6/+6
* MdeModulePkg/DxeCore: deal with allocations spanning several memmap entriesArd Biesheuvel2017-03-171-0/+11
* UefiCpuPkg/CpuDxe: Remove MSR_IA32_MISC_ENABLE checkJeff Fan2017-03-171-6/+3
* MdeModulePkg/AcpiTableDxe: Not make FADT.{DSDT,X_DSDT} mutual exclusionStar Zeng2017-03-171-54/+34
* MdeModulePkg/LogoDxe: Add missing dependency gEfiHiiImageExProtocolGuidRuiyu Ni2017-03-171-2/+3
* Nt32Pkg: Use Shell source code directlyRuiyu Ni2017-03-172-2/+20
* ShellPkg/HandleParsingLib: Correct format specifier for LoadedImageJeff Westfahl2017-03-171-1/+1
* MdeModulePkg/ConPlatform: Support GOP created as PCI's grandsonRuiyu Ni2017-03-173-41/+9
* NetworkPkg: Fix service binding issue in TCP dxe.Zhang Lubo2017-03-174-82/+104
* MdeModulePkg: Fix service binding issue in TCP4 and Ip4 dxe.Zhang Lubo2017-03-177-77/+96
* MdeModulePkg: Fix bug in DxeHttplib when converting port number.Zhang Lubo2017-03-171-1/+5
* MdeModulePkg/Ip4Dxe: Add Ip/Netmask pair check for Ip4Config2Jiaxin Wu2017-03-175-71/+94
* MdeModulePkg/DxeCapsuleLibFmp: Fix build failure issuesDandan Bi2017-03-171-0/+3
* OvmfPkg/build.sh: Parse qemu version in more casesJordan Justen2017-03-161-2/+4
* IntelFsp2Pkg: Raise exception for invalid BSF optionThomaiyar, Richard Marian2017-03-161-1/+5
* MdeModulePkg/CapsuleLib: Fix runtime issueJiewen Yao2017-03-161-21/+32
* OvmfPkg/QemuFwCfgS3Lib: Fix VS tool chain build failureDandan Bi2017-03-155-16/+17
* MdeModulePkg BmPerf: Handle "/" separator in debug path for GCC buildStar Zeng2017-03-161-2/+2
* ShellPkg UefiDpLib: Handle "/" separator in debug path for GCC buildStar Zeng2017-03-161-1/+1
* PerformancePkg Dp_App: Handle "/" separator in debug path for GCC buildStar Zeng2017-03-161-1/+1
* MdeModulePkg PCD: Allow SkuId to be changed only onceStar Zeng2017-03-162-8/+47
* ArmPkg/UncachedMemoryAllocationLib: set XP bit via CPU arch protocolArd Biesheuvel2017-03-152-8/+42
* CryptoPkg:SmmCryptLib: Add real Pkcs5Pbkdf2.c.Jiewen Yao2017-03-151-2/+2
* MdeModulePkg DxeCore: Remove unreferenced symbol for memory profileStar Zeng2017-03-151-6/+6
* MdeModulePkg PiSmmCore: Remove unreferenced symbol for SMRAM profileStar Zeng2017-03-151-10/+8
* NetworkPkg: Fix potential bug if the iSCSI use dns protocol.Zhang, Lubo2017-03-151-4/+7