]> Git Repo - u-boot.git/commit - configs/rpi_4_defconfig
RPI: Add defconfigs for rpi4 (32/64)
authorAndrei Gherzan <[email protected]>
Wed, 24 Jul 2019 14:39:04 +0000 (15:39 +0100)
committerMatthias Brugger <[email protected]>
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 <[email protected]>
Signed-off-by: Matthias Brugger <[email protected]>
configs/rpi_4_32b_defconfig [new file with mode: 0644]
configs/rpi_4_defconfig [new file with mode: 0644]
This page took 0.037114 seconds and 4 git commands to generate.