Re: [PATCH 10/11] vexpress64: pick DRAM size from DT

2022-04-02 Thread Tom Rini
On Fri, Mar 04, 2022 at 04:30:17PM +, Andre Przywara wrote: > So far the DRAM size for both the Juno and the FVP model were hardcoded > in our config header file. For the Juno this is fine, as all models have > 8 GiB of DRAM, but the DRAM size can be configured on the model command > line. >

[PATCH 10/11] vexpress64: pick DRAM size from DT

2022-03-04 Thread Andre Przywara
So far the DRAM size for both the Juno and the FVP model were hardcoded in our config header file. For the Juno this is fine, as all models have 8 GiB of DRAM, but the DRAM size can be configured on the model command line. Drop the fixed DRAM size setup, instead look up the size in the device tree