Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Aug 2015 18:09:18 +0000 (UTC)
From:      Andrew Turner <andrew@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r287169 - in head/sys: arm64/conf conf
Message-ID:  <201508261809.t7QI9Irr079232@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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