Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Oct 2025 16:35:14 GMT
From:      Alexander Ziaee <ziaee@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: e41e099ef199 - main - release/RPI: Add RPI Zero 2W device tree blob dtb
Message-ID:  <202510081635.598GZETJ008607@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by ziaee:

URL: https://cgit.FreeBSD.org/src/commit/?id=e41e099ef199de096abd9a93289bdacfd83a5f48

commit e41e099ef199de096abd9a93289bdacfd83a5f48
Author:     Yoshiro MIHIRA <sanpei@sanpei.org>
AuthorDate: 2025-10-06 07:54:08 +0000
Commit:     Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2025-10-08 16:34:25 +0000

    release/RPI: Add RPI Zero 2W device tree blob dtb
    
    Enable Pi 02W support on the release SD card images by including the
    device tree.
    
    PR:             278816
    MFC after:      3 days
    Approved by:    cperciva (re)
---
 release/arm64/RPI.conf | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/release/arm64/RPI.conf b/release/arm64/RPI.conf
index b973687c535d..d418dae28d3a 100644
--- a/release/arm64/RPI.conf
+++ b/release/arm64/RPI.conf
@@ -3,8 +3,9 @@
 #
 
 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 bcm2711-rpi-cm4-io.dtb bcm2711-rpi-cm4.dtb"
+DTB="bcm2710-rpi-2-b.dtb bcm2710-rpi-3-b.dtb bcm2710-rpi-3-b-plus.dtb \
+	bcm2710-rpi-cm3.dtb bcm2710-rpi-zero-2-w.dtb bcm2711-rpi-4-b.dtb \
+	bcm2711-rpi-cm4-io.dtb bcm2711-rpi-cm4.dtb"
 EMBEDDED_TARGET_ARCH="aarch64"
 EMBEDDED_TARGET="arm64"
 EMBEDDEDBUILD=1



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510081635.598GZETJ008607>