commit | 2a27fc2e62c74e2a37766f10f392ed1da5aaebe6 | [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 | e4e67778340ff7a3544cfae23f0c1f5dfa5ab4c8 [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>