Reviewed-by: Nate DeSimone <[email protected]> > -----Original Message----- > From: Duggapu, Chinni B <[email protected]> > Sent: Friday, April 5, 2024 10:06 AM > To: [email protected] > Cc: Chaganty, Rangasai V <[email protected]>; Desimone, > Nathaniel L <[email protected]>; Chiu, Chasel > <[email protected]>; Duggapu, Chinni B <[email protected]> > Subject: [PATCH v6 2/3] IntelFsp2WrapperPkg: Fsp T new ARCH UPD Support > > Changes to update SecRamInitData as per New Spec > > > Cc: Sai Chaganty <[email protected]> > Cc: Nate DeSimone <[email protected]> > Cc: Chiu Chasel <[email protected]> > Cc: Duggapu Chinni B <[email protected]> > > > Signed-off-by: Duggapu Chinni B <[email protected]> > --- > .../SecFspWrapperPlatformSecLibSample/SecRamInitData.c | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git > a/IntelFsp2WrapperPkg/Library/SecFspWrapperPlatformSecLibSample/SecRamInitData.c > > b/IntelFsp2WrapperPkg/Library/SecFspWrapperPlatformSecLibSample/SecRamInitData.c > index fb0d9a8683..f4ed658674 100644 > --- > a/IntelFsp2WrapperPkg/Library/SecFspWrapperPlatformSecLibSample/SecRamInitData.c > +++ > b/IntelFsp2WrapperPkg/Library/SecFspWrapperPlatformSecLibSample/SecRamInitData.c > @@ -43,14 +43,15 @@ GLOBAL_REMOVE_IF_UNREFERENCED CONST FSPT_UPD_CORE_DATA > FsptUpdDataPtr = { > // Else, use FSPT_ARCH2_UPD structure. > // > { > - 0x02, > + 0x03, > { > 0x00, 0x00, 0x00 > }, > 0x00000020, > 0x00000000, > + 0x00000000, > { > - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, > + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, > 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 > } > }, > -- > 2.39.1.windows.1
-=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#117502): https://edk2.groups.io/g/devel/message/117502 Mute This Topic: https://groups.io/mt/105352676/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
