]> git.ipfire.org Git - thirdparty/u-boot.git/commit
cmd: abootimg: Add 'get ramdisk' command
authorGuillaume La Roque (TI.com) <glaroque@baylibre.com>
Mon, 12 Jan 2026 10:55:40 +0000 (11:55 +0100)
committerMattijs Korpershoek <mkorpershoek@kernel.org>
Thu, 15 Jan 2026 13:00:55 +0000 (14:00 +0100)
commit892409d4fc04d585fc974e33ef63b735d401e11a
treeaae7e1f99f807c1b098326b4542576682f43236d
parent733f5a601989f5404947c4b268d40724bac414f6
cmd: abootimg: Add 'get ramdisk' command

Add support for retrieving ramdisk address and size from Android boot
images. This command allows users to extract the ramdisk information
for boot image v3+ which combines vendor ramdisk, boot ramdisk and
bootconfig sections.

Reviewed-by: Mattijs Korpershoek <mkorpershoek@kernel.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Guillaume La Roque (TI.com) <glaroque@baylibre.com>
Link: https://lore.kernel.org/r/20260112-bootconfig-v5-4-79b242159ac7@baylibre.com
Signed-off-by: Mattijs Korpershoek <mkorpershoek@kernel.org>
cmd/abootimg.c