The branch main has been updated by imp:

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

commit 1976e079544c8ff691f2eec497d68611d8215af5
Author:     Max Stucchi <[email protected]>
AuthorDate: 2021-01-25 13:07:19 +0000
Commit:     Warner Losh <[email protected]>
CommitDate: 2021-06-02 17:28:01 +0000

    Add bcm2710-rpi-cm3.dtb to the list of DTBs being added.
    
    This allows to boot out of the box on the RPI COmpute Module 3 with 32G
    of eMMC.
    
    Tested by:              imp confirmed .dtb is in the rpi-firmware pkg
    Reviewed by:            gjb@, imp@
    Pull Request:           https://github.com/freebsd/freebsd-src/pull/452
    
    Sponsored by:           Netflix
---
 release/arm64/RPI.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/release/arm64/RPI.conf b/release/arm64/RPI.conf
index e7fd12f95090..bce6236fbfae 100644
--- a/release/arm64/RPI.conf
+++ b/release/arm64/RPI.conf
@@ -4,7 +4,7 @@
 #
 
 DTB_DIR="/usr/local/share/rpi-firmware"
-DTB="bcm2710-rpi-2-b.dtb bcm2710-rpi-3-b.dtb bcm2710-rpi-3-b-plus.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"
 EMBEDDED_TARGET_ARCH="aarch64"
 EMBEDDED_TARGET="arm64"
 EMBEDDEDBUILD=1
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to