Searched hist:d2b2ffe3107dc2b43352b391129bc84340be0b35 (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/include/ |
H A D | bootm.h | d2b2ffe3107dc2b43352b391129bc84340be0b35 Thu Aug 14 05:42:36 CDT 2014 Tom Rini <trini@ti.com> 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>
|
/openbmc/u-boot/ |
H A D | README | d2b2ffe3107dc2b43352b391129bc84340be0b35 Thu Aug 14 05:42:36 CDT 2014 Tom Rini <trini@ti.com> 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>
|