svn commit: r364053 - head/release/arm64

Emmanuel Vadot manu at FreeBSD.org
Sat Aug 8 16:56:21 UTC 2020


Author: manu
Date: Sat Aug  8 16:56:20 2020
New Revision: 364053
URL: https://svnweb.freebsd.org/changeset/base/364053

Log:
  release: RPI3: Add the RPI2 DTB
  
  The RPI2 v1.2 is using the same SoC as the RPI3 so it can boot this image
  but needs the RPI2 dtb.
  
  MFC after:	3 days

Modified:
  head/release/arm64/RPI3.conf

Modified: head/release/arm64/RPI3.conf
==============================================================================
--- head/release/arm64/RPI3.conf	Sat Aug  8 16:41:28 2020	(r364052)
+++ head/release/arm64/RPI3.conf	Sat Aug  8 16:56:20 2020	(r364053)
@@ -4,7 +4,7 @@
 #
 
 DTB_DIR="/usr/local/share/rpi-firmware"
-DTB="bcm2710-rpi-3-b.dtb bcm2710-rpi-3-b-plus.dtb bcm2711-rpi-4-b.dtb"
+DTB="bcm2709-rpi-2-b.dtb bcm2710-rpi-3-b.dtb bcm2710-rpi-3-b-plus.dtb bcm2711-rpi-4-b.dtb"
 EMBEDDED_TARGET_ARCH="aarch64"
 EMBEDDED_TARGET="arm64"
 EMBEDDEDBUILD=1


More information about the svn-src-head mailing list