Re: [PATCH 1/4] boot: pxe_utils: Add fallback support

2024-10-08 Thread Simon Glass
On Wed, 2 Oct 2024 at 07:26, Martyn Welch wrote: > > When configured correctly, we can detect when boot fails after the boot > process has been handed over to the kernel through the use of U-Boot's > bootcount support. In some instances, such as when we are performing > atomic updates via a system

Re: [PATCH 1/4] boot: pxe_utils: Add fallback support

2024-10-03 Thread Tom Rini
On Thu, Oct 03, 2024 at 10:00:33AM +0100, Martyn Welch wrote: > On Wed, 2024-10-02 at 13:16 -0600, Tom Rini wrote: > > On Wed, Oct 02, 2024 at 02:26:30PM +0100, Martyn Welch wrote: > > > When configured correctly, we can detect when boot fails after the > > > boot > > > process has been handed over

Re: [PATCH 1/4] boot: pxe_utils: Add fallback support

2024-10-03 Thread Martyn Welch
On Wed, 2024-10-02 at 13:16 -0600, Tom Rini wrote: > On Wed, Oct 02, 2024 at 02:26:30PM +0100, Martyn Welch wrote: > > When configured correctly, we can detect when boot fails after the > > boot > > process has been handed over to the kernel through the use of U- > > Boot's > > bootcount support. I

Re: [PATCH 1/4] boot: pxe_utils: Add fallback support

2024-10-02 Thread Tom Rini
On Wed, Oct 02, 2024 at 02:26:30PM +0100, Martyn Welch wrote: > When configured correctly, we can detect when boot fails after the boot > process has been handed over to the kernel through the use of U-Boot's > bootcount support. In some instances, such as when we are performing > atomic updates vi

[PATCH 1/4] boot: pxe_utils: Add fallback support

2024-10-02 Thread Martyn Welch
When configured correctly, we can detect when boot fails after the boot process has been handed over to the kernel through the use of U-Boot's bootcount support. In some instances, such as when we are performing atomic updates via a system such as OSTree, it is desirable to provide a fallback optio