commit | c8f5009029d2e00bff45f998996a3e0a37a5aead | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali@kernel.org> | Sun Jan 22 01:25:12 2023 +0100 |
committer | Stefan Roese <sr@denx.de> | Wed Mar 01 06:39:17 2023 +0100 |
tree | 06a55d07e48b972db8cb1eb0ec2fadd8e35eb267 | |
parent | fc10a926ec43250914de6fd69e4258f39c79c8aa [diff] |
cmd: mvebu/bubt: Add support for writing image to SATA disk All 32-bit Armada SoCs and also 64-bit Armada 3720 SoC can load and boot firmware from SATA disk. This adds support for updating firmware binary for these SoCs. On 32-bit Armada SoC is firmware stored at sector 1 and on Armada 3720 is stored at MBR partition 0x4d or GPT partition with type GUID 6828311A-BA55-42A4-BCDE-A89BB5EDECAE (Marvell Armada 3700 Boot partition). Signed-off-by: Pali Rohár <pali@kernel.org>