Skip to content

Commit

Permalink
add dtb support for RPI CM4, CM4s, CM4_ioBoard
Browse files Browse the repository at this point in the history
Signed-off-by: Klaus Küchemann <[email protected]>
Reviewed by: imp
Pull Request: freebsd/freebsd-src#1182
  • Loading branch information
klaus4 authored and bsdjhb committed Aug 9, 2024
2 parents 3684db5 + 1bd4f76 commit 181d042
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion release/arm64/RPI.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
#

DTB_DIR="/usr/local/share/rpi-firmware"
DTB="bcm2710-rpi-2-b.dtb bcm2710-rpi-3-b.dtb bcm2710-rpi-3-b-plus.dtb bcm2710-rpi-cm3.dtb bcm2711-rpi-4-b.dtb"
DTB="bcm2710-rpi-2-b.dtb bcm2710-rpi-3-b.dtb bcm2710-rpi-3-b-plus.dtb bcm2710-rpi-cm3.dtb \
bcm2711-rpi-4-b.dtb bcm2711-rpi-cm4-io.dtb bcm2711-rpi-cm4.dtb bcm2711-rpi-cm4s.dtb"
EMBEDDED_TARGET_ARCH="aarch64"
EMBEDDED_TARGET="arm64"
EMBEDDEDBUILD=1
Expand Down

0 comments on commit 181d042

Please sign in to comment.