Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Nov 2018 22:36:36 +0000 (UTC)
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r341269 - head/release/arm64
Message-ID:  <201811292236.wATMaaer020603@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: manu
Date: Thu Nov 29 22:36:36 2018
New Revision: 341269
URL: https://svnweb.freebsd.org/changeset/base/341269

Log:
  release: arm64: Add opp dtbo to PINE* boards
  
  MFC after:	1 month

Modified:
  head/release/arm64/PINE64-LTS.conf
  head/release/arm64/PINE64.conf
  head/release/arm64/PINEBOOK.conf

Modified: head/release/arm64/PINE64-LTS.conf
==============================================================================
--- head/release/arm64/PINE64-LTS.conf	Thu Nov 29 22:35:23 2018	(r341268)
+++ head/release/arm64/PINE64-LTS.conf	Thu Nov 29 22:36:36 2018	(r341269)
@@ -14,7 +14,7 @@ KERNEL="GENERIC"
 MD_ARGS="-x 63 -y 255"
 NODOC=1
 PART_SCHEME="MBR"
-FDT_OVERLAYS="sun50i-a64-sid,sun50i-a64-ths,sun50i-a64-timer"
+FDT_OVERLAYS="sun50i-a64-sid,sun50i-a64-ths,sun50i-a64-timer,sun50i-a64-opp"
 export BOARDNAME="PINE64-LTS"
 
 arm_install_uboot() {

Modified: head/release/arm64/PINE64.conf
==============================================================================
--- head/release/arm64/PINE64.conf	Thu Nov 29 22:35:23 2018	(r341268)
+++ head/release/arm64/PINE64.conf	Thu Nov 29 22:36:36 2018	(r341269)
@@ -14,7 +14,7 @@ KERNEL="GENERIC"
 MD_ARGS="-x 63 -y 255"
 NODOC=1
 PART_SCHEME="MBR"
-FDT_OVERLAYS="sun50i-a64-sid,sun50i-a64-ths,sun50i-a64-timer"
+FDT_OVERLAYS="sun50i-a64-sid,sun50i-a64-ths,sun50i-a64-timer,sun50i-a64-opp"
 export BOARDNAME="PINE64"
 
 arm_install_uboot() {

Modified: head/release/arm64/PINEBOOK.conf
==============================================================================
--- head/release/arm64/PINEBOOK.conf	Thu Nov 29 22:35:23 2018	(r341268)
+++ head/release/arm64/PINEBOOK.conf	Thu Nov 29 22:36:36 2018	(r341269)
@@ -14,7 +14,7 @@ KERNEL="GENERIC"
 MD_ARGS="-x 63 -y 255"
 NODOC=1
 PART_SCHEME="MBR"
-FDT_OVERLAYS="sun50i-a64-sid,sun50i-a64-ths,sun50i-a64-timer"
+FDT_OVERLAYS="sun50i-a64-sid,sun50i-a64-ths,sun50i-a64-timer,sun50i-a64-opp"
 export BOARDNAME="PINEBOOK"
 
 arm_install_uboot() {



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