Re: [PATCH v5 38/46] boot: Consider non-bootable partitions

2025-04-05 Thread Simon Glass
Hi Tom, On Tue, 18 Mar 2025 at 15:04, Tom Rini wrote: > > On Sat, Mar 15, 2025 at 02:25:58PM +, Simon Glass wrote: > > > Any 'bootable' flag in a DOS partition causes boostd to only scan > > bootable partitions for that media. This can mean that extlinux.conf > > files on the root disk are mi

Re: [PATCH v5 38/46] boot: Consider non-bootable partitions

2025-04-05 Thread Tom Rini
On Sat, Mar 15, 2025 at 02:25:58PM +, Simon Glass wrote: > Any 'bootable' flag in a DOS partition causes boostd to only scan > bootable partitions for that media. This can mean that extlinux.conf > files on the root disk are missed. > > Put this logic behind a flag and update the documentatio

Re: [PATCH v5 38/46] boot: Consider non-bootable partitions

2025-04-05 Thread Tom Rini
On Thu, Mar 20, 2025 at 03:43:36AM +, Simon Glass wrote: > Hi Tom, > > On Wed, 19 Mar 2025 at 16:40, Tom Rini wrote: > > > > On Wed, Mar 19, 2025 at 03:03:49PM +, Simon Glass wrote: > > > Hi Tom, > > > > > > On Tue, 18 Mar 2025 at 16:53, Tom Rini wrote: > > > > > > > > On Tue, Mar 18, 20

Re: [PATCH v5 38/46] boot: Consider non-bootable partitions

2025-04-04 Thread Tom Rini
On Sat, Mar 15, 2025 at 02:25:58PM +, Simon Glass wrote: > Any 'bootable' flag in a DOS partition causes boostd to only scan > bootable partitions for that media. This can mean that extlinux.conf > files on the root disk are missed. > > Put this logic behind a flag and update the documentatio

Re: [PATCH v5 38/46] boot: Consider non-bootable partitions

2025-04-03 Thread Tom Rini
On Thu, Apr 03, 2025 at 08:22:30AM +1300, Simon Glass wrote: > Hi Tom, > > On Thu, 3 Apr 2025 at 03:28, Tom Rini wrote: > > > > On Sat, Mar 15, 2025 at 02:25:58PM +, Simon Glass wrote: > > > > > Any 'bootable' flag in a DOS partition causes boostd to only scan > > > bootable partitions for th

Re: [PATCH v5 38/46] boot: Consider non-bootable partitions

2025-04-02 Thread Simon Glass
Hi Tom, On Thu, 3 Apr 2025 at 03:28, Tom Rini wrote: > > On Sat, Mar 15, 2025 at 02:25:58PM +, Simon Glass wrote: > > > Any 'bootable' flag in a DOS partition causes boostd to only scan > > bootable partitions for that media. This can mean that extlinux.conf > > files on the root disk are mis

Re: [PATCH v5 38/46] boot: Consider non-bootable partitions

2025-03-29 Thread Simon Glass
Hi Tom, On Fri, 28 Mar 2025 at 10:30, Tom Rini wrote: > > On Fri, Mar 21, 2025 at 07:38:27PM +0100, Simon Glass wrote: > > Hi Tom, > > > > On Thu, 20 Mar 2025 at 15:22, Tom Rini wrote: > > > > > > On Thu, Mar 20, 2025 at 03:43:36AM +, Simon Glass wrote: > > > > Hi Tom, > > > > > > > > On Wed

Re: [PATCH v5 38/46] boot: Consider non-bootable partitions

2025-03-28 Thread Tom Rini
On Fri, Mar 21, 2025 at 07:38:27PM +0100, Simon Glass wrote: > Hi Tom, > > On Thu, 20 Mar 2025 at 15:22, Tom Rini wrote: > > > > On Thu, Mar 20, 2025 at 03:43:36AM +, Simon Glass wrote: > > > Hi Tom, > > > > > > On Wed, 19 Mar 2025 at 16:40, Tom Rini wrote: > > > > > > > > On Wed, Mar 19, 20

Re: [PATCH v5 38/46] boot: Consider non-bootable partitions

2025-03-21 Thread Simon Glass
Hi Tom, On Thu, 20 Mar 2025 at 15:22, Tom Rini wrote: > > On Thu, Mar 20, 2025 at 03:43:36AM +, Simon Glass wrote: > > Hi Tom, > > > > On Wed, 19 Mar 2025 at 16:40, Tom Rini wrote: > > > > > > On Wed, Mar 19, 2025 at 03:03:49PM +, Simon Glass wrote: > > > > Hi Tom, > > > > > > > > On Tue

Re: [PATCH v5 38/46] boot: Consider non-bootable partitions

2025-03-19 Thread Simon Glass
Hi Tom, On Wed, 19 Mar 2025 at 16:40, Tom Rini wrote: > > On Wed, Mar 19, 2025 at 03:03:49PM +, Simon Glass wrote: > > Hi Tom, > > > > On Tue, 18 Mar 2025 at 16:53, Tom Rini wrote: > > > > > > On Tue, Mar 18, 2025 at 03:24:02PM +, Simon Glass wrote: > > > > Hi Tom, > > > > > > > > On Tue

Re: [PATCH v5 38/46] boot: Consider non-bootable partitions

2025-03-19 Thread Tom Rini
On Wed, Mar 19, 2025 at 03:03:49PM +, Simon Glass wrote: > Hi Tom, > > On Tue, 18 Mar 2025 at 16:53, Tom Rini wrote: > > > > On Tue, Mar 18, 2025 at 03:24:02PM +, Simon Glass wrote: > > > Hi Tom, > > > > > > On Tue, 18 Mar 2025 at 15:04, Tom Rini wrote: > > > > > > > > On Sat, Mar 15, 20

Re: [PATCH v5 38/46] boot: Consider non-bootable partitions

2025-03-19 Thread Simon Glass
Hi Tom, On Tue, 18 Mar 2025 at 16:53, Tom Rini wrote: > > On Tue, Mar 18, 2025 at 03:24:02PM +, Simon Glass wrote: > > Hi Tom, > > > > On Tue, 18 Mar 2025 at 15:04, Tom Rini wrote: > > > > > > On Sat, Mar 15, 2025 at 02:25:58PM +, Simon Glass wrote: > > > > > > > Any 'bootable' flag in a

Re: [PATCH v5 38/46] boot: Consider non-bootable partitions

2025-03-18 Thread Tom Rini
On Tue, Mar 18, 2025 at 03:24:02PM +, Simon Glass wrote: > Hi Tom, > > On Tue, 18 Mar 2025 at 15:04, Tom Rini wrote: > > > > On Sat, Mar 15, 2025 at 02:25:58PM +, Simon Glass wrote: > > > > > Any 'bootable' flag in a DOS partition causes boostd to only scan > > > bootable partitions for t

[PATCH v5 38/46] boot: Consider non-bootable partitions

2025-03-15 Thread Simon Glass
Any 'bootable' flag in a DOS partition causes boostd to only scan bootable partitions for that media. This can mean that extlinux.conf files on the root disk are missed. Put this logic behind a flag and update the documentation. For now, the flag is enabled, to preserve existing behaviour. Future