u-boot-brain/board/raspberrypi/rpi
Matthias Brugger a63f81c242 rpi: Enable DRAM bank initialization on arm64
Up to now we only update the DRAM banks when we are define
CONFIG_BCM2711. But our one binary approach uses a config that supports
BCM2837 and BCM2711. As a result we only see one gibibyte of RAM on
Raspberry Pi 4, even if it has more RAM.
Fix this by calling dram_init_banksize.

Fixes: 5694090670 ("ARM: defconfig: add unified config for RPi3 and RPi4")

Signed-off-by: Matthias Brugger <mbrugger@suse.com>
2019-12-11 10:14:12 +01:00
..
MAINTAINERS RPi: Add mbrugger as board maintainer 2019-03-29 10:53:18 -04:00
Makefile SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
lowlevel_init.S rpi: push fw_dtb_pointer in the .data section 2019-11-24 10:46:27 +01:00
rpi.c rpi: Enable DRAM bank initialization on arm64 2019-12-11 10:14:12 +01:00