Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/powerpc/conf Add PPC BookE files.
details: https://anonhg.NetBSD.org/src/rev/107068dcbaf7
branches: trunk
changeset: 752876:107068dcbaf7
user: matt <matt%NetBSD.org@localhost>
date: Tue Mar 09 22:35:50 2010 +0000
description:
Add PPC BookE files.
diffstat:
sys/arch/powerpc/conf/files.booke | 42 +++++++++++++++++++++++++++++++++++++++
1 files changed, 42 insertions(+), 0 deletions(-)
diffs (46 lines):
diff -r 40db1cb89aa5 -r 107068dcbaf7 sys/arch/powerpc/conf/files.booke
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/powerpc/conf/files.booke Tue Mar 09 22:35:50 2010 +0000
@@ -0,0 +1,42 @@
+# $NetBSD: files.booke,v 1.1 2010/03/09 22:35:50 matt Exp $
+#
+# PPC BookE specific configuration info
+
+#include "arch/powerpc/fpu/files.fpu"
+
+# Board Properties
+file arch/powerpc/booke/board_prop.c
+
+# Processor Local Bus
+#device cpuchip {[device = -1], [core = -1]}: gpiobus
+device cpuchip {}: gpiobus
+attach cpuchip at root
+file arch/powerpc/booke/dev/cpuchip.c cpuchip
+file arch/powerpc/booke/dev/gpio.c gpio
+
+# On-chip Peripheral Bus
+device obio {[addr = -1], [irq = -1]}
+attach obio at cpuchip
+file arch/powerpc/booke/dev/obio.c obio
+
+device cpu {}
+attach cpu at cpuchip
+file arch/powerpc/booke/cpu.c
+
+device ecc
+attach ecc at cpuchip with ecc_cpuchip
+file arch/powerpc/booke/dev/ecc_cpuchip.c ecc_cpuchip
+
+# On-chip com device(s)
+attach com at cpuchip with com_cpuchip
+file arch/powerpc/booke/dev/com_cpuchip.c com_cpuchip
+
+# On-chip ethernet device(s)
+device estec: ether, ifnet, arp, mii
+attach estec at cpuchip
+file arch/powerpc/booke/dev/if_etsec.c etsec
+
+# Watchdog timer
+device wdog: sysmon_wdog
+attach wdog at cpuchip
+file arch/powerpc/booke/dev/wdog.c wdog
Home |
Main Index |
Thread Index |
Old Index