The branch main has been updated by ziaee:

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

commit e41e099ef199de096abd9a93289bdacfd83a5f48
Author:     Yoshiro MIHIRA <[email protected]>
AuthorDate: 2025-10-06 07:54:08 +0000
Commit:     Alexander Ziaee <[email protected]>
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

Reply via email to