svn commit: r187519 - projects/mips/sys/mips/conf

Oleksandr Tymoshenko gonzo at FreeBSD.org
Tue Jan 20 22:30:54 PST 2009


Author: gonzo
Date: Wed Jan 21 06:30:53 2009
New Revision: 187519
URL: http://svn.freebsd.org/changeset/base/187519

Log:
  - Add apb and uart hints for AR71XX kernel

Added:
  projects/mips/sys/mips/conf/AR71XX.hints
Modified:
  projects/mips/sys/mips/conf/AR71XX

Modified: projects/mips/sys/mips/conf/AR71XX
==============================================================================
--- projects/mips/sys/mips/conf/AR71XX	Wed Jan 21 06:29:41 2009	(r187518)
+++ projects/mips/sys/mips/conf/AR71XX	Wed Jan 21 06:30:53 2009	(r187519)
@@ -10,6 +10,7 @@ makeoptions	TARGET_BIG_ENDIAN
 makeoptions	KERNLOADADDR=0x80050000
 
 files		"../atheros/files.ar71xx"
+hints		"AR71XX.hints"
 
 makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
 makeoptions	MODULES_OVERRIDE=""

Added: projects/mips/sys/mips/conf/AR71XX.hints
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ projects/mips/sys/mips/conf/AR71XX.hints	Wed Jan 21 06:30:53 2009	(r187519)
@@ -0,0 +1,12 @@
+# $FreeBSD$
+hint.apb.0.at="nexus0"
+hint.apb.0.maddr=0x18000000
+hint.apb.0.msize=0x01000000
+hint.apb.0.irq=4
+
+# uart0
+hint.uart.0.at="apb0"
+# see atheros/uart_cpu_ar71xx.c why +3
+hint.uart.0.maddr=0x18020003
+hint.uart.0.msize=0x18
+hint.uart.0.irq=3


More information about the svn-src-projects mailing list