git: a3721403a384 - stable/14 - add dtb support for RPI CM4, CM4s, CM4_ioBoard
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 10 Oct 2025 17:13:21 UTC
The branch stable/14 has been updated by ziaee: URL: https://cgit.FreeBSD.org/src/commit/?id=a3721403a384b6e44205b926b6eb620b18001b3d commit a3721403a384b6e44205b926b6eb620b18001b3d Author: Klaus Küchemann <maciphone2@googlemail.com> AuthorDate: 2024-04-19 22:53:46 +0000 Commit: Alexander Ziaee <ziaee@FreeBSD.org> CommitDate: 2025-10-10 17:08:46 +0000 add dtb support for RPI CM4, CM4s, CM4_ioBoard Signed-off-by: Klaus Küchemann <maciphone2@googlemail.com> Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/1182 (cherry picked from commit 1bd4f769caf8ffda35477e3c0b2c92348cf2fd5d) --- 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