Re: [PATCH v12 2/2] arm64: boot: Support Flat Image Tree

2024-03-29 Thread Masahiro Yamada
On Fri, Mar 29, 2024 at 12:29 PM Simon Glass wrote: > > Add a script which produces a Flat Image Tree (FIT), a single file > containing the built kernel and associated devicetree files. > Compression defaults to gzip which gives a good balance of size and > performance. > > The files compress from

[PATCH v12 2/2] arm64: boot: Support Flat Image Tree

2024-03-28 Thread Simon Glass
Add a script which produces a Flat Image Tree (FIT), a single file containing the built kernel and associated devicetree files. Compression defaults to gzip which gives a good balance of size and performance. The files compress from about 86MB to 24MB using this approach. The FIT can be used by b