The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=1bd4f769caf8ffda35477e3c0b2c92348cf2fd5d
commit 1bd4f769caf8ffda35477e3c0b2c92348cf2fd5d Author: Klaus Küchemann <macipho...@googlemail.com> AuthorDate: 2024-04-19 22:53:46 +0000 Commit: Warner Losh <i...@freebsd.org> CommitDate: 2024-04-19 22:54:32 +0000 add dtb support for RPI CM4, CM4s, CM4_ioBoard Signed-off-by: Klaus Küchemann <macipho...@googlemail.com> Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/1182 --- release/arm64/RPI.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/release/arm64/RPI.conf b/release/arm64/RPI.conf index 1a36a3af521e..a38385a24e80 100644 --- a/release/arm64/RPI.conf +++ b/release/arm64/RPI.conf @@ -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