]> git.proxmox.com Git - mirror_edk2.git/commit
UefiCpuPkg VTF0 X64: Build page tables in NASM code
authorJordan Justen <jordan.l.justen@intel.com>
Mon, 18 Aug 2014 23:03:46 +0000 (23:03 +0000)
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 18 Aug 2014 23:03:46 +0000 (23:03 +0000)
commiteee1d2ca9078742157c843562f1188eb96473322
tree7609cb1cb555df09eb50a6a116e694a83421b55d
parent5a1f324d946cb1be2dc1226752b1965d6633232f
UefiCpuPkg VTF0 X64: Build page tables in NASM code

Previously, we would build the page tables in
Tools/FixupForRawSection.py.

In order to let NASM build VTF0 from source during the EDK II build
process, we need to move this into the VTF0 NASM code.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15822 6f19259b-4bc3-4df7-8a09-765794883524
UefiCpuPkg/ResetVector/Vtf0/Ia16/ResetVectorVtf0.asm
UefiCpuPkg/ResetVector/Vtf0/Ia32/PageTables64.asm
UefiCpuPkg/ResetVector/Vtf0/Tools/FixupForRawSection.py
UefiCpuPkg/ResetVector/Vtf0/Vtf0.nasmb
UefiCpuPkg/ResetVector/Vtf0/X64/PageTables.asm [new file with mode: 0644]