Re: [U-Boot] [RFC PATCH v0 2/4] cmd_bootm.c: Add 'booti' for ARM64 Linux kernel Images

2014-05-14 Thread Tom Rini
On Tue, May 13, 2014 at 08:55:17PM -0500, Rob Herring wrote: On Mon, May 5, 2014 at 10:26 AM, Tom Rini tr...@ti.com wrote: 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

Re: [U-Boot] [RFC PATCH v0 2/4] cmd_bootm.c: Add 'booti' for ARM64 Linux kernel Images

2014-05-13 Thread Rob Herring
On Mon, May 5, 2014 at 10:26 AM, Tom Rini tr...@ti.com wrote: 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

[U-Boot] [RFC PATCH v0 2/4] cmd_bootm.c: Add 'booti' for ARM64 Linux kernel Images

2014-05-05 Thread Tom Rini
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