summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-03-23UefiCpuPkg/RegisterCpuFeaturesLib: Set CpuFeatureEntry initial valueJeff Fan1-0/+2
2017-03-23UefiCpuPkg/CpuCommonFeaturesLib: Fix case write issueJeff Fan1-1/+1
2017-03-22ArmPkg/DefaultExceptionHandlerLib: walk call stack unconditionallyArd Biesheuvel1-25/+31
2017-03-22ArmPkg/DefaultExceptionHandlerLib: add missing GUID to .infArd Biesheuvel2-0/+6
2017-03-22ArmPkg/PlatformBootManagerLib: move to BootLogoLib for boot splash supportArd Biesheuvel3-689/+28
2017-03-22QuarkPlatformPkg/PlatformBootManagerLib: use new UefiShellFileGuid definitionArd Biesheuvel2-3/+3
2017-03-22ArmVirtPkg/ArmVirtQemu: refer to Shell app via its declared GUIDArd Biesheuvel4-6/+4
2017-03-22ArmPkg/PlatformBootManagerLib: refer to Shell FILE_GUID directlyArd Biesheuvel2-4/+4
2017-03-22ShellPkg: add GUID declaration for FILE_GUID of UEFI Shell app to packageArd Biesheuvel2-1/+4
2017-03-22BaseTools/tools_def: Use armv7-a for CLANG35 ARM compilations.Marvin Haeuser1-1/+1
2017-03-22UefiCpuPkg: Add CPU Features PEI/DXE driversJeff Fan10-0/+399
2017-03-22UefiCpuPkg: Add NULL CPU Common Features Library instanceJeff Fan17-0/+2611
2017-03-22UefiCpuPkg: Add PEI/DXE Register CPU Features Library instancesJeff Fan9-1/+2517
2017-03-22UefiCpuPkg/Include/Library: Add Register CPU Features LibraryJeff Fan2-0/+521
2017-03-22UefiCpuPkg: Add GUID gEdkiiCpuFeaturesInitDoneGuidJeff Fan2-0/+29
2017-03-22UefiCpuPkg: Add GUID gEdkiiCpuFeaturesSetDoneGuidJeff Fan2-0/+29
2017-03-22UefiCpuPkg/UefiCpuPkg.dec: Add a set of CPU features PCDsJeff Fan1-1/+19
2017-03-22UefiCpuPkg/Msr: Add CPUID signature check MACROsJeff Fan20-20/+365
2017-03-22UefiCpuPkg/PiSmmCpuDxeSmm: Skip if AllocatedSize is 0Jeff Fan1-13/+17
2017-03-22UefiCpuPkg/CpuS3DataDxe: Consume the existing PcdCpuS3DataAddressJeff Fan1-21/+33
2017-03-22UefiCpuPkg/AcpiCpuData: Update RegisterTableEntry typeJeff Fan3-11/+11
2017-03-21MdeModulePkg/MemoryProtection: split protect and unprotect pathsArd Biesheuvel1-50/+35
2017-03-21ArmVirtPkg/HighMemDxe: check new regions against GCD memory space mapArd Biesheuvel2-12/+19
2017-03-21ArmVirtPkg/HighMemDxe: use CPU arch protocol to apply memprotect policyArd Biesheuvel2-7/+25
2017-03-21MdeModulePkg/BootGraphicsResourceTableDxe: don't allocate below 4 GBArd Biesheuvel1-38/+3
2017-03-21MdeModulePkg/AcpiTableDxe: consider version mask when removing tablesArd Biesheuvel1-2/+5
2017-03-21MdeModulePkg CapsuleApp: Add -NR (no-reset) option supportStar Zeng1-5/+23
2017-03-21MdeModulePkg/NvmExpressDxe: Memory leak fix in async code flowSuman Prakash3-1/+31
2017-03-20MdeModulePkg/Core/Dxe: downgrade "CodeSegmentCount is 0" msg to DEBUG_WARNLaszlo Ersek1-2/+10
2017-03-20MdeModulePkg/RamDiskDxe: fix C string literal catenation in info messagesLaszlo Ersek1-2/+2
2017-03-20EmulatorPkg: Add SortLib/UefiBootManagerLibDandan Bi1-0/+2
2017-03-20DuetPkg: Add SortLib/UefiBootManagerLibDandan Bi2-2/+6
2017-03-20MdeModulePkg/DxeCapsuleLibFmp: Fix build failureDandan Bi2-4/+4
2017-03-18BaseTools: GenFds get the Size info for FV image in the FD regionYonghong Zhu2-1/+21
2017-03-18BaseTools: Update some tool with shell=TrueYonghong Zhu3-6/+6
2017-03-17MdeModulePkg/DxeCore: deal with allocations spanning several memmap entriesArd Biesheuvel1-0/+11
2017-03-17UefiCpuPkg/CpuDxe: Remove MSR_IA32_MISC_ENABLE checkJeff Fan1-6/+3
2017-03-17MdeModulePkg/AcpiTableDxe: Not make FADT.{DSDT,X_DSDT} mutual exclusionStar Zeng1-54/+34
2017-03-17MdeModulePkg/LogoDxe: Add missing dependency gEfiHiiImageExProtocolGuidRuiyu Ni1-2/+3
2017-03-17Nt32Pkg: Use Shell source code directlyRuiyu Ni2-2/+20
2017-03-17ShellPkg/HandleParsingLib: Correct format specifier for LoadedImageJeff Westfahl1-1/+1
2017-03-17MdeModulePkg/ConPlatform: Support GOP created as PCI's grandsonRuiyu Ni3-41/+9
2017-03-17NetworkPkg: Fix service binding issue in TCP dxe.Zhang Lubo4-82/+104
2017-03-17MdeModulePkg: Fix service binding issue in TCP4 and Ip4 dxe.Zhang Lubo7-77/+96
2017-03-17MdeModulePkg: Fix bug in DxeHttplib when converting port number.Zhang Lubo1-1/+5
2017-03-17MdeModulePkg/Ip4Dxe: Add Ip/Netmask pair check for Ip4Config2Jiaxin Wu5-71/+94
2017-03-17MdeModulePkg/DxeCapsuleLibFmp: Fix build failure issuesDandan Bi1-0/+3
2017-03-16OvmfPkg/build.sh: Parse qemu version in more casesJordan Justen1-2/+4
2017-03-16IntelFsp2Pkg: Raise exception for invalid BSF optionThomaiyar, Richard Marian1-1/+5
2017-03-16MdeModulePkg/CapsuleLib: Fix runtime issueJiewen Yao1-21/+32