]> git.proxmox.com Git - mirror_edk2.git/commit - UefiCpuPkg/ResetVector/Vtf0/Tools/FixupForRawSection.py
Adding files from OvmfPkg to common location. This is so multiple packages can use...
authorgeekboy15a <geekboy15a@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 2 Feb 2010 17:56:00 +0000 (17:56 +0000)
committergeekboy15a <geekboy15a@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 2 Feb 2010 17:56:00 +0000 (17:56 +0000)
commitbc252e8ea4fbf56f0899c923d08bf72153b8e2eb
tree4453d4af50742e2c5bb3309b95b0316e3a891a88
parent0bf47d3ddf96a69244f9d0c605e5dd5d76a64e9f
Adding files from OvmfPkg to common location.  This is so multiple packages can use pre-built reset vector code.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9911 6f19259b-4bc3-4df7-8a09-765794883524
23 files changed:
UefiCpuPkg/ResetVector/Vtf0/Bin/ResetVector.ia32.port80.raw [new file with mode: 0644]
UefiCpuPkg/ResetVector/Vtf0/Bin/ResetVector.ia32.raw [new file with mode: 0644]
UefiCpuPkg/ResetVector/Vtf0/Bin/ResetVector.ia32.serial.raw [new file with mode: 0644]
UefiCpuPkg/ResetVector/Vtf0/Bin/ResetVector.inf [new file with mode: 0644]
UefiCpuPkg/ResetVector/Vtf0/Bin/ResetVector.x64.port80.raw [new file with mode: 0644]
UefiCpuPkg/ResetVector/Vtf0/Bin/ResetVector.x64.raw [new file with mode: 0644]
UefiCpuPkg/ResetVector/Vtf0/Bin/ResetVector.x64.serial.raw [new file with mode: 0644]
UefiCpuPkg/ResetVector/Vtf0/Build.py [new file with mode: 0644]
UefiCpuPkg/ResetVector/Vtf0/CommonMacros.inc [new file with mode: 0644]
UefiCpuPkg/ResetVector/Vtf0/DebugDisabled.asm [new file with mode: 0644]
UefiCpuPkg/ResetVector/Vtf0/Ia16/16RealTo32Flat.asm [new file with mode: 0644]
UefiCpuPkg/ResetVector/Vtf0/Ia16/Init16.asm [new file with mode: 0644]
UefiCpuPkg/ResetVector/Vtf0/Ia16/ResetVectorVtf0.asm [new file with mode: 0644]
UefiCpuPkg/ResetVector/Vtf0/Ia32/32FlatTo64Flat.asm [new file with mode: 0644]
UefiCpuPkg/ResetVector/Vtf0/Ia32/SearchForBfvBase.asm [new file with mode: 0644]
UefiCpuPkg/ResetVector/Vtf0/Ia32/SearchForSecEntry.asm [new file with mode: 0644]
UefiCpuPkg/ResetVector/Vtf0/Main.asm [new file with mode: 0644]
UefiCpuPkg/ResetVector/Vtf0/Makefile [new file with mode: 0644]
UefiCpuPkg/ResetVector/Vtf0/Port80Debug.asm [new file with mode: 0644]
UefiCpuPkg/ResetVector/Vtf0/PostCodes.inc [new file with mode: 0644]
UefiCpuPkg/ResetVector/Vtf0/ResetVectorCode.asm [new file with mode: 0644]
UefiCpuPkg/ResetVector/Vtf0/SerialDebug.asm [new file with mode: 0644]
UefiCpuPkg/ResetVector/Vtf0/Tools/FixupForRawSection.py [new file with mode: 0644]