svn commit: r287169 - in head/sys: arm64/conf conf

Andrew Turner andrew at FreeBSD.org
Wed Aug 26 18:09:19 UTC 2015


Author: andrew
Date: Wed Aug 26 18:09:17 2015
New Revision: 287169
URL: https://svnweb.freebsd.org/changeset/base/287169

Log:
  Add the SOC_HISI_HI6220 option. This will be used to enable drivers for
  the HiSilicon hi6220 SoC used in the HiKey 96boards board.
  
  Sponsored by:	ABT Systems Ltd

Modified:
  head/sys/arm64/conf/GENERIC
  head/sys/conf/options.arm64

Modified: head/sys/arm64/conf/GENERIC
==============================================================================
--- head/sys/arm64/conf/GENERIC	Wed Aug 26 17:13:47 2015	(r287168)
+++ head/sys/arm64/conf/GENERIC	Wed Aug 26 18:09:17 2015	(r287169)
@@ -86,6 +86,7 @@ options 	MALLOC_DEBUG_MAXZONES=8	# Separ
 
 # SoC support
 options 	SOC_CAVM_THUNDERX
+options 	SOC_HISI_HI6220
 
 # VirtIO support
 device		virtio

Modified: head/sys/conf/options.arm64
==============================================================================
--- head/sys/conf/options.arm64	Wed Aug 26 17:13:47 2015	(r287168)
+++ head/sys/conf/options.arm64	Wed Aug 26 18:09:17 2015	(r287169)
@@ -8,3 +8,4 @@ VFP				opt_global.h
 
 # SoC Support
 SOC_CAVM_THUNDERX		opt_soc.h
+SOC_HISI_HI6220			opt_soc.h


More information about the svn-src-head mailing list