]> git.proxmox.com Git - mirror_edk2.git/commit
Add initial version of Open Virtual Machine Firmware (OVMF) platform.
authorjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 27 May 2009 21:10:18 +0000 (21:10 +0000)
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 27 May 2009 21:10:18 +0000 (21:10 +0000)
commit49ba9447c92d6fca214476381107a180d08e59d1
tree08bcd066ffa49329f29457b36f6ed328d9b1112f
parenta1f11f7547b43a6b86f6925cb8ab3f836b2d5dae
Add initial version of Open Virtual Machine Firmware (OVMF) platform.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8398 6f19259b-4bc3-4df7-8a09-765794883524
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]