]> git.proxmox.com Git - mirror_edk2.git/commit - ArmPkg/Include/IndustryStandard/ArmStdSmc.h
ArmPkg: Handle warm reboot request correctly
authorPranav Madhu <pranav.madhu@arm.com>
Wed, 24 Aug 2022 16:44:21 +0000 (22:14 +0530)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Mon, 5 Sep 2022 13:52:51 +0000 (13:52 +0000)
commit52bf4eba454ea0f9d7502a92191eb0ab7778ba00
tree4a938a3ce1c903210f75be7ea402c89be2c9561a
parentaefcc91805fd69e4aad4bc08a9f708db11cae5f0
ArmPkg: Handle warm reboot request correctly

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 <pranav.madhu@arm.com>
Reviewed-by: Ard Biesheuvel <ardb@kernel.org>
ArmPkg/Include/IndustryStandard/ArmStdSmc.h
ArmPkg/Library/ArmSmcPsciResetSystemLib/ArmSmcPsciResetSystemLib.c