summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* OvmfPkg/IncompatiblePciDeviceSupportDxe: Drop framework pkg dependencyHao A Wu2019-06-171-1/+0
* OvmfPkg/PlatformPei: Remove redundant reference of framework pkg DECHao A Wu2019-06-171-2/+1
* MdeModulePkg: Add missing instances for build onlyBret Barkelew2019-06-171-0/+16
* SourceLevelDebugPkg: Add missing instances for build onlyBret Barkelew2019-06-171-0/+2
* CryptoPkg: Add missing instance for build onlyBret Barkelew2019-06-151-0/+1
* UefiPayloadPkg/PlatformBootManagerLib: Use EDKII_SERIAL_PORT_LIB_VENDOR_GUID ...Anthony PERARD2019-06-141-1/+2
* ArmPkg/PlatformBootManagerLib: Use EDKII_SERIAL_PORT_LIB_VENDOR_GUID from Mde...Anthony PERARD2019-06-141-6/+2
* ArmVirtPkg/PlatformBootManagerLib: Use EDKII_SERIAL_PORT_LIB_VENDOR_GUIDAnthony PERARD2019-06-141-6/+2
* MdeModulePkg: Introduce EDKII_SERIAL_PORT_LIB_VENDOR_GUIDAnthony PERARD2019-06-144-1/+25
* OvmfPkg/Csm/LegacyBiosDxe: Fix Legacy16GetTableAddress call for E820 dataDavid Woodhouse2019-06-141-0/+3
* OvmfPkg: Update DSC/FDF files to consume CSM components in OvmfPkgHao A Wu2019-06-146-21/+21
* OvmfPkg/Csm/LegacyBootManagerLib: Update to make it build for OVMFHao A Wu2019-06-141-4/+3
* OvmfPkg/Csm/LegacyBootMaintUiLib: Update to make it build for OVMFHao A Wu2019-06-141-4/+3
* OvmfPkg/Csm/LegacyBiosDxe: Update to make it build for OVMFHao A Wu2019-06-141-12/+10
* OvmfPkg/Csm/VideoDxe: Update to make it build for OVMFHao A Wu2019-06-141-8/+6
* OvmfPkg/OvmfPkg.dec: Add PCD definitions used by copied CSM modulesHao A Wu2019-06-141-0/+58
* OvmfPkg/OvmfPkg.dec: Add the new include folder for CSM header filesHao A Wu2019-06-141-0/+1
* OvmfPkg/OvmfPkg.dec: Add definitions for CSM-related Guid & ProtocolHao A Wu2019-06-141-0/+9
* OvmfPkg: Copy the required CSM components from framework packagesHao A Wu2019-06-1450-0/+22879
* Maintainers.txt: Add maintainer for CSM components in OvmfPkgHao A Wu2019-06-141-0/+2
* MdeModulePkg/GraphicsConsoleDxe: Initialize the output modeZhichao Gao2019-06-132-10/+34
* MdeModulePkg/ConSplitterDxe: Optimize the ConSplitterTextOutSetModeAaron Antone2019-06-132-12/+25
* UefiCpuPkg RegisterCpuFeaturesLib.h: Fix typo 'STRICK' to 'STRIKE'Star Zeng2019-06-131-1/+1
* ShellPkg/Debug1CommandsLib: Fix bugs in func DisplaySysEventLogDataDandan Bi2019-06-121-6/+14
* BaseTools: add script to configure local git optionsLeif Lindholm2019-06-121-0/+204
* BaseTools: add centralized location for git config filesLeif Lindholm2019-06-122-0/+32
* SecurityPkg/HddPassword: Add a PCD to skip Hdd password promptChu, Maggie2019-06-123-0/+26
* MdeModulePkg/PciBusDxe: catch unimplemented extended config space readsLaszlo Ersek2019-06-111-0/+13
* OvmfPkg/README: Update the network build flagsGary Lin2019-06-111-3/+8
* DynamicTablesPkg: Disable deprecated APIsSami Mujawar2019-06-111-0/+4
* DynamicTablesPkg: Fix line endings in dsc fileSami Mujawar2019-06-111-36/+36
* IntelFspPkg&IntelFspWrapperPkg: Remove themRay Ni2019-06-11132-17402/+0
* DynamicTablesPkg: GTDT updates for ACPI 6.3Pierre Gondois2019-06-112-30/+44
* DynamicTablesPkg: Add dynamic PPTT table generation supportKrzysztof Koch2019-06-118-6/+1867
* IntelFsp2Pkg/SplitFspBin.py: Support rebasing 1.x binary.Chasel Chiu2019-06-112-30/+38
* Maintainers.txt: Remove Yonghong from BaseTools ReviewerZhu, Yonghong2019-06-111-1/+0
* OvmfPkg: Drop build flag USE_LEGACY_ISA_STACK and legacy ISA stackHao A Wu2019-06-116-60/+9
* DynamicTablesPkg: Add ACPI 6.3 SPE support to MADT generatorKrzysztof Koch2019-06-102-46/+66
* DynamicTablesPkg: Test for duplicate GT Block frame numbersKrzysztof Koch2019-06-101-2/+64
* DynamicTablesPkg: Test for duplicate UIDs in MADT generatorKrzysztof Koch2019-06-101-7/+83
* DynamicTablesPkg: Add code for finding duplicate values in arraysKrzysztof Koch2019-06-102-0/+112
* DynamicTablesPkg: Add frame number validation to GTDT generatorKrzysztof Koch2019-06-101-0/+9
* ShellPkg/acpiview: GTDT updates for ACPI 6.3Pierre Gondois2019-06-101-2/+4
* BaseTools: Refactor hash tracking after checking for Sources sectionRodriguez, Christian2019-06-104-27/+53
* BaseTools: Add a checking for Sources section in INF fileRodriguez, Christian2019-06-101-0/+38
* BaseTools:Make BaseTools support new rules to generate RAW FFS FILEFan, ZhijuX2019-06-105-7/+46
* SecurityPkg/OpalPassword: Add PCD to skip password promptChu, Maggie2019-06-103-8/+20
* UefiCpuPkg/MpInitLib: Decrease NumApsExecuting only for ApInitConfigRay Ni2019-06-101-2/+3
* UefiCpuPkg/MpInitLib: increase NumApsExecuting only for ApInitConfigRay Ni2019-06-101-7/+7
* CryptoPkg/BaseCryptLib: Wrap OpenSSL SM3 algorithmLu, XiaoyuX2019-06-086-0/+374