summaryrefslogtreecommitdiffstats
path: root/OvmfPkg
Commit message (Expand)AuthorAgeFilesLines
...
* OvmfPkg/EnrollDefaultKeys: split out certificate and signature constantsLaszlo Ersek2019-04-304-535/+583
* OvmfPkg/EnrollDefaultKeys: extract typedefs to a header fileLaszlo Ersek2019-04-303-99/+124
* OvmfPkg/EnrollDefaultKeys: remove unneeded EFIAPI call. conv. specifiersLaszlo Ersek2019-04-301-3/+0
* OvmfPkg/EnrollDefaultKeys: clean up acronym capitalization in identifiersLaszlo Ersek2019-04-301-6/+6
* OvmfPkg/EnrollDefaultKeys: clean up global variable name prefixesLaszlo Ersek2019-04-301-9/+9
* OvmfPkg/EnrollDefaultKeys: clean up minor whitespace wartLaszlo Ersek2019-04-301-2/+2
* OvmfPkg/EnrollDefaultKeys: refresh INF fileLaszlo Ersek2019-04-301-7/+3
* OvmfPkg/EnrollDefaultKeys: update @file comment blocksLaszlo Ersek2019-04-302-19/+6
* OvmfPkg: introduce EnrollDefaultKeys applicationLaszlo Ersek2019-04-305-0/+1073
* OvmfPkg/PlatformBootManagerLib: Remove dependency on Mps.hShenglei Zhang2019-04-281-1/+0
* OvmfPkg/ResetSystemLib: Add new API ResetSystemZhichao Gao2019-04-281-1/+44
* OvmfPkg/Sec: fix out-of-bounds readsLaszlo Ersek2019-04-241-3/+3
* OvmfPkg/BasePciCapLib: suppress invalid "nullptr deref" warningLaszlo Ersek2019-04-181-0/+7
* OvmfPkg/AcpiPlatformDxe: catch theoretical nullptr deref in Xen codeLaszlo Ersek2019-04-181-1/+8
* OvmfPkg/AcpiPlatformDxe: suppress invalid "deref of undef pointer" warningLaszlo Ersek2019-04-181-0/+7
* OvmfPkg/QemuVideoDxe: avoid arithmetic on null pointerLaszlo Ersek2019-04-181-1/+1
* OvmfPkg/XenBusDxe: replace MIT license text with SPDX IDLaszlo Ersek2019-04-123-51/+3
* OvmfPkg/IndustryStandard/Xen: replace MIT license text with SPDX IDLaszlo Ersek2019-04-1217-289/+17
* OvmfPkg/License.txt: refresh the MIT license text and include the SPDX IDLaszlo Ersek2019-04-121-2/+5
* OvmfPkg/License.txt: remove XenPvBlkDxe from the MIT licensed dir listLaszlo Ersek2019-04-121-1/+0
* OvmfPkg: Update DSC/FDF files to consume 8259/8254 drivers in OvmfPkgHao Wu2019-04-116-15/+6
* OvmfPkg/8254TimerDxe: Update to make it build for OVMFHao Wu2019-04-114-3/+6
* OvmfPkg: Copy 8254TimerDxe driver from PcAtChipsetPkgHao Wu2019-04-115-0/+658
* OvmfPkg/AcpiPlatformDxe: Consume the 8259 PCD defined in OvmfPkgHao Wu2019-04-111-3/+2
* OvmfPkg/8259InterruptControllerDxe: Update to make it build for OVMFHao Wu2019-04-115-9/+12
* OvmfPkg/OvmfPkg.dec: Add 8259-related PCDs in OVMF DEC fileHao Wu2019-04-111-0/+26
* OvmfPkg: Copy Legacy8259 protocol definitions from IntelFrameworkPkgHao Wu2019-04-112-1/+293
* OvmfPkg: Copy 8259InterruptControllerDxe driver from PcAtChipsetPkgHao Wu2019-04-115-0/+918
* OvmfPkg: Change License.txt from 2-Clause BSD to BSD+PatentMichael D Kinney2019-04-091-22/+49
* OvmfPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-09356-2530/+356
* OvmfPkg/PlatformDebugLibIoPort: Add new APIsBret Barkelew2019-04-021-5/+101
* OvmfPkg: Add a build flag to select ISA driver stackHao Wu2019-03-276-18/+54
* OvmfPkg: Add an Super IO bus driverHao Wu2019-03-2710-0/+1825
* OvmfPkg: Drop the ISA Floppy device supportHao Wu2019-03-276-12/+6
* OvmfPkg: retire "create-release.py"Laszlo Ersek2019-03-261-208/+0
* OvmfPkg/PlatformBootManagerLib: display boot option loading/startingLaszlo Ersek2019-02-252-0/+4
* OvmfPkg: add library to track boot option loading/starting on the consoleLaszlo Ersek2019-02-257-0/+425
* OvmfPkg/LockBoxLib: Update the comments for API UpdateLockBox()Hao Wu2019-02-221-3/+8
* OvmfPkg/build.sh: Enable flash for qemu 3 or laterJordan Justen2019-02-191-2/+2
* OvmfPkg/README: Remove UNIXGCCShenglei Zhang2019-02-144-22/+0
* OvmfPkg: Add TCG2 Configuration menu to the Device Manager menuStefan Berger2019-02-116-0/+21
* OvmfPkg: add MmServicesTableLib resolutionArd Biesheuvel2019-01-163-0/+3
* OvmfPkg: require GCC48 or laterLaszlo Ersek2019-01-082-17/+5
* OvmfPkg: Remove PcdPeiCoreMaxXXX PCDs' statementStar Zeng2018-12-193-6/+0
* OvmfPkg: Don't include TftpDynamicCommand in XCODE5 tool chainLiming Gao2018-11-276-0/+12
* OvmfPkg: simply use the Bochs interface for vmsvgayuchenlin2018-11-203-2/+18
* Revert "OvmfPkg: VMWare SVGA display device register definitions"yuchenlin2018-11-201-104/+0
* Revert "OvmfPkg/QemuVideoDxe: Helper functions for unaligned port I/O."yuchenlin2018-11-206-359/+0
* Revert "OvmfPkg/QemuVideoDxe: VMWare SVGA device support"yuchenlin2018-11-204-379/+7
* Revert "OvmfPkg/QemuVideoDxe: list "UnalignedIoInternal.h" in the INF file"yuchenlin2018-11-201-1/+0