Skip to content

Commit cdb78ce

Browse files
Phil Elwellpopcornmix
Phil Elwell
authored andcommitted
2711: Add basic 64-bit support
This commit adds initial support for 64-bit 2711 builds. However, it will only work as much as it does if the Pi4 RAM is limited to 1GB - more than that and several things break (SD card, coherent allocations, etc.) Signed-off-by: Phil Elwell <[email protected]>
1 parent e879019 commit cdb78ce

File tree

3 files changed

+1295
-0
lines changed

3 files changed

+1295
-0
lines changed

arch/arm64/boot/dts/broadcom/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ dtb-$(CONFIG_ARCH_BCM2835) += bcm2837-rpi-3-b.dtb \
33
bcm2837-rpi-3-b-plus.dtb
44
dtb-$(CONFIG_ARCH_BCM2709) += bcm2710-rpi-3-b.dtb
55
dtb-$(CONFIG_ARCH_BCM2835) += bcm2710-rpi-3-b.dtb
6+
dtb-$(CONFIG_ARCH_BCM2835) += bcm2711-rpi-4-b.dtb
67
dtb-$(CONFIG_ARCH_BCM2835) += bcm2710-rpi-3-b-plus.dtb
78
dtb-$(CONFIG_ARCH_BCM2709) += bcm2710-rpi-cm3.dtb
89
dtb-$(CONFIG_ARCH_BCM2835) += bcm2710-rpi-cm3.dtb
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#define RPI364
2+
3+
#include "../../../../arm/boot/dts/bcm2711-rpi-4-b.dts"

0 commit comments

Comments
 (0)