On 7/27/21 6:16 AM, Brijesh Singh wrote: > BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3275 > > The PageTables64.asm was created to provide routines to set the CR3 > register for 64-bit paging. During the SEV support, it grew to include a > lot of the SEV stuff. Before adding more SEV features, let's move all > the SEV-specific routines into a separate file. > > No functionality change intended. > > Cc: James Bottomley <j...@linux.ibm.com> > Cc: Min Xu <min.m...@intel.com> > Cc: Jiewen Yao <jiewen....@intel.com> > Cc: Tom Lendacky <thomas.lenda...@amd.com> > Cc: Jordan Justen <jordan.l.jus...@intel.com> > Cc: Ard Biesheuvel <ardb+tianoc...@kernel.org> > Cc: Laszlo Ersek <ler...@redhat.com> > Cc: Erdem Aktas <erdemak...@google.com> > Suggested-by: Laszlo Ersek <ler...@redhat.com> > Signed-off-by: Brijesh Singh <brijesh.si...@amd.com> > --- > .../Ia32/{PageTables64.asm => AmdSev.asm} | 140 ------- > OvmfPkg/ResetVector/Ia32/PageTables64.asm | 391 ------------------ > OvmfPkg/ResetVector/ResetVector.nasmb | 1 + > 3 files changed, 1 insertion(+), 531 deletions(-) > copy OvmfPkg/ResetVector/Ia32/{PageTables64.asm => AmdSev.asm} (71%) > > diff --git a/OvmfPkg/ResetVector/Ia32/PageTables64.asm > b/OvmfPkg/ResetVector/Ia32/AmdSev.asm > similarity index 71% > copy from OvmfPkg/ResetVector/Ia32/PageTables64.asm > copy to OvmfPkg/ResetVector/Ia32/AmdSev.asm > index 5fae8986d9da..b32dd3b5d656 100644 > --- a/OvmfPkg/ResetVector/Ia32/PageTables64.asm > +++ b/OvmfPkg/ResetVector/Ia32/AmdSev.asm > @@ -10,33 +10,6 @@ >
My only comment is the AmdSev.asm file header should be updated. The file function needs to be changed and there should only be a single copyright statement for AMD from 2017 to now 2021. Thanks, Tom -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#78224): https://edk2.groups.io/g/devel/message/78224 Mute This Topic: https://groups.io/mt/84479271/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-