Re: [edk2-devel] [edk2][PATCH V4 1/1] ArmPkg: Handle warm reboot request correctly

2022-09-05 Thread Ard Biesheuvel
On Wed, 24 Aug 2022 at 18:44, Pranav Madhu wrote: > > The warm reboot requests from OSPM are mapped to cold reboot. To handle > the warm reboot separately from a cold reboot, update > ArmSmcPsciResetSystemLib and to invoke the PSCI call with parameters > for warm reboot. > > Signed-off-by: Pranav

[edk2-devel] [edk2][PATCH V4 1/1] ArmPkg: Handle warm reboot request correctly

2022-08-24 Thread Pranav Madhu
The warm reboot requests from OSPM are mapped to cold reboot. To handle the warm reboot separately from a cold reboot, update ArmSmcPsciResetSystemLib and to invoke the PSCI call with parameters for warm reboot. Signed-off-by: Pranav Madhu --- ArmPkg/Include/IndustryStandard/ArmStdSmc.h