Re: [PATCH] board: rpi: Enable capsule updates

2024-09-13 Thread Ilias Apalodimas
Apologies for responding to myself here, but clarifying things a bit more... On Fri, 13 Sept 2024 at 14:15, Ilias Apalodimas wrote: > > Hi Matthias > > On Fri, 13 Sept 2024 at 13:40, Matthias Brugger wrote: > > > > > > > > On 11/09/2024 12:05, Ilias Apalodimas wrote: > > > On Wed, 11 Sept 2024 a

Re: [PATCH] board: rpi: Enable capsule updates

2024-09-13 Thread Ilias Apalodimas
Hi Matthias On Fri, 13 Sept 2024 at 13:40, Matthias Brugger wrote: > > > > On 11/09/2024 12:05, Ilias Apalodimas wrote: > > On Wed, 11 Sept 2024 at 12:50, Peter Robinson wrote: > >> > >> On Tue, 10 Sept 2024 at 08:29, Sughosh Ganu > >> wrote: > >>> > >>> On Tue, 10 Sept 2024 at 12:09, Ilias Ap

Re: [PATCH] board: rpi: Enable capsule updates

2024-09-13 Thread Matthias Brugger
On 11/09/2024 12:05, Ilias Apalodimas wrote: On Wed, 11 Sept 2024 at 12:50, Peter Robinson wrote: On Tue, 10 Sept 2024 at 08:29, Sughosh Ganu wrote: On Tue, 10 Sept 2024 at 12:09, Ilias Apalodimas wrote: Since RPI works well using EFI and has no size limitations with regards to U-Boot

Re: [PATCH] board: rpi: Enable capsule updates

2024-09-11 Thread Ilias Apalodimas
On Wed, 11 Sept 2024 at 12:50, Peter Robinson wrote: > > On Tue, 10 Sept 2024 at 08:29, Sughosh Ganu wrote: > > > > On Tue, 10 Sept 2024 at 12:09, Ilias Apalodimas > > wrote: > > > > > > Since RPI works well using EFI and has no size limitations with regards > > > to U-Boot, add the needed struc

Re: [PATCH] board: rpi: Enable capsule updates

2024-09-11 Thread Peter Robinson
On Tue, 10 Sept 2024 at 08:29, Sughosh Ganu wrote: > > On Tue, 10 Sept 2024 at 12:09, Ilias Apalodimas > wrote: > > > > Since RPI works well using EFI and has no size limitations with regards > > to U-Boot, add the needed structures and Kconfig options needed to > > enable capsule updates > > ---

Re: [PATCH] board: rpi: Enable capsule updates

2024-09-10 Thread Ilias Apalodimas
Hi Matthias, On Tue, 10 Sept 2024 at 16:50, Matthias Brugger wrote: > > > > On 10/09/2024 08:39, Ilias Apalodimas wrote: > > Since RPI works well using EFI and has no size limitations with regards > > to U-Boot, add the needed structures and Kconfig options needed to > > enable capsule updates >

Re: [PATCH] board: rpi: Enable capsule updates

2024-09-10 Thread Matthias Brugger
On 10/09/2024 08:39, Ilias Apalodimas wrote: Since RPI works well using EFI and has no size limitations with regards to U-Boot, add the needed structures and Kconfig options needed to enable capsule updates --- board/raspberrypi/rpi/rpi.c | 22 ++ configs/rpi_4_defconfig

Re: [PATCH] board: rpi: Enable capsule updates

2024-09-10 Thread Ilias Apalodimas
Thanks for testing On Tue, 10 Sept 2024 at 10:29, Sughosh Ganu wrote: > > On Tue, 10 Sept 2024 at 12:09, Ilias Apalodimas > wrote: > > > > Since RPI works well using EFI and has no size limitations with regards > > to U-Boot, add the needed structures and Kconfig options needed to > > enable cap

Re: [PATCH] board: rpi: Enable capsule updates

2024-09-10 Thread Sughosh Ganu
On Tue, 10 Sept 2024 at 12:09, Ilias Apalodimas wrote: > > Since RPI works well using EFI and has no size limitations with regards > to U-Boot, add the needed structures and Kconfig options needed to > enable capsule updates > --- > board/raspberrypi/rpi/rpi.c | 22 ++ > confi

Re: [PATCH] board: rpi: Enable capsule updates

2024-09-09 Thread Ilias Apalodimas
Apologies for the noise, forgot to mention this needs to be applied on top of https://lore.kernel.org/u-boot/20240830-b4-dynamic-uuid-v8-0-79b31b199...@linaro.org/, once that lands /Ilias On Tue, 10 Sept 2024 at 09:39, Ilias Apalodimas wrote: > > Since RPI works well using EFI and has no size l

[PATCH] board: rpi: Enable capsule updates

2024-09-09 Thread Ilias Apalodimas
Since RPI works well using EFI and has no size limitations with regards to U-Boot, add the needed structures and Kconfig options needed to enable capsule updates --- board/raspberrypi/rpi/rpi.c | 22 ++ configs/rpi_4_defconfig | 2 ++ 2 files changed, 24 insertions(+) dif