RPI: Add defconfigs for rpi4 (32/64)
authorAndrei Gherzan <andrei@balena.io>
Wed, 24 Jul 2019 14:39:04 +0000 (15:39 +0100)
committerMatthias Brugger <mbrugger@suse.com>
Fri, 6 Sep 2019 16:16:59 +0000 (18:16 +0200)
commit193279d784e2ca2225815803b9a63f1ce3c7389d
treee619023d0ff94418a2a93270db1db54a19353e2a
parent659f4fe3c62a92f6514a652eb555b6a90038782d
RPI: Add defconfigs for rpi4 (32/64)

This defines a minimum defconfig for each of the two Raspberry Pi 4
variants. One notable difference is that we don't have a embedded dt for
this board given that the fw supplies us with one which we can reuse.
Furthermore, the ram size is not queryable through mbox interface as the
maximum reported size is 1G. The fw patches the dt with the right
memory configuration and uboot uses it as it is. We avoid u-boot
touching this configuration by making sure CONFIG_ARCH_FIXUP_FDT_MEMORY
is deactivated.

Signed-off-by: Andrei Gherzan <andrei@balena.io>
Signed-off-by: Matthias Brugger <mbrugger@suse.com>
configs/rpi_4_32b_defconfig [new file with mode: 0644]
configs/rpi_4_defconfig [new file with mode: 0644]