svn commit: r323360 - head/sys/arm64/conf

Marcin Wojtas mw at FreeBSD.org
Sat Sep 9 11:46:36 UTC 2017


Author: mw
Date: Sat Sep  9 11:46:34 2017
New Revision: 323360
URL: https://svnweb.freebsd.org/changeset/base/323360

Log:
  Add support for uart_mvebu driver arm64 GENERIC config
  
  This patch enables console output on Armada 3700 SoCs
  with kernel GENERIC.
  
  Submitted by: Patryk Duda <pdk at semihalf.com>
  Obtained from: Semihalf
  Sponsored by: Semihalf
  Differential Revision: https://reviews.freebsd.org/D12251

Modified:
  head/sys/arm64/conf/GENERIC

Modified: head/sys/arm64/conf/GENERIC
==============================================================================
--- head/sys/arm64/conf/GENERIC	Sat Sep  9 11:42:32 2017	(r323359)
+++ head/sys/arm64/conf/GENERIC	Sat Sep  9 11:46:34 2017	(r323360)
@@ -147,6 +147,7 @@ device		dwmmc
 
 # Serial (COM) ports
 device		uart		# Generic UART driver
+device		uart_mvebu	# Armada 3700 UART driver
 device		uart_ns8250	# ns8250-type UART driver
 device		uart_snps
 device		pl011


More information about the svn-src-head mailing list