Skip to content

Commit

Permalink
2711: Add basic 64-bit support
Browse files Browse the repository at this point in the history
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 <phil@raspberrypi.org>
  • Loading branch information
Phil Elwell committed Jun 26, 2019
1 parent 4ebe00d commit 6b52bf8
Show file tree
Hide file tree
Showing 3 changed files with 1,295 additions and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm64/boot/dts/broadcom/Makefile
Expand Up @@ -5,6 +5,7 @@ dtb-$(CONFIG_ARCH_BCM2835) += bcm2837-rpi-3-a-plus.dtb \
bcm2837-rpi-cm3-io3.dtb
dtb-$(CONFIG_ARCH_BCM2709) += bcm2710-rpi-3-b.dtb
dtb-$(CONFIG_ARCH_BCM2835) += bcm2710-rpi-3-b.dtb
dtb-$(CONFIG_ARCH_BCM2835) += bcm2711-rpi-4-b.dtb
dtb-$(CONFIG_ARCH_BCM2835) += bcm2710-rpi-3-b-plus.dtb
dtb-$(CONFIG_ARCH_BCM2709) += bcm2710-rpi-cm3.dtb
dtb-$(CONFIG_ARCH_BCM2835) += bcm2710-rpi-cm3.dtb
Expand Down
3 changes: 3 additions & 0 deletions arch/arm64/boot/dts/broadcom/bcm2711-rpi-4-b.dts
@@ -0,0 +1,3 @@
#define RPI364

#include "../../../../arm/boot/dts/bcm2711-rpi-4-b.dts"

0 comments on commit 6b52bf8

Please sign in to comment.