]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
cmd_bootm.c: Add 'booti' for ARM64 Linux kernel Images
authorTom Rini <trini@ti.com>
Thu, 14 Aug 2014 10:42:36 +0000 (06:42 -0400)
committerTom Rini <trini@ti.com>
Sat, 30 Aug 2014 11:46:41 +0000 (07:46 -0400)
commitd2b2ffe3107dc2b43352b391129bc84340be0b35
treee3c06b19d58c8b3b134fa6eb3b7dec4f4a7d98db
parent3f1b6bebe0cbe71ad6beab3c7a00ab2f2b082ca7
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>
README
common/cmd_bootm.c
include/bootm.h