summaryrefslogtreecommitdiffstats
path: root/OvmfPkg
Commit message (Expand)AuthorAgeFilesLines
...
* OvmfPkg: Move DxeServicesTableLib to common LibraryClassesjljusten2012-07-313-6/+3
* OvmfPkg: Disable debugging for UNIXGCC to save spacejljusten2012-07-314-0/+22
* OvmfPkg: add support for debug console on port 0x402jljusten2012-07-266-0/+418
* OvmfPkg: introduce QemuFwCfgFindFile ()jljusten2012-07-232-0/+74
* OvmfPkg/AcpiPlatformDxe: rely on built-in checksummingjljusten2012-07-181-33/+0
* OvmfPkg/AcpiPlatformDxe/Xen.c: reuse CalculateSum8jljusten2012-07-182-36/+6
* OvmfPkg/AcpiPlatformDxe: Add Xen ACPI tables supportjljusten2012-07-183-52/+370
* OvmfPkg BDS: Remove support for loading vgabios-cirrus.bin from 0xc0000jljusten2012-07-101-206/+0
* accept "-n THREADNUMBER" in OvmfPkg build scriptjljusten2012-07-101-2/+6
* embed OvmfVideo.rom into OVMF.fdjljusten2012-07-105-19/+8
* increase MEMFD size to enable secure boot buildjljusten2012-07-103-9/+9
* Fix file guid conflict.ydong102012-06-071-1/+1
* OvmfPkg/AcpiPlatformDxe: Fix VS2010 build issuejljusten2012-06-011-3/+3
* OvmfPkg/AcpiPlatformDxe: Dynamically add Local APIC entries in MADTjljusten2012-05-302-1/+83
* OvmfPkg ACPI MADT: Make processor IDs zero basedjljusten2012-05-301-11/+11
* OvmfPkg/AcpiPlatformDxe: Detect QEMU & Xenjljusten2012-05-305-32/+228
* OvmfPkg: Add AcpiPlatformDxejljusten2012-05-308-6/+319
* OvmfPkg: Add QemuFwCfgLib library class and implementationjljusten2012-05-3011-1/+603
* Update to use correct file name for video option.niruiyu2012-05-282-4/+4
* Fix build break in OvmfPkgIa32X64.dsc where gEfiSecurityPkgTokenSpaceGuid was...leegrosenbaum2012-05-231-7/+8
* OvmfPkg/AcpiTables: Change the ACPI PM Base Adress to 0xb000jljusten2012-05-043-5/+5
* OvmfPkg PlatformBdsLib: Set SCI_EN bit of PMCNTRLjljusten2012-05-041-0/+13
* OvmfPkg/AcpiTables: Set SMI ACPI Enable/Disable fields to 0jljusten2012-05-041-2/+2
* OvmfPkg/AcpiTables: Update GPE0 block address range for QEMUjljusten2012-05-042-1/+2
* Update copyright formathhtian2012-04-241-3/+1
* EDK II Packages: Add Contributions.txt and License.txt filesjljusten2012-04-112-0/+215
* Remove unused PCDs in OVMF Platform. lgao42012-04-103-6/+0
* OvmfPkg: Add custom mode setup if the Secure Boot build option is specified.leegrosenbaum2012-04-047-35/+20
* Updated platform DSC files to add CPU Exception Library instances.vanjeff2012-03-153-3/+6
* Improve robustness when scanning PCI Option ROM.rsun32012-03-141-8/+28
* OvmfPkg: Enable secure-boot support when SECURE_BOOT_ENABLE==TRUEjljusten2012-03-096-6/+151
* OvmfPkg/EmuVariableFvbRuntimeDxe: Add support for PcdSecureBootEnablejljusten2012-03-092-1/+81
* OvmfPkg: Add PcdSecureBootEnablejljusten2012-03-094-0/+30
* OvmfPkg: Add PlatformSecureLib instancejljusten2012-03-092-0/+90
* Add Missing invocations to VA_END() for VA_START().rsun32012-02-011-1/+2
* Refine file header format to follow coding style.ydong102011-12-161-2/+2
* Update OvmfPkg FDF to avoid DXE driver to be rebased on build time.lgao42011-12-113-3/+9
* According to PI errata 0000654 and 000811, we need use 0xFFFE to instead of 0...lzeng142011-11-211-1/+1
* OvmfPkg: Add CSM16 and related drivers if CSM_ENABLE is setjljusten2011-11-108-0/+86
* OvmfPkg: Add CsmSupportLibjljusten2011-11-1012-0/+2326
* EmulatorPkg, OvmfPkg: Remove debug code in build.shjljusten2011-11-081-1/+0
* OvmfPkg/PlatformPei: Remove MtrrLib ASSERTsjljusten2011-10-311-6/+3
* OvmfPkg: Remove variables that are set, but not usedjljusten2011-10-313-8/+2
* OvmfPkg/build.sh: Detect GCC 4.5 & 4.6jljusten2011-10-311-2/+13
* Set MTRR registers.vanjeff2011-10-282-1/+13
* Removing IsaSerailDxe driver instead of removing the TerminalDxe driver when ...vanjeff2011-10-263-12/+12
* Remove old COMPRESS keyword, has add new kewword PCI_COMPRESS.ydong102011-09-301-1/+0
* Correct package namehhtian2011-09-022-2/+2
* Add LockBox null library to make CapsuleRuntimeDxe driver build pass.li-elvin2011-09-022-0/+2
* Add new API GetTimeInNanoSecond() to TimerLib to convert elapsed ticks to tim...xdu22011-08-251-0/+36