svn commit: r287306 - head/sys/arm/conf

Luiz Otavio O Souza loos at FreeBSD.org
Sun Aug 30 15:38:42 UTC 2015


Author: loos
Date: Sun Aug 30 15:38:41 2015
New Revision: 287306
URL: https://svnweb.freebsd.org/changeset/base/287306

Log:
  In preparation to support other A20 based boards, rename the CUBIEBOARD2
  kernel configuration to A20.
  
  There are other boards (namely the banana pi) that use exactly the same
  devices.
  
  Additionally, we are moving from static FDT support (DTB compiled
  in-kernel) to DTB passed to kernel by the boot loader (ubldr).  The u-boot
  for these boards are already available on ports and as the crochet support
  for these boards isn't committed yet, this should not bring any issues.
  
  Discussed with:		ian

Added:
  head/sys/arm/conf/A20
     - copied, changed from r287120, head/sys/arm/conf/CUBIEBOARD2
Deleted:
  head/sys/arm/conf/CUBIEBOARD2

Copied and modified: head/sys/arm/conf/A20 (from r287120, head/sys/arm/conf/CUBIEBOARD2)
==============================================================================
--- head/sys/arm/conf/CUBIEBOARD2	Mon Aug 24 23:40:36 2015	(r287120, copy source)
+++ head/sys/arm/conf/A20	Sun Aug 30 15:38:41 2015	(r287306)
@@ -1,6 +1,5 @@
 #
-# CUBIEBOARD2 -- Custom configuration for the CUBIEBOARD2 ARM development
-# platform, check out http://www.cubieboard.org
+# A20 -- Custom configuration for the Allwinner A20 ARM SoC
 #
 # For more information on this file, please read the config(5) manual page,
 # and/or the handbook section on Kernel Configuration Files:
@@ -19,7 +18,7 @@
 #
 # $FreeBSD$
 
-ident		CUBIEBOARD2
+ident		A20
 
 include 	"std.armv6"
 include 	"../allwinner/a20/std.a20"
@@ -109,6 +108,4 @@ device		miibus
 
 # Flattened Device Tree
 options 	FDT			# Configure using FDT/DTB data
-options 	FDT_DTB_STATIC
-makeoptions	FDT_DTS_FILE=cubieboard2.dts
 makeoptions	MODULES_EXTRA=dtb/allwinner


More information about the svn-src-all mailing list