]> git.proxmox.com Git - mirror_edk2.git/commit
ArmPlatformPkg/ArmVExpressPkg: Add Shutdown support
authorRyan Harkin <ryan.harkin@linaro.org>
Fri, 21 Jun 2013 10:09:50 +0000 (10:09 +0000)
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 21 Jun 2013 10:09:50 +0000 (10:09 +0000)
commite375b7e0bdff4103f4ab3167edf6c4972bb3d59d
tree3526ad958b6d43d31102bbb425c2d3eab45d80e2
parent0d304bef4b8b000cf2b47d19343687b38cc16561
ArmPlatformPkg/ArmVExpressPkg: Add Shutdown support

LibResetSystem was performing a cold reboot for both reboot and
shutdown.

This patch updates LibResetSystem to pass SYS_CFG_SHUTDOWN to the
microcontroller when called wit EfiResetShutdown.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
Reviewed-by: Olivier Martin <olivier.martin@arm.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14438 6f19259b-4bc3-4df7-8a09-765794883524
ArmPlatformPkg/ArmVExpressPkg/Library/ResetSystemLib/ResetSystemLib.c