Add initial version of Open Virtual Machine Firmware (OVMF) platform.
commitf77fa752d3f69fc0f1972b98a80b436408fb9cd4
authorJordan Justen <jljusten@tianocore.org>
Wed, 27 May 2009 21:10:18 +0000 (27 21:10 +0000)
committerJordan Justen <jljusten@tianocore.org>
Wed, 27 May 2009 21:10:18 +0000 (27 21:10 +0000)
tree08bcd066ffa49329f29457b36f6ed328d9b1112f
parent4eac133dc5e967c7487390e3eb4a6b68f633ea48
Add initial version of Open Virtual Machine Firmware (OVMF) platform.
51 files changed:
OvmfPkg/AcpiTables/AcpiTables.inf [new file with mode: 0755]
OvmfPkg/AcpiTables/Dsdt.asl [new file with mode: 0755]
OvmfPkg/AcpiTables/Facp.aslc [new file with mode: 0755]
OvmfPkg/AcpiTables/Facs.aslc [new file with mode: 0755]
OvmfPkg/AcpiTables/Madt.aslc [new file with mode: 0755]
OvmfPkg/AcpiTables/Platform.h [new file with mode: 0755]
OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.c [new file with mode: 0755]
OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf [new file with mode: 0755]
OvmfPkg/Library/PlatformBdsLib/BdsPlatform.c [new file with mode: 0644]
OvmfPkg/Library/PlatformBdsLib/BdsPlatform.h [new file with mode: 0644]
OvmfPkg/Library/PlatformBdsLib/PlatformBdsLib.inf [new file with mode: 0644]
OvmfPkg/Library/PlatformBdsLib/PlatformData.c [new file with mode: 0644]
OvmfPkg/OvmfPkg.dec [new file with mode: 0644]
OvmfPkg/OvmfPkg.fdf [new file with mode: 0644]
OvmfPkg/OvmfPkgIa32.dsc [new file with mode: 0644]
OvmfPkg/OvmfPkgIa32X64.dsc [new file with mode: 0644]
OvmfPkg/OvmfPkgIa32X64.fdf [new file with mode: 0644]
OvmfPkg/OvmfPkgX64.dsc [new file with mode: 0644]
OvmfPkg/PlatformPei/Cmos.c [new file with mode: 0644]
OvmfPkg/PlatformPei/Cmos.h [new file with mode: 0644]
OvmfPkg/PlatformPei/Fv.c [new file with mode: 0644]
OvmfPkg/PlatformPei/MemDetect.c [new file with mode: 0644]
OvmfPkg/PlatformPei/Platform.c [new file with mode: 0644]
OvmfPkg/PlatformPei/Platform.h [new file with mode: 0644]
OvmfPkg/PlatformPei/PlatformPei.inf [new file with mode: 0644]
OvmfPkg/README [new file with mode: 0644]
OvmfPkg/ResetVector/Bin/ResetVector.ia32.raw [new file with mode: 0644]
OvmfPkg/ResetVector/Bin/ResetVector.inf [new file with mode: 0644]
OvmfPkg/ResetVector/Bin/ResetVector.x64.raw [new file with mode: 0644]
OvmfPkg/ResetVector/CommonMacros.inc [new file with mode: 0644]
OvmfPkg/ResetVector/Ia16/16RealTo32Flat.asm [new file with mode: 0644]
OvmfPkg/ResetVector/Ia16/ResetVectorOldTools.asm [new file with mode: 0644]
OvmfPkg/ResetVector/Ia16/ResetVectorVtf0.asm [new file with mode: 0644]
OvmfPkg/ResetVector/Ia32/32FlatTo64Flat.asm [new file with mode: 0644]
OvmfPkg/ResetVector/Ia32/SearchForBfvBase.asm [new file with mode: 0644]
OvmfPkg/ResetVector/Ia32/SearchForSecAndPeiEntries.asm [new file with mode: 0644]
OvmfPkg/ResetVector/JumpToSec.asm [new file with mode: 0644]
OvmfPkg/ResetVector/Makefile [new file with mode: 0644]
OvmfPkg/ResetVector/ResetVectorCode.asm [new file with mode: 0644]
OvmfPkg/ResetVector/SerialDebug.asm [new file with mode: 0644]
OvmfPkg/ResetVector/Tools/FixupForRawSection.py [new file with mode: 0644]
OvmfPkg/Sec/Ia32/SecEntry.S [new file with mode: 0644]
OvmfPkg/Sec/Ia32/SecEntry.asm [new file with mode: 0644]
OvmfPkg/Sec/Ia32/Stack.S [new file with mode: 0644]
OvmfPkg/Sec/Ia32/SwitchStack.c [new file with mode: 0644]
OvmfPkg/Sec/SecMain.c [new file with mode: 0644]
OvmfPkg/Sec/SecMain.h [new file with mode: 0644]
OvmfPkg/Sec/SecMain.inf [new file with mode: 0644]
OvmfPkg/Sec/X64/SecEntry.S [new file with mode: 0644]
OvmfPkg/Sec/X64/SecEntry.asm [new file with mode: 0644]
OvmfPkg/Sec/X64/SwitchStack.c [new file with mode: 0644]