Module Name:    src
Committed By:   marty
Date:           Thu Dec 17 22:40:49 UTC 2015

Modified Files:
        src/sys/arch/evbarm/conf: EXYNOS

Log Message:
XU4 FDT sscon

This is a mess and I don't understand why part of it works, but it passes
the basic test.

There has to be some better way to get the info that I'm grabbing from the
exynos_uarts[] array.

I'm not sure how to deal with VA != PA when the DTB contains physical rather
than virtual addresses. This is going to be an issue for all of the drivers.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbarm/conf/EXYNOS

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbarm/conf/EXYNOS
diff -u src/sys/arch/evbarm/conf/EXYNOS:1.1 src/sys/arch/evbarm/conf/EXYNOS:1.2
--- src/sys/arch/evbarm/conf/EXYNOS:1.1	Tue Dec 15 04:38:30 2015
+++ src/sys/arch/evbarm/conf/EXYNOS	Thu Dec 17 22:40:49 2015
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: EXYNOS,v 1.1 2015/12/15 04:38:30 marty Exp $
+#	$NetBSD: EXYNOS,v 1.2 2015/12/17 22:40:49 marty Exp $
 #
 #	ODROID-XU -- ODROID-XU4 Exynos5422 based kernel
 #
@@ -216,8 +216,8 @@ exyo0		at mainbus?
 exy5422clk0	at exyo0			# Exynos5422 clock controller
 
 # Integrated Samsung UARTs
-#sscom*		at exyo0  port ?		# UART ?
-sscom2		at exyo0  port 2		# UART2
+sscom*		at fdt?				# UART ?
+#sscom2		at fdt?				# console
 
 # Exynos Watchdog Timer
 exyowdt0 	at fdt?				# watchdog

Reply via email to