aboutsummaryrefslogtreecommitdiff
path: root/doc/mvebu/cmd
diff options
context:
space:
mode:
authorPali Rohár <pali@kernel.org>2023-01-22 01:25:12 +0100
committerStefan Roese <sr@denx.de>2023-03-01 06:39:17 +0100
commitc8f5009029d2e00bff45f998996a3e0a37a5aead (patch)
tree06a55d07e48b972db8cb1eb0ec2fadd8e35eb267 /doc/mvebu/cmd
parentfc10a926ec43250914de6fd69e4258f39c79c8aa (diff)
downloadu-boot-c8f5009029d2e00bff45f998996a3e0a37a5aead.zip
u-boot-c8f5009029d2e00bff45f998996a3e0a37a5aead.tar.gz
u-boot-c8f5009029d2e00bff45f998996a3e0a37a5aead.tar.bz2
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>
Diffstat (limited to 'doc/mvebu/cmd')
-rw-r--r--doc/mvebu/cmd/bubt.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/mvebu/cmd/bubt.txt b/doc/mvebu/cmd/bubt.txt
index 1fe1f07..515e4fb 100644
--- a/doc/mvebu/cmd/bubt.txt
+++ b/doc/mvebu/cmd/bubt.txt
@@ -5,7 +5,7 @@ Bubt command is used to burn a new ATF image to flash device.
The bubt command gets the following parameters: ATF file name, destination device and source device.
bubt [file-name] [destination [source]]
- file-name Image file name to burn. default = flash-image.bin
- - destination Flash to burn to [spi, nand, mmc]. default = active flash
+ - destination Flash to burn to [spi, nand, mmc, sata]. default = active flash
- source Source to load image from [tftp, usb]. default = tftp
Examples: