Re: [Upstream] [PATCH 1/2] bootstd: Add implementation for bootmeth rauc

2025-05-06 Thread Wadim Egorov
Hi Martin, Am 29.01.25 um 16:25 schrieb Martin Schwan: Add a bootmeth driver which supports booting A/B system with RAUC as their update client. Signed-off-by: Martin Schwan --- boot/Kconfig | 11 ++ boot/Makefile| 1 + boot/bootmeth_rauc.c | 408

Re: [PATCH 1/2] bootstd: Add implementation for bootmeth rauc

2025-04-29 Thread Simon Glass
Hi Tom, On Fri, 25 Apr 2025 at 10:19, Tom Rini wrote: > > On Fri, Apr 25, 2025 at 09:03:17AM -0600, Simon Glass wrote: > > Hi Tom, > > > > On Fri, 25 Apr 2025 at 08:37, Tom Rini wrote: > > > > > > On Fri, Apr 25, 2025 at 08:35:52AM -0600, Simon Glass wrote: > > > > Hi Tom, > > > > > > > > On Thu

Re: [PATCH 1/2] bootstd: Add implementation for bootmeth rauc

2025-04-28 Thread Tom Rini
On Mon, Apr 28, 2025 at 08:25:37AM +, Martin Schwan wrote: > Hi Simon, > Hi Tom, > > On Fri, 2025-04-25 at 10:19 -0600, Tom Rini wrote: > > On Fri, Apr 25, 2025 at 09:03:17AM -0600, Simon Glass wrote: > > > Hi Tom, > > > > > > On Fri, 25 Apr 2025 at 08:37, Tom Rini wrote: > > > > > > > > On

Re: [PATCH 1/2] bootstd: Add implementation for bootmeth rauc

2025-04-28 Thread Alexander Dahl
Hei hei, some references, see below. Am Fri, Apr 25, 2025 at 09:03:17AM -0600 schrieb Simon Glass: > Hi Tom, > > On Fri, 25 Apr 2025 at 08:37, Tom Rini wrote: > > > > On Fri, Apr 25, 2025 at 08:35:52AM -0600, Simon Glass wrote: > > > Hi Tom, > > > > > > On Thu, 24 Apr 2025 at 12:49, Tom Rini w

Re: [PATCH 1/2] bootstd: Add implementation for bootmeth rauc

2025-04-28 Thread Martin Schwan
Hi Simon, Hi Tom, On Fri, 2025-04-25 at 10:19 -0600, Tom Rini wrote: > On Fri, Apr 25, 2025 at 09:03:17AM -0600, Simon Glass wrote: > > Hi Tom, > > > > On Fri, 25 Apr 2025 at 08:37, Tom Rini wrote: > > > > > > On Fri, Apr 25, 2025 at 08:35:52AM -0600, Simon Glass wrote: > > > > Hi Tom, > > > >

Re: [PATCH 1/2] bootstd: Add implementation for bootmeth rauc

2025-04-25 Thread Tom Rini
On Fri, Apr 25, 2025 at 09:03:17AM -0600, Simon Glass wrote: > Hi Tom, > > On Fri, 25 Apr 2025 at 08:37, Tom Rini wrote: > > > > On Fri, Apr 25, 2025 at 08:35:52AM -0600, Simon Glass wrote: > > > Hi Tom, > > > > > > On Thu, 24 Apr 2025 at 12:49, Tom Rini wrote: > > > > > > > > On Thu, Apr 24, 20

Re: [PATCH 1/2] bootstd: Add implementation for bootmeth rauc

2025-04-25 Thread Simon Glass
Hi Tom, On Fri, 25 Apr 2025 at 08:37, Tom Rini wrote: > > On Fri, Apr 25, 2025 at 08:35:52AM -0600, Simon Glass wrote: > > Hi Tom, > > > > On Thu, 24 Apr 2025 at 12:49, Tom Rini wrote: > > > > > > On Thu, Apr 24, 2025 at 12:31:38PM -0600, Simon Glass wrote: > > > > Hi Martin, > > > > > > > > On

Re: [PATCH 1/2] bootstd: Add implementation for bootmeth rauc

2025-04-25 Thread Simon Glass
Hi Tom, On Thu, 24 Apr 2025 at 12:49, Tom Rini wrote: > > On Thu, Apr 24, 2025 at 12:31:38PM -0600, Simon Glass wrote: > > Hi Martin, > > > > On Thu, 24 Apr 2025 at 06:43, Martin Schwan wrote: > > > > > > Hi Simon, > > > > > > thanks for the review and sorry for my delayed reply. > > > > > > On

Re: [PATCH 1/2] bootstd: Add implementation for bootmeth rauc

2025-04-25 Thread Tom Rini
On Fri, Apr 25, 2025 at 08:35:52AM -0600, Simon Glass wrote: > Hi Tom, > > On Thu, 24 Apr 2025 at 12:49, Tom Rini wrote: > > > > On Thu, Apr 24, 2025 at 12:31:38PM -0600, Simon Glass wrote: > > > Hi Martin, > > > > > > On Thu, 24 Apr 2025 at 06:43, Martin Schwan wrote: > > > > > > > > Hi Simon,

Re: [PATCH 1/2] bootstd: Add implementation for bootmeth rauc

2025-04-24 Thread Tom Rini
On Thu, Apr 24, 2025 at 12:31:38PM -0600, Simon Glass wrote: > Hi Martin, > > On Thu, 24 Apr 2025 at 06:43, Martin Schwan wrote: > > > > Hi Simon, > > > > thanks for the review and sorry for my delayed reply. > > > > On Mon, 2025-04-14 at 05:32 -0600, Simon Glass wrote: > > > Hi Martin, > > > > >

Re: [PATCH 1/2] bootstd: Add implementation for bootmeth rauc

2025-04-24 Thread Simon Glass
Hi Martin, On Thu, 24 Apr 2025 at 06:43, Martin Schwan wrote: > > Hi Simon, > > thanks for the review and sorry for my delayed reply. > > On Mon, 2025-04-14 at 05:32 -0600, Simon Glass wrote: > > Hi Martin, > > > > On Wed, 29 Jan 2025 at 07:25, Martin Schwan > > wrote: > > > > > > Add a bootmeth

Re: [PATCH 1/2] bootstd: Add implementation for bootmeth rauc

2025-04-24 Thread Martin Schwan
Hi Simon, thanks for the review and sorry for my delayed reply. On Mon, 2025-04-14 at 05:32 -0600, Simon Glass wrote: > Hi Martin, > > On Wed, 29 Jan 2025 at 07:25, Martin Schwan > wrote: > > > > Add a bootmeth driver which supports booting A/B system with RAUC > > as > > their update client.

Re: [PATCH 1/2] bootstd: Add implementation for bootmeth rauc

2025-04-14 Thread Simon Glass
Hi Martin, On Wed, 29 Jan 2025 at 07:25, Martin Schwan wrote: > > Add a bootmeth driver which supports booting A/B system with RAUC as > their update client. > > Signed-off-by: Martin Schwan > --- > boot/Kconfig | 11 ++ > boot/Makefile| 1 + > boot/bootmeth_rauc.c | 408 > +

Re: [PATCH 1/2] bootstd: Add implementation for bootmeth rauc

2025-04-13 Thread Wadim Egorov
Am 30.01.25 um 16:51 schrieb Tom Rini: On Thu, Jan 30, 2025 at 09:48:19AM +, Martin Schwan wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On Wed, 2025-01-29 at 10:03 -0600, Tom Rini wrote: On Wed, Jan 29, 2025 at 03:25:25PM +0100, Martin Schwan wrote: Add a bootmeth driver which s

Re: [PATCH 1/2] bootstd: Add implementation for bootmeth rauc

2025-01-30 Thread Tom Rini
On Thu, Jan 30, 2025 at 09:48:19AM +, Martin Schwan wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > On Wed, 2025-01-29 at 10:03 -0600, Tom Rini wrote: > > On Wed, Jan 29, 2025 at 03:25:25PM +0100, Martin Schwan wrote: > > > Add a bootmeth driver which supports booting A/B system

Re: [PATCH 1/2] bootstd: Add implementation for bootmeth rauc

2025-01-30 Thread Martin Schwan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On Wed, 2025-01-29 at 10:03 -0600, Tom Rini wrote: > On Wed, Jan 29, 2025 at 03:25:25PM +0100, Martin Schwan wrote: > > Add a bootmeth driver which supports booting A/B system with RAUC > > as > > their update client. > > > > Signed-off-by: Martin S

Re: [PATCH 1/2] bootstd: Add implementation for bootmeth rauc

2025-01-29 Thread Tom Rini
On Wed, Jan 29, 2025 at 03:25:25PM +0100, Martin Schwan wrote: > Add a bootmeth driver which supports booting A/B system with RAUC as > their update client. > > Signed-off-by: Martin Schwan > --- > boot/Kconfig | 11 ++ > boot/Makefile| 1 + > boot/bootmeth_rauc.c | 408 > +++

[PATCH 1/2] bootstd: Add implementation for bootmeth rauc

2025-01-29 Thread Martin Schwan
Add a bootmeth driver which supports booting A/B system with RAUC as their update client. Signed-off-by: Martin Schwan --- boot/Kconfig | 11 ++ boot/Makefile| 1 + boot/bootmeth_rauc.c | 408 +++ 3 files changed, 420 insertions(