Module Name: src Committed By: matt Date: Tue Mar 9 22:35:50 UTC 2010
Added Files: src/sys/arch/powerpc/conf: files.booke Log Message: Add PPC BookE files. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/sys/arch/powerpc/conf/files.booke Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Added files: Index: src/sys/arch/powerpc/conf/files.booke diff -u /dev/null src/sys/arch/powerpc/conf/files.booke:1.1 --- /dev/null Tue Mar 9 22:35:50 2010 +++ src/sys/arch/powerpc/conf/files.booke Tue Mar 9 22:35:50 2010 @@ -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