Re: [RESEND PATCH] rpi: Copy properties from firmware dtb to the loaded dtb

2021-11-26 Thread Matthias Brugger
On 25/11/2021 20:42, Sjoerd Simons wrote: The RPI firmware adjusts several property values in the dtb it passes to u-boot depending on the board/SoC revision. Inherit some of these when u-boot loads a dtb itself. Specificaly copy: * /model: The firmware provides a more specific string * /memr

[RESEND PATCH] rpi: Copy properties from firmware dtb to the loaded dtb

2021-11-25 Thread Sjoerd Simons
The RPI firmware adjusts several property values in the dtb it passes to u-boot depending on the board/SoC revision. Inherit some of these when u-boot loads a dtb itself. Specificaly copy: * /model: The firmware provides a more specific string * /memreserve: The firmware defines a reserved range,

Re: [PATCH] rpi: Copy properties from firmware dtb to the loaded dtb

2021-08-24 Thread Peter Robinson
Hi Sjoerd, > The RPI firmware adjusts several property values in the dtb it passes > to u-boot depending on the board/SoC revision. Inherit some of these > when u-boot loads a dtb itself. Specificaly copy: Overall this looks great. > * /model: The firmware provides a more specific string > * /me

[PATCH] rpi: Copy properties from firmware dtb to the loaded dtb

2021-08-22 Thread Sjoerd Simons
The RPI firmware adjusts several property values in the dtb it passes to u-boot depending on the board/SoC revision. Inherit some of these when u-boot loads a dtb itself. Specificaly copy: * /model: The firmware provides a more specific string * /memreserve: The firmware defines a reserved range,