9
0
Fork 0
barebox/arch/arm/boards/netgear-rn104
Uwe Kleine-König f05c6e095c mvebu: rework how memory is detected
Status quo is that initially a size of 64 MiB is assumed (which is also
used to determine the size of the malloc area) and then later the dtb
is fixed up with the actually available RAM which is then used.

Instead detect the real RAM size earlier and don't fixup the device tree.
The device tree is fixed up instead by generic code. This way the malloc
area is more appropriately sized and RAM detection is more similar to mach-imx
which is both nice.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2017-02-16 08:16:27 +01:00
..
Makefile Add initial support for Netgear ReadyNAS 104 2016-01-22 08:43:19 +01:00
board.c Add initial support for Netgear ReadyNAS 104 2016-01-22 08:43:19 +01:00
kwbimage.cfg Add initial support for Netgear ReadyNAS 104 2016-01-22 08:43:19 +01:00
lowlevel.c mvebu: rework how memory is detected 2017-02-16 08:16:27 +01:00