rpi4: enable dram bank initialization
authorMatthias Brugger <mbrugger@suse.com>
Mon, 9 Sep 2019 16:31:56 +0000 (18:31 +0200)
committerMatthias Brugger <mbrugger@suse.com>
Tue, 1 Oct 2019 09:14:47 +0000 (11:14 +0200)
commit9de5b89e4c898ec770878eb4848588c635a37bac
treea8e271b96345f36548925b5bda057b0393e897ae
parent023ff4b88dcec5faa3f9b841bae4d3d232b58ce2
rpi4: enable dram bank initialization

When booting through the efi stub, the memory map get's created by
reading the dram bank information. Depending on the version of the RPi4
this information changes. Read the device tree to initialize the dram
bank data structure. This way the kernel is able to access the whole
range of available memory.

Signed-off-by: Matthias Brugger <mbrugger@suse.com>
board/raspberrypi/rpi/rpi.c
configs/rpi_4_defconfig