Re: [PATCH 2/2] xen/arm: Add support for booting gzip compressed uImages

2023-02-02 Thread Michal Orzel
Hi Julien, On 01/02/2023 19:54, Julien Grall wrote: > > > On 01/02/2023 12:56, Michal Orzel wrote: >> Hi Julien, > > Hi Michal, > >> On 01/02/2023 12:20, Julien Grall wrote: >>> >>> >>> On 01/02/2023 11:01, Michal Orzel wrote: I would prefer not to do this in this series as the goals are

Re: [PATCH 2/2] xen/arm: Add support for booting gzip compressed uImages

2023-02-01 Thread Julien Grall
On 01/02/2023 12:56, Michal Orzel wrote: Hi Julien, Hi Michal, On 01/02/2023 12:20, Julien Grall wrote: On 01/02/2023 11:01, Michal Orzel wrote: I would prefer not to do this in this series as the goals are different. This series is to remove the known Xen limitation. The reason I a

Re: [PATCH 2/2] xen/arm: Add support for booting gzip compressed uImages

2023-02-01 Thread Michal Orzel
Hi Julien, On 01/02/2023 12:20, Julien Grall wrote: > > > On 01/02/2023 11:01, Michal Orzel wrote: >> I would prefer not to do this in this series as the goals are different. >> This series is to remove >> the known Xen limitation. > > The reason I am asking is it effectively change the way yo

Re: [PATCH 2/2] xen/arm: Add support for booting gzip compressed uImages

2023-02-01 Thread Julien Grall
On 01/02/2023 11:01, Michal Orzel wrote: I would prefer not to do this in this series as the goals are different. This series is to remove the known Xen limitation. The reason I am asking is it effectively change the way you would implement. If we were going to support zImage/Image within

Re: [PATCH 2/2] xen/arm: Add support for booting gzip compressed uImages

2023-02-01 Thread Michal Orzel
Hi Julien, On 01/02/2023 11:13, Julien Grall wrote: > > > On 01/02/2023 09:48, Michal Orzel wrote: >> Hi Julien, > > Hi Michal, > >> >> On 31/01/2023 21:20, Julien Grall wrote: >>> >>> >>> Hi, >>> >>> On 31/01/2023 15:13, Michal Orzel wrote: At the moment, Xen does not support booting gzi

Re: [PATCH 2/2] xen/arm: Add support for booting gzip compressed uImages

2023-02-01 Thread Julien Grall
On 01/02/2023 09:48, Michal Orzel wrote: Hi Julien, Hi Michal, On 31/01/2023 21:20, Julien Grall wrote: Hi, On 31/01/2023 15:13, Michal Orzel wrote: At the moment, Xen does not support booting gzip compressed uImages. This is because we are trying to decompress the kernel before prob

Re: [PATCH 2/2] xen/arm: Add support for booting gzip compressed uImages

2023-02-01 Thread Michal Orzel
Hi Julien, On 31/01/2023 21:20, Julien Grall wrote: > > > Hi, > > On 31/01/2023 15:13, Michal Orzel wrote: >> At the moment, Xen does not support booting gzip compressed uImages. >> This is because we are trying to decompress the kernel before probing >> the u-boot header. This leads to a failu

Re: [PATCH 2/2] xen/arm: Add support for booting gzip compressed uImages

2023-01-31 Thread Julien Grall
Hi, On 31/01/2023 15:13, Michal Orzel wrote: At the moment, Xen does not support booting gzip compressed uImages. This is because we are trying to decompress the kernel before probing the u-boot header. This leads to a failure as the header always appears at the top of the image (and therefore o

Re: [PATCH 2/2] xen/arm: Add support for booting gzip compressed uImages

2023-01-31 Thread Ayan Kumar Halder
On 31/01/2023 15:13, Michal Orzel wrote: At the moment, Xen does not support booting gzip compressed uImages. This is because we are trying to decompress the kernel before probing the u-boot header. This leads to a failure as the header always appears at the top of the image (and therefore obsc

[PATCH 2/2] xen/arm: Add support for booting gzip compressed uImages

2023-01-31 Thread Michal Orzel
At the moment, Xen does not support booting gzip compressed uImages. This is because we are trying to decompress the kernel before probing the u-boot header. This leads to a failure as the header always appears at the top of the image (and therefore obscuring the gzip header). Move the call to ker