Re: [PATCH] bootstd: Skip over bad device during bootflows scanning

2023-11-01 Thread Tony Dinh
Hi Simon, On Wed, Nov 1, 2023 at 9:10 AM Simon Glass wrote: > > Hi Tony, > > On Tue, 31 Oct 2023 at 13:45, Tony Dinh wrote: > > > > On Tue, Oct 31, 2023 at 12:26 PM Tony Dinh wrote: > > > > > > Hi Simon, > > > > > > On Mon, Oct 30, 2023 at 12:47 PM Tony Dinh wrote: > > > > > > > > During

Re: [PATCH] bootstd: Skip over bad device during bootflows scanning

2023-11-01 Thread Simon Glass
Hi Tony, On Tue, 31 Oct 2023 at 13:45, Tony Dinh wrote: > > On Tue, Oct 31, 2023 at 12:26 PM Tony Dinh wrote: > > > > Hi Simon, > > > > On Mon, Oct 30, 2023 at 12:47 PM Tony Dinh wrote: > > > > > > During scanning for the next bootdev, if bootdev_next_prio() encounters > > > a device error

Re: [PATCH] bootstd: Skip over bad device during bootflows scanning

2023-10-31 Thread Tony Dinh
On Tue, Oct 31, 2023 at 12:26 PM Tony Dinh wrote: > > Hi Simon, > > On Mon, Oct 30, 2023 at 12:47 PM Tony Dinh wrote: > > > > During scanning for the next bootdev, if bootdev_next_prio() encounters > > a device error (e.g. ENOSYS), let it continue scanning the next devices, > > not stopping

Re: [PATCH] bootstd: Skip over bad device during bootflows scanning

2023-10-31 Thread Tony Dinh
Hi Simon, On Mon, Oct 30, 2023 at 12:47 PM Tony Dinh wrote: > > During scanning for the next bootdev, if bootdev_next_prio() encounters > a device error (e.g. ENOSYS), let it continue scanning the next devices, > not stopping prematurely. > > Background: > > During scanning for bootflows, it's

[PATCH] bootstd: Skip over bad device during bootflows scanning

2023-10-30 Thread Tony Dinh
During scanning for the next bootdev, if bootdev_next_prio() encounters a device error (e.g. ENOSYS), let it continue scanning the next devices, not stopping prematurely. Background: During scanning for bootflows, it's possible for bootstd to encounter a faulty device controller. Also when the