Re: [PATCH V2] dt-bindings: nvmem: add U-Boot environment variables binding

2022-03-07 Thread Rafał Miłecki
On 7.03.2022 11:24, Alexander Dahl wrote: Hei hei, just want to give a little more background here from embedded non openwrt point of view. See below. Am Mon, Feb 28, 2022 at 12:32:11PM +0100 schrieb Rafał Miłecki: On 25.02.2022 17:42, Rob Herring wrote: On Thu, Feb 17, 2022 at 02:02:35PM +0

Re: [PATCH V2] dt-bindings: nvmem: add U-Boot environment variables binding

2022-03-07 Thread Alexander Dahl
Hei hei, just want to give a little more background here from embedded non openwrt point of view. See below. Am Mon, Feb 28, 2022 at 12:32:11PM +0100 schrieb Rafał Miłecki: > On 25.02.2022 17:42, Rob Herring wrote: > > On Thu, Feb 17, 2022 at 02:02:35PM +0100, Rafał Miłecki wrote: > > > From: Ra

Re: [PATCH V2] dt-bindings: nvmem: add U-Boot environment variables binding

2022-02-28 Thread Rafał Miłecki
On 25.02.2022 17:42, Rob Herring wrote: On Thu, Feb 17, 2022 at 02:02:35PM +0100, Rafał Miłecki wrote: From: Rafał Miłecki U-Boot uses environment variables for storing device setup data. It usually needs to be accessed by a bootloader, kernel and often user-space. How much of this is alread

Re: [PATCH V2] dt-bindings: nvmem: add U-Boot environment variables binding

2022-02-25 Thread Rob Herring
On Thu, Feb 17, 2022 at 02:02:35PM +0100, Rafał Miłecki wrote: > From: Rafał Miłecki > > U-Boot uses environment variables for storing device setup data. It > usually needs to be accessed by a bootloader, kernel and often > user-space. How much of this is already in use vs. proposed? I know I've

[PATCH V2] dt-bindings: nvmem: add U-Boot environment variables binding

2022-02-17 Thread Rafał Miłecki
From: Rafał Miłecki U-Boot uses environment variables for storing device setup data. It usually needs to be accessed by a bootloader, kernel and often user-space. This binding allows describing environment data located in a raw flash partition. It's treated as NVMEM device and can be reused late