summaryrefslogtreecommitdiff
path: root/OvmfPkg
AgeCommit message (Expand)AuthorFilesLines
2019-05-09OvmfPkg/QemuVideoDxe: Remove dependency on OptionRomPkgMichael D Kinney4-36/+3
2019-05-01OvmfPkg/EnrollDefaultKeys: suppress incorrect compiler warningLaszlo Ersek1-0/+7
2019-04-30OvmfPkg/XenSupport: turn off address decoding before BAR sizingIgor Druzhinin1-0/+21
2019-04-30OvmfPkg/XenSupport: use a correct PCI host bridge aperture for BAR64Igor Druzhinin1-1/+5
2019-04-30OvmfPkg/XenSupport: remove usage of prefetchable PCI host bridge apertureIgor Druzhinin1-22/+12
2019-04-30OvmfPkg/EnrollDefaultKeys: remove Red Hat's hard-coded PK/KEK1Laszlo Ersek2-88/+0
2019-04-30OvmfPkg/EnrollDefaultKeys: enroll PK/KEK1 from the Type 11 SMBIOS tableLaszlo Ersek2-13/+217
2019-04-30OvmfPkg: introduce OVMF_PK_KEK1_APP_PREFIX_GUIDLaszlo Ersek2-0/+46
2019-04-30OvmfPkg/EnrollDefaultKeys: document the steps of the entry point functionLaszlo Ersek1-0/+54
2019-04-30OvmfPkg/EnrollDefaultKeys: describe functions with leading comment blocksLaszlo Ersek1-0/+73
2019-04-30OvmfPkg/EnrollDefaultKeys: extract MICROSOFT_VENDOR_GUIDLaszlo Ersek6-33/+62
2019-04-30OvmfPkg/EnrollDefaultKeys: split out certificate and signature constantsLaszlo Ersek4-535/+583
2019-04-30OvmfPkg/EnrollDefaultKeys: extract typedefs to a header fileLaszlo Ersek3-99/+124
2019-04-30OvmfPkg/EnrollDefaultKeys: remove unneeded EFIAPI call. conv. specifiersLaszlo Ersek1-3/+0
2019-04-30OvmfPkg/EnrollDefaultKeys: clean up acronym capitalization in identifiersLaszlo Ersek1-6/+6
2019-04-30OvmfPkg/EnrollDefaultKeys: clean up global variable name prefixesLaszlo Ersek1-9/+9
2019-04-30OvmfPkg/EnrollDefaultKeys: clean up minor whitespace wartLaszlo Ersek1-2/+2
2019-04-30OvmfPkg/EnrollDefaultKeys: refresh INF fileLaszlo Ersek1-7/+3
2019-04-30OvmfPkg/EnrollDefaultKeys: update @file comment blocksLaszlo Ersek2-19/+6
2019-04-30OvmfPkg: introduce EnrollDefaultKeys applicationLaszlo Ersek5-0/+1073
2019-04-28OvmfPkg/PlatformBootManagerLib: Remove dependency on Mps.hShenglei Zhang1-1/+0
2019-04-28OvmfPkg/ResetSystemLib: Add new API ResetSystemZhichao Gao1-1/+44
2019-04-24OvmfPkg/Sec: fix out-of-bounds readsLaszlo Ersek1-3/+3
2019-04-18OvmfPkg/BasePciCapLib: suppress invalid "nullptr deref" warningLaszlo Ersek1-0/+7
2019-04-18OvmfPkg/AcpiPlatformDxe: catch theoretical nullptr deref in Xen codeLaszlo Ersek1-1/+8
2019-04-18OvmfPkg/AcpiPlatformDxe: suppress invalid "deref of undef pointer" warningLaszlo Ersek1-0/+7
2019-04-18OvmfPkg/QemuVideoDxe: avoid arithmetic on null pointerLaszlo Ersek1-1/+1
2019-04-12OvmfPkg/XenBusDxe: replace MIT license text with SPDX IDLaszlo Ersek3-51/+3
2019-04-12OvmfPkg/IndustryStandard/Xen: replace MIT license text with SPDX IDLaszlo Ersek17-289/+17
2019-04-12OvmfPkg/License.txt: refresh the MIT license text and include the SPDX IDLaszlo Ersek1-2/+5
2019-04-12OvmfPkg/License.txt: remove XenPvBlkDxe from the MIT licensed dir listLaszlo Ersek1-1/+0
2019-04-11OvmfPkg: Update DSC/FDF files to consume 8259/8254 drivers in OvmfPkgHao Wu6-15/+6
2019-04-11OvmfPkg/8254TimerDxe: Update to make it build for OVMFHao Wu4-3/+6
2019-04-11OvmfPkg: Copy 8254TimerDxe driver from PcAtChipsetPkgHao Wu5-0/+658
2019-04-11OvmfPkg/AcpiPlatformDxe: Consume the 8259 PCD defined in OvmfPkgHao Wu1-3/+2
2019-04-11OvmfPkg/8259InterruptControllerDxe: Update to make it build for OVMFHao Wu5-9/+12
2019-04-11OvmfPkg/OvmfPkg.dec: Add 8259-related PCDs in OVMF DEC fileHao Wu1-0/+26
2019-04-11OvmfPkg: Copy Legacy8259 protocol definitions from IntelFrameworkPkgHao Wu2-1/+293
2019-04-11OvmfPkg: Copy 8259InterruptControllerDxe driver from PcAtChipsetPkgHao Wu5-0/+918
2019-04-09OvmfPkg: Change License.txt from 2-Clause BSD to BSD+PatentMichael D Kinney1-22/+49
2019-04-09OvmfPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney356-2530/+356
2019-04-02OvmfPkg/PlatformDebugLibIoPort: Add new APIsBret Barkelew1-5/+101
2019-03-27OvmfPkg: Add a build flag to select ISA driver stackHao Wu6-18/+54
2019-03-27OvmfPkg: Add an Super IO bus driverHao Wu10-0/+1825
2019-03-27OvmfPkg: Drop the ISA Floppy device supportHao Wu6-12/+6
2019-03-26OvmfPkg: retire "create-release.py"Laszlo Ersek1-208/+0
2019-02-25OvmfPkg/PlatformBootManagerLib: display boot option loading/startingLaszlo Ersek2-0/+4
2019-02-25OvmfPkg: add library to track boot option loading/starting on the consoleLaszlo Ersek7-0/+425
2019-02-22OvmfPkg/LockBoxLib: Update the comments for API UpdateLockBox()Hao Wu1-3/+8
2019-02-19OvmfPkg/build.sh: Enable flash for qemu 3 or laterJordan Justen1-2/+2