audk/UefiCpuPkg/ResetVector/Vtf0/Ia32
Jordan Justen a63f2e2450 UefiCpuPkg/ResetVector/Vtf0: Move Page Table/CR3 setting to a new file
Now, Transition32FlatTo64Flat calls SetCr3ForPageTables64
which is located in Ia32/PageTables64.asm.

This change is required so OVMF can replace the code in
Ia32/PageTables64.asm with code that generates page tables in
RAM.

Note: Since this change does not impact the functionality of the
current VTF0 binaries, they are not being updated. The resulting
new binaries were tested to verify there is no regression.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Tested-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Jeff Fan <jeff.fan@intel.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14714 6f19259b-4bc3-4df7-8a09-765794883524
2013-09-24 18:23:09 +00:00
..
Flat32ToFlat64.asm UefiCpuPkg/ResetVector/Vtf0: Move Page Table/CR3 setting to a new file 2013-09-24 18:23:09 +00:00
PageTables64.asm UefiCpuPkg/ResetVector/Vtf0: Move Page Table/CR3 setting to a new file 2013-09-24 18:23:09 +00:00
SearchForBfvBase.asm Update the copyright notice format 2010-04-24 12:25:26 +00:00
SearchForSecEntry.asm UefiCpuPkg VTF0: Fix support for finding SEC image of type TE. 2011-09-28 01:36:33 +00:00