Re: [edk2-devel] [edk2-platforms][PATCH V1] KabylakeOpenBoardPkg: Implement the PEI Reset Services

2021-08-11 Thread Nate DeSimone
-devel] [edk2-platforms][PATCH V1] KabylakeOpenBoardPkg: Implement the PEI Reset Services This change implements the ResetSystem and ResetSystem2 PEI services for KabylakeRvp3 and GalagoPro3. The invocation of PchInitializeReset() was missing from BoardInitLib. Signed-off-by: Nate DeSimone Cc

Re: [edk2-devel] [edk2-platforms][PATCH V1] KabylakeOpenBoardPkg: Implement the PEI Reset Services

2021-07-20 Thread Chiu, Chasel
Reviewed-by: Chasel Chiu > -Original Message- > From: Desimone, Nathaniel L > Sent: Tuesday, July 13, 2021 5:27 PM > To: devel@edk2.groups.io > Cc: Chiu, Chasel ; Jeremy Soller > ; Michael Kubacki ; > Benjamin Doron > Subject: [edk2-platforms][PATCH V1] KabylakeOpenBoardPkg: Implemen

[edk2-devel] [edk2-platforms][PATCH V1] KabylakeOpenBoardPkg: Implement the PEI Reset Services

2021-07-13 Thread Nate DeSimone
This change implements the ResetSystem and ResetSystem2 PEI services for KabylakeRvp3 and GalagoPro3. The invocation of PchInitializeReset() was missing from BoardInitLib. Signed-off-by: Nate DeSimone Cc: Chasel Chiu Cc: Jeremy Soller Cc: Michael Kubacki Cc: Benjamin Doron --- .../Library/Bo