summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2014-08-14 06:42:36 -0400
committerTom Rini <trini@ti.com>2014-08-30 07:46:41 -0400
commitd2b2ffe3107dc2b43352b391129bc84340be0b35 (patch)
treee3c06b19d58c8b3b134fa6eb3b7dec4f4a7d98db /README
parent3f1b6bebe0cbe71ad6beab3c7a00ab2f2b082ca7 (diff)
downloadtalos-obmc-uboot-d2b2ffe3107dc2b43352b391129bc84340be0b35.tar.gz
talos-obmc-uboot-d2b2ffe3107dc2b43352b391129bc84340be0b35.zip
cmd_bootm.c: Add 'booti' for ARM64 Linux kernel Images
The default format for arm64 Linux kernels is the "Image" format, described in Documentation/arm64/booting.txt. This, along with an optional gzip compression on top is all that is generated by default. The Image format has a magic number within the header for verification, a text_offset where the Image must be run from, an image_size that includes the BSS and reserved fields. This does not support automatic detection of a gzip compressed image. Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'README')
-rw-r--r--README1
1 files changed, 1 insertions, 0 deletions
diff --git a/README b/README
index 517b0b4499..0a0f528af1 100644
--- a/README
+++ b/README
@@ -959,6 +959,7 @@ The following options need to be configured:
CONFIG_CMD_BMP * BMP support
CONFIG_CMD_BSP * Board specific commands
CONFIG_CMD_BOOTD bootd
+ CONFIG_CMD_BOOTI * ARM64 Linux kernel Image support
CONFIG_CMD_CACHE * icache, dcache
CONFIG_CMD_CLK * clock command support
CONFIG_CMD_CONSOLE coninfo
OpenPOWER on IntegriCloud