Re: [PATCH 3/3] commands: add of_bootargs command.

2019-02-26 Thread Roland Hieber
On Thu, Feb 21, 2019 at 10:28:48AM +0100, Tomaz Solc wrote: > When booting a Raspberry Pi, it is useful to extract bootargs from the > device tree that was created by the VideoCore firmware. These bootargs > contain for example settings for the framebuffer that the kernel needs > to properly set th

Re: [PATCH 3/3] commands: add of_bootargs command.

2019-02-22 Thread Sascha Hauer
On Fri, Feb 22, 2019 at 11:38:58AM +0100, Tomaž Šolc wrote: > Hi Sascha, > > On 22. 02. 19 08:49, Sascha Hauer wrote: > > On Thu, Feb 21, 2019 at 10:28:48AM +0100, Tomaz Solc wrote: > > > This commit adds an of_bootargs command that extracts a bootargs > > > property from a device tree and saves i

Re: [PATCH 3/3] commands: add of_bootargs command.

2019-02-22 Thread Tomaž Šolc
Hi Sascha, On 22. 02. 19 08:49, Sascha Hauer wrote: On Thu, Feb 21, 2019 at 10:28:48AM +0100, Tomaz Solc wrote: This commit adds an of_bootargs command that extracts a bootargs property from a device tree and saves it to a global variable. For example, a bootloader environment can use this com

Re: [PATCH 3/3] commands: add of_bootargs command.

2019-02-21 Thread Sascha Hauer
On Thu, Feb 21, 2019 at 10:28:48AM +0100, Tomaz Solc wrote: > When booting a Raspberry Pi, it is useful to extract bootargs from the > device tree that was created by the VideoCore firmware. These bootargs > contain for example settings for the framebuffer that the kernel needs > to properly set th

[PATCH 3/3] commands: add of_bootargs command.

2019-02-21 Thread Tomaz Solc
When booting a Raspberry Pi, it is useful to extract bootargs from the device tree that was created by the VideoCore firmware. These bootargs contain for example settings for the framebuffer that the kernel needs to properly set the video output. This commit adds an of_bootargs command that extrac