]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitdcfca5d6a62d14334bfc70619c6f918c64e855c1
treee619023d0ff94418a2a93270db1db54a19353e2a
parent20caacc38c4b77aff173108be6872d9f6f61f028
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]