mbox series

[v4,0/2] bootstd: Try again to resolve infinite-loop bug

Message ID 20240815203022.771615-1-sjg@chromium.org
Headers show
Series bootstd: Try again to resolve infinite-loop bug | expand

Message

Simon Glass Aug. 15, 2024, 8:30 p.m. UTC
This little series tries to resolve a problem found with an earlier
fix.

Changes in v4:
- Split bootstd patches into a separate series

Changes in v3:
- Update commit message to describe how the problem will be addressed
- Fix 'virtual' typo

Changes in v2:
 - Add many new patches to resolve all the outstanding test issues

Simon Glass (2):
  Revert "bootdev: avoid infinite probe loop"
  bootstd: Make bootdev_next_prio() continue after failure

 boot/bootdev-uclass.c | 23 +++++++----------------
 1 file changed, 7 insertions(+), 16 deletions(-)

Comments

Tom Rini Aug. 27, 2024, 6:35 p.m. UTC | #1
On Thu, 15 Aug 2024 14:30:20 -0600, Simon Glass wrote:

> This little series tries to resolve a problem found with an earlier
> fix.
> 
> Changes in v4:
> - Split bootstd patches into a separate series
> 
> Changes in v3:
> - Update commit message to describe how the problem will be addressed
> - Fix 'virtual' typo
> 
> [...]

Applied to u-boot/next, thanks!