Re: [PATCH 0/4] bootm: Handle compressed arm64 images with bootm

2023-11-07 Thread Tom Rini
On Tue, Nov 07, 2023 at 07:30:33AM -0700, Simon Glass wrote: > Hi Tom, > > On Tue, 7 Nov 2023 at 06:49, Tom Rini wrote: > > > > On Tue, Nov 07, 2023 at 06:31:15AM -0700, Simon Glass wrote: > > > Hi Tom, > > > > > > On Tue, 7 Nov 2023 at 06:04, Tom Rini wrote: > > > > > > > > On Tue, Nov 07,

Re: [PATCH 0/4] bootm: Handle compressed arm64 images with bootm

2023-11-07 Thread Simon Glass
Hi Tom, On Tue, 7 Nov 2023 at 06:49, Tom Rini wrote: > > On Tue, Nov 07, 2023 at 06:31:15AM -0700, Simon Glass wrote: > > Hi Tom, > > > > On Tue, 7 Nov 2023 at 06:04, Tom Rini wrote: > > > > > > On Tue, Nov 07, 2023 at 05:23:05AM -0700, Simon Glass wrote: > > > > Hi Rasmus, > > > > > > > > On

Re: [PATCH 0/4] bootm: Handle compressed arm64 images with bootm

2023-11-07 Thread Tom Rini
On Tue, Nov 07, 2023 at 06:31:15AM -0700, Simon Glass wrote: > Hi Tom, > > On Tue, 7 Nov 2023 at 06:04, Tom Rini wrote: > > > > On Tue, Nov 07, 2023 at 05:23:05AM -0700, Simon Glass wrote: > > > Hi Rasmus, > > > > > > On Tue, 7 Nov 2023 at 02:56, Rasmus Villemoes > > > wrote: > > > > > > > > On

Re: [PATCH 0/4] bootm: Handle compressed arm64 images with bootm

2023-11-07 Thread Simon Glass
Hi Tom, On Tue, 7 Nov 2023 at 06:04, Tom Rini wrote: > > On Tue, Nov 07, 2023 at 05:23:05AM -0700, Simon Glass wrote: > > Hi Rasmus, > > > > On Tue, 7 Nov 2023 at 02:56, Rasmus Villemoes > > wrote: > > > > > > On 05/11/2023 21.03, Simon Glass wrote: > > > > This little series corrects a problem

Re: [PATCH 0/4] bootm: Handle compressed arm64 images with bootm

2023-11-07 Thread Tom Rini
On Tue, Nov 07, 2023 at 05:23:05AM -0700, Simon Glass wrote: > Hi Rasmus, > > On Tue, 7 Nov 2023 at 02:56, Rasmus Villemoes > wrote: > > > > On 05/11/2023 21.03, Simon Glass wrote: > > > This little series corrects a problem I noticed with arm64 images, > > > where the kernel is not recognised:

Re: [PATCH 0/4] bootm: Handle compressed arm64 images with bootm

2023-11-07 Thread Simon Glass
Hi Rasmus, On Tue, 7 Nov 2023 at 02:56, Rasmus Villemoes wrote: > > On 05/11/2023 21.03, Simon Glass wrote: > > This little series corrects a problem I noticed with arm64 images, > > where the kernel is not recognised: > > The $subject is misleading, bootm works just fine with compressed arm64 >

Re: [PATCH 0/4] bootm: Handle compressed arm64 images with bootm

2023-11-07 Thread Rasmus Villemoes
On 05/11/2023 21.03, Simon Glass wrote: > This little series corrects a problem I noticed with arm64 images, > where the kernel is not recognised: The $subject is misleading, bootm works just fine with compressed arm64 images, with the type set to "kernel". > Type: Kernel Image

Re: [PATCH 0/4] bootm: Handle compressed arm64 images with bootm

2023-11-05 Thread Simon Glass
Hi, On Sun, 5 Nov 2023 at 20:05, Simon Glass wrote: > > This little series corrects a problem I noticed with arm64 images, > where the kernel is not recognised: > >## Loading kernel from FIT Image at 1000 ... > Using 'conf-930' configuration > Verifying Hash Integrity ... OK

[PATCH 0/4] bootm: Handle compressed arm64 images with bootm

2023-11-05 Thread Simon Glass
This little series corrects a problem I noticed with arm64 images, where the kernel is not recognised: ## Loading kernel from FIT Image at 1000 ... Using 'conf-930' configuration Verifying Hash Integrity ... OK Trying 'kernel' kernel subimage Description: