Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Dec 2012 21:18:34 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 219931 for review
Message-ID:  <201212312118.qBVLIYkL076331@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@219931?ac=10

Change 219931 by rwatson@rwatson_zenith_cl_cam_ac_uk on 2012/12/31 21:17:40

	Use FDT rather than device.hints for Altera JTAG UARTs.  No
	interrupts yet, so stick to polled mode.

Affected files ...

.. //depot/projects/ctsrd/beribsd/src/sys/boot/fdt/dts/beripad-de4.dts#7 edit
.. //depot/projects/ctsrd/beribsd/src/sys/mips/conf/BERI_FDT_DE4.hints#5 edit

Differences ...

==== //depot/projects/ctsrd/beribsd/src/sys/boot/fdt/dts/beripad-de4.dts#7 (text+ko) ====

@@ -63,7 +63,6 @@
 			reg = <0x0 0x40000000>;		// 1G at 0x0
 		};
 
-/*
 		serial@7f000000 {
 			compatible = "altera,jtag_uart-11_0";
 			reg = <0x7f000000 0x40>;
@@ -79,7 +78,6 @@
 			compatible = "altera,jtag_uart-11_0";
 			reg = <0x7f002000 0x40>;
 		};
-*/
 
 		sdcard@7f008000 {
 			compatible = "altera,sdcard_11_2011";

==== //depot/projects/ctsrd/beribsd/src/sys/mips/conf/BERI_FDT_DE4.hints#5 (text+ko) ====

@@ -4,18 +4,18 @@
 # Altera JTAG UARTs configured for console, debugging, and data putput on the
 # Terasic DE-4.
 #
-hint.altera_jtag_uart.0.at="nexus0"
-hint.altera_jtag_uart.0.maddr=0x7f000000
-hint.altera_jtag_uart.0.msize=0x40
-hint.altera_jtag_uart.0.irq=0
+#hint.altera_jtag_uart.0.at="nexus0"
+#hint.altera_jtag_uart.0.maddr=0x7f000000
+#hint.altera_jtag_uart.0.msize=0x40
+#hint.altera_jtag_uart.0.irq=0
 
-hint.altera_jtag_uart.1.at="nexus0"
-hint.altera_jtag_uart.1.maddr=0x7f001000
-hint.altera_jtag_uart.1.msize=0x40
+#hint.altera_jtag_uart.1.at="nexus0"
+#hint.altera_jtag_uart.1.maddr=0x7f001000
+#hint.altera_jtag_uart.1.msize=0x40
 
-hint.altera_jtag_uart.2.at="nexus0"
-hint.altera_jtag_uart.2.maddr=0x7f002000
-hint.altera_jtag_uart.2.msize=0x40
+#hint.altera_jtag_uart.2.at="nexus0"
+#hint.altera_jtag_uart.2.maddr=0x7f002000
+#hint.altera_jtag_uart.2.msize=0x40
 
 #
 # On-board DE4 and tPad SD Card IP core



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