ARM: meson: Extend mem_map to support 3GiB of RAM
authorLoic Devulder <ldevulder@suse.de>
Tue, 25 Sep 2018 14:30:35 +0000 (16:30 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 8 Oct 2018 18:45:02 +0000 (14:45 -0400)
commitc45414b542ee31283bd5954211facbee217f0322
tree47bb72618903efd1d651bdf553bff839205d4f1d
parent5b781cf08dfbde906809a2d4741012f9ca972320
ARM: meson: Extend mem_map to support 3GiB of RAM

The current mem_map definition for Meson SoCs has support for up
to 2GiB of RAM. According to S905, S905X, S912 and S805X datasheets
the DDR region is set from 0x00000000 to 0xBFFFFFFF, so mem_map's
definition should be changed accordingly.

It is also needed to be able to boot Khadas VIM2 board with S912
SoC.

Signed-off-by: Loic Devulder <ldevulder@suse.de>
Acked-by: Neil Armstrong <narmstrong@baylibre.com>
Acked-by: Marek Vasut <marek.vasut@gmail.com>
arch/arm/mach-meson/board.c