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

2024-03-12 Thread Simon Glass
Hi Masahiro, On Mon, 11 Mar 2024 at 02:31, Masahiro Yamada wrote: > > On Fri, Mar 8, 2024 at 12:55 PM Simon Glass wrote: > > > > Hi Masahiro, > > > > On Thu, 22 Feb 2024 at 01:38, Masahiro Yamada wrote: > > > > > > On Sat, Feb 3, 2024 at 2:30 AM Simon Glass wrote: > > > > > > > > Add a script

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

2024-03-10 Thread Masahiro Yamada
On Fri, Mar 8, 2024 at 12:55 PM Simon Glass wrote: > > Hi Masahiro, > > On Thu, 22 Feb 2024 at 01:38, Masahiro Yamada wrote: > > > > On Sat, Feb 3, 2024 at 2:30 AM Simon Glass wrote: > > > > > > Add a script which produces a Flat Image Tree (FIT), a single file > > > containing the built kernel

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

2024-03-07 Thread Simon Glass
Hi Masahiro, On Thu, 22 Feb 2024 at 01:38, Masahiro Yamada wrote: > > On Sat, Feb 3, 2024 at 2:30 AM 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 whi

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

2024-03-07 Thread Simon Glass
Hi Masahiro, On Sun, 25 Feb 2024 at 21:41, Masahiro Yamada wrote: > > On Wed, Feb 21, 2024 at 9:37 PM Masahiro Yamada wrote: > > > > On Sat, Feb 3, 2024 at 2:30 AM Simon Glass wrote: > > > > > > Add a script which produces a Flat Image Tree (FIT), a single file > > > containing the built kernel

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

2024-02-25 Thread Masahiro Yamada
On Wed, Feb 21, 2024 at 9:37 PM Masahiro Yamada wrote: > > On Sat, Feb 3, 2024 at 2:30 AM 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 g

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

2024-02-21 Thread Masahiro Yamada
On Sat, Feb 3, 2024 at 2:30 AM 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 a

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

2024-02-19 Thread Simon Glass
Hi, On Fri, 2 Feb 2024 at 10:30, 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 fro

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

2024-02-02 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