Re: [PATCH v2 3/5] bootm: Allow omitting the load address

2023-11-18 Thread Simon Glass
Hi Tom, On Tue, 14 Nov 2023 at 11:04, Tom Rini wrote: > > On Tue, Nov 14, 2023 at 11:38:46AM -0500, Tom Rini wrote: > > On Sat, Nov 11, 2023 at 08:49:55PM -0700, Simon Glass wrote: > > > > > The kernel_noload image type indicates that no loading is to be done by > > > U-Boot. This works well when

Re: [PATCH v2 3/5] bootm: Allow omitting the load address

2023-11-14 Thread Tom Rini
On Tue, Nov 14, 2023 at 11:38:46AM -0500, Tom Rini wrote: > On Sat, Nov 11, 2023 at 08:49:55PM -0700, Simon Glass wrote: > > > The kernel_noload image type indicates that no loading is to be done by > > U-Boot. This works well when the image is uncompressed. > > > > When the image is compressed,

Re: [PATCH v2 3/5] bootm: Allow omitting the load address

2023-11-14 Thread Tom Rini
On Sat, Nov 11, 2023 at 08:49:55PM -0700, Simon Glass wrote: > The kernel_noload image type indicates that no loading is to be done by > U-Boot. This works well when the image is uncompressed. > > When the image is compressed, loading is of course required. The load > address in the FIT is used f

[PATCH v2 3/5] bootm: Allow omitting the load address

2023-11-11 Thread Simon Glass
The kernel_noload image type indicates that no loading is to be done by U-Boot. This works well when the image is uncompressed. When the image is compressed, loading is of course required. The load address in the FIT is used for loading. However a FIT built from Linux v6.6 supports about 990 boar