]> git.dujemihanovic.xyz Git - u-boot.git/commit
arm64: zynqmp: Add u-boot command to boot into recovery image
authorPrasad Kummari <prasad.kummari@amd.com>
Tue, 27 Aug 2024 11:55:30 +0000 (17:25 +0530)
committerMichal Simek <michal.simek@amd.com>
Fri, 20 Sep 2024 06:31:56 +0000 (08:31 +0200)
commitfc001432e5b0fab912f883ef861416cd3bdc951a
treef76021c9e55bbe62191b82c423e79fabc39af385
parent76197b6abb98d3f693c12f4346a91201e93fd1f8
arm64: zynqmp: Add u-boot command to boot into recovery image

To boot into the firmware recovery tool, the user currently
needs to press a button on the board while powering the
system up. To simplify this process, a U-Boot command
was added to allow booting directly into the recovery tool.

For example:
ZynqMP> zynqmp reboot <multiboot offset in hex>

Co-develop-by: Prasad Kummari <prasad.kummari@amd.com>
Signed-off-by: Prasad Kummari <prasad.kummari@amd.com>
Co-develop-by: Michal Simek <michal.simek@amd.com>
Signed-off-by: Michal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/20240827115529.2931334-1-prasad.kummari@amd.com
arch/arm/mach-zynqmp/include/mach/hardware.h
arch/arm/mach-zynqmp/zynqmp.c