Re: [PATCH v2 0/2] Allow parsing more than one memory node

2020-03-29 Thread Sascha Hauer
On Wed, Mar 25, 2020 at 06:27:35PM +0100, Clement Leger wrote: > Currently, barebox can only parse one memory node. This means that > all other memory nodes (with device_type == "memory") will be ignored > while parsing memory. > This patchset add a function of_probe_memory which will call >

[PATCH v2 0/2] Allow parsing more than one memory node

2020-03-25 Thread Clement Leger
Currently, barebox can only parse one memory node. This means that all other memory nodes (with device_type == "memory") will be ignored while parsing memory. This patchset add a function of_probe_memory which will call of_add_memory for each found memory node. Additionally, of_add_memory has been