Re: [PATCH 0/6] Expose RPi4'd bootloader configuration

2020-12-15 Thread Nicolas Saenz Julienne
Hi Rob, thanks for having a look at this. On Tue, 2020-12-15 at 13:54 -0600, Rob Herring wrote: > On Tue, Dec 15, 2020 at 1:01 PM Nicolas Saenz Julienne > wrote: > > > > Hi Catalin, > > > > On Tue, 2020-12-15 at 18:44 +, Catalin Marinas wrote: > > > On Tue, Dec 15, 2020 at 04:56:20PM

Re: [PATCH 0/6] Expose RPi4'd bootloader configuration

2020-12-15 Thread Rob Herring
On Tue, Dec 15, 2020 at 1:01 PM Nicolas Saenz Julienne wrote: > > Hi Catalin, > > On Tue, 2020-12-15 at 18:44 +, Catalin Marinas wrote: > > On Tue, Dec 15, 2020 at 04:56:20PM +0100, Nicolas Saenz Julienne wrote: > > > Soon to be released versions of RPi4's firmware will take of care > > >

Re: [PATCH 0/6] Expose RPi4'd bootloader configuration

2020-12-15 Thread Nicolas Saenz Julienne
Hi Catalin, On Tue, 2020-12-15 at 18:44 +, Catalin Marinas wrote: > On Tue, Dec 15, 2020 at 04:56:20PM +0100, Nicolas Saenz Julienne wrote: > > Soon to be released versions of RPi4's firmware will take of care > > passing their bootloader's configuration to the OS by copying it into > >

Re: [PATCH 0/6] Expose RPi4'd bootloader configuration

2020-12-15 Thread Catalin Marinas
On Tue, Dec 15, 2020 at 04:56:20PM +0100, Nicolas Saenz Julienne wrote: > Soon to be released versions of RPi4's firmware will take of care > passing their bootloader's configuration to the OS by copying it into > memory and creating a reserved memory node in the board's DT. In order > to make use

[PATCH 0/6] Expose RPi4'd bootloader configuration

2020-12-15 Thread Nicolas Saenz Julienne
Soon to be released versions of RPi4's firmware will take of care passing their bootloader's configuration to the OS by copying it into memory and creating a reserved memory node in the board's DT. In order to make use of this information, this series introduces a new generic nvmem driver that

Re: [PATCH 0/6] Expose RPi4'd bootloader configuration

2020-12-15 Thread Nicolas Saenz Julienne
On Tue, 2020-12-15 at 16:56 +0100, Nicolas Saenz Julienne wrote: > Soon to be released versions of RPi4's firmware will take of care > passing their bootloader's configuration to the OS by copying it into > memory and creating a reserved memory node in the board's DT. In order > to make use of