public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v3 0/2] OvmfPkg/ResetVector: replace open-coded constants with fixed PCDs
@ 2016-11-03 23:32 Laszlo Ersek
  2016-11-03 23:32 ` [PATCH v3 1/2] OvmfPkg/ResetVector: remove unused file "ResetVectorCode.asm" Laszlo Ersek
  2016-11-03 23:32 ` [PATCH v3 2/2] OvmfPkg/ResetVector: Depend on PCD values of the page tables Laszlo Ersek
  0 siblings, 2 replies; 3+ messages in thread
From: Laszlo Ersek @ 2016-11-03 23:32 UTC (permalink / raw)
  To: edk2-devel-01; +Cc: Jordan Justen, Marvin Häuser

Thanks to Jordan's old series

  abb158ded41f BaseTools: Add rules to build NASM source file into a
               binary
  5a1f324d946c UefiCpuPkg: Support building VTF0 ResetVector during the
               EDK II build
  eee1d2ca9078 UefiCpuPkg VTF0 X64: Build page tables in NASM code
  9b9fdbfa7059 OvmfPkg: Support building OVMF's ResetVector during the
               EDK II build
  497cbb530a58 OvmfPkg: Build OVMF ResetVector during EDK II build
               process
  70e46f44cd13 OvmfPkg/ResetVector: Remove pre-built binaries
  3449f56dac9c UefiCpuPkg: Add ResetVector/FixupVtf

we can now use fixed PCDs in NASMB source code.

Patch #1 removes the unused ResetVectorCode.asm file, suggested by
Marvin.

Patch #2 is Marvin's v2 patch, simplified.

Repo:   https://github.com/lersek/edk2.git
Branch: reset_vector_pcd_marv_v3

Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Marvin Häuser <Marvin.Haeuser@outlook.com>

Thanks
Laszlo

Laszlo Ersek (1):
  OvmfPkg/ResetVector: remove unused file "ResetVectorCode.asm"

Marvin Häuser (1):
  OvmfPkg/ResetVector: Depend on PCD values of the page tables.

 OvmfPkg/ResetVector/ResetVector.inf       |  5 ++
 OvmfPkg/ResetVector/Ia32/PageTables64.asm | 22 ++++----
 OvmfPkg/ResetVector/ResetVector.nasmb     | 12 ++++-
 OvmfPkg/ResetVector/ResetVectorCode.asm   | 53 --------------------
 4 files changed, 25 insertions(+), 67 deletions(-)
 delete mode 100644 OvmfPkg/ResetVector/ResetVectorCode.asm

-- 
2.9.2



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-11-03 23:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-03 23:32 [PATCH v3 0/2] OvmfPkg/ResetVector: replace open-coded constants with fixed PCDs Laszlo Ersek
2016-11-03 23:32 ` [PATCH v3 1/2] OvmfPkg/ResetVector: remove unused file "ResetVectorCode.asm" Laszlo Ersek
2016-11-03 23:32 ` [PATCH v3 2/2] OvmfPkg/ResetVector: Depend on PCD values of the page tables Laszlo Ersek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox