Re: [PATCH 0/3] booti: Remove the SYS_BOOTM_LEN limit for booti

2025-05-05 Thread Tom Rini
On Thu, May 01, 2025 at 07:06:03AM -0600, Simon Glass wrote: > Hi Tom, > > On Fri, 18 Apr 2025 at 08:08, Tom Rini wrote: > > > > On Fri, Apr 18, 2025 at 07:46:59AM -0600, Simon Glass wrote: > > > Hi Tom, > > > > > > On Fri, 18 Apr 2025 at 07:33, Tom Rini wrote: > > > > > > > > On Fri, Apr 18, 20

Re: [PATCH 0/3] booti: Remove the SYS_BOOTM_LEN limit for booti

2025-05-03 Thread Peter Robinson
On Thu, 1 May 2025 at 16:03, Simon Glass wrote: > > Hi Tom, > > On Thu, 1 May 2025 at 08:59, Tom Rini wrote: > > > > On Thu, May 01, 2025 at 07:06:03AM -0600, Simon Glass wrote: > > > Hi Tom, > > > > > > On Fri, 18 Apr 2025 at 08:08, Tom Rini wrote: > > > > > > > > On Fri, Apr 18, 2025 at 07:46:

Re: [PATCH 0/3] booti: Remove the SYS_BOOTM_LEN limit for booti

2025-05-01 Thread Tom Rini
On Thu, May 01, 2025 at 07:06:03AM -0600, Simon Glass wrote: > Hi Tom, > > On Fri, 18 Apr 2025 at 08:08, Tom Rini wrote: > > > > On Fri, Apr 18, 2025 at 07:46:59AM -0600, Simon Glass wrote: > > > Hi Tom, > > > > > > On Fri, 18 Apr 2025 at 07:33, Tom Rini wrote: > > > > > > > > On Fri, Apr 18, 20

Re: [PATCH 0/3] booti: Remove the SYS_BOOTM_LEN limit for booti

2025-05-01 Thread Simon Glass
Hi Tom, On Thu, 1 May 2025 at 08:59, Tom Rini wrote: > > On Thu, May 01, 2025 at 07:06:03AM -0600, Simon Glass wrote: > > Hi Tom, > > > > On Fri, 18 Apr 2025 at 08:08, Tom Rini wrote: > > > > > > On Fri, Apr 18, 2025 at 07:46:59AM -0600, Simon Glass wrote: > > > > Hi Tom, > > > > > > > > On Fri,

Re: [PATCH 0/3] booti: Remove the SYS_BOOTM_LEN limit for booti

2025-05-01 Thread Simon Glass
Hi Tom, On Fri, 18 Apr 2025 at 08:08, Tom Rini wrote: > > On Fri, Apr 18, 2025 at 07:46:59AM -0600, Simon Glass wrote: > > Hi Tom, > > > > On Fri, 18 Apr 2025 at 07:33, Tom Rini wrote: > > > > > > On Fri, Apr 18, 2025 at 06:50:59AM -0600, Simon Glass wrote: > > > > > > > This series restores the

Re: [PATCH 0/3] booti: Remove the SYS_BOOTM_LEN limit for booti

2025-04-18 Thread Tom Rini
On Fri, Apr 18, 2025 at 06:50:59AM -0600, Simon Glass wrote: > This series restores the original behaviour of extlinux booting linux > 'Image' files, which is to ignore CONFIG_SYS_BOOTM_LEN and instead uses > a limit of 10x the compressed size. > > It also adds RISC-V support, since it uses a sim

Re: [PATCH 0/3] booti: Remove the SYS_BOOTM_LEN limit for booti

2025-04-18 Thread Tom Rini
On Fri, Apr 18, 2025 at 07:46:59AM -0600, Simon Glass wrote: > Hi Tom, > > On Fri, 18 Apr 2025 at 07:33, Tom Rini wrote: > > > > On Fri, Apr 18, 2025 at 06:50:59AM -0600, Simon Glass wrote: > > > > > This series restores the original behaviour of extlinux booting linux > > > 'Image' files, which

Re: [PATCH 0/3] booti: Remove the SYS_BOOTM_LEN limit for booti

2025-04-18 Thread Simon Glass
Hi Tom, On Fri, 18 Apr 2025 at 07:33, Tom Rini wrote: > > On Fri, Apr 18, 2025 at 06:50:59AM -0600, Simon Glass wrote: > > > This series restores the original behaviour of extlinux booting linux > > 'Image' files, which is to ignore CONFIG_SYS_BOOTM_LEN and instead uses > > a limit of 10x the com