2014-05-23 17:56:18 +04:00
|
|
|
# $NetBSD: files.gumstix,v 1.18 2014/05/23 13:56:18 kiyohara Exp $
|
2006-10-16 20:40:14 +04:00
|
|
|
#
|
2007-07-12 05:58:32 +04:00
|
|
|
# Gumstix. Inc. Gumstix boards configuration info
|
2006-10-16 20:40:14 +04:00
|
|
|
#
|
|
|
|
|
2014-05-23 17:56:18 +04:00
|
|
|
file arch/arm/arm32/arm32_boot.c
|
|
|
|
file arch/arm/arm32/arm32_kvminit.c
|
|
|
|
file arch/arm/arm32/arm32_reboot.c
|
|
|
|
|
2006-10-16 20:40:14 +04:00
|
|
|
file arch/evbarm/gumstix/gumstix_machdep.c
|
2010-07-10 12:17:48 +04:00
|
|
|
defflag opt_gumstix.h GUMSTIX
|
|
|
|
GUMSTIX_NETBSD_ARGS_BUSHEADER
|
2010-03-07 12:18:51 +03:00
|
|
|
GUMSTIX_NETBSD_ARGS_CONSOLE
|
2006-10-16 20:40:14 +04:00
|
|
|
|
|
|
|
# CPU support and integrated peripherals
|
|
|
|
include "arch/arm/xscale/files.pxa2x0"
|
|
|
|
|
|
|
|
# gumstix devices
|
|
|
|
device gxio {[addr = -1], [gpirq = -1]}
|
|
|
|
attach gxio at pxaip
|
2007-01-18 13:15:20 +03:00
|
|
|
defflag opt_gxio.h GXIO_BLUETOOTH_ON_HWUART
|
2007-08-21 16:26:17 +04:00
|
|
|
defparam opt_gxio.h GXIO_DEFAULT_EXPANSION
|
2006-10-16 20:40:14 +04:00
|
|
|
file arch/evbarm/gumstix/gxio.c gxio
|
|
|
|
|
|
|
|
# SMSC LAN91C111
|
|
|
|
attach sm at gxio with sm_gxio
|
|
|
|
file arch/evbarm/gumstix/if_sm_gxio.c sm_gxio
|
|
|
|
|
2007-08-21 16:26:17 +04:00
|
|
|
# PCMCIA/CF socket
|
2009-08-09 11:10:13 +04:00
|
|
|
attach pxapcic at pxaip with gxpcic
|
|
|
|
file arch/evbarm/gumstix/gxpcic.c gxpcic
|
2007-08-21 16:36:18 +04:00
|
|
|
|
|
|
|
# Inter-Integrated Circuit controller
|
|
|
|
device gxiic: pxaiic, i2cbus
|
|
|
|
attach gxiic at pxaip
|
|
|
|
file arch/evbarm/gumstix/gxiic.c gxiic
|
2009-04-21 07:00:29 +04:00
|
|
|
|
|
|
|
# MMC/SD controller
|
|
|
|
attach pxamci at pxaip with gxmci
|
|
|
|
file arch/evbarm/gumstix/gxmci.c gxmci
|
2009-08-09 11:10:13 +04:00
|
|
|
|
|
|
|
# SMSC LAN9118
|
|
|
|
attach smsh at gxio with smsh_gxio
|
|
|
|
file arch/evbarm/gumstix/if_smsh_gxio.c smsh_gxio
|
|
|
|
|
|
|
|
# LCD frame buffer
|
|
|
|
attach lcd at pxaip with gxlcd
|
|
|
|
file arch/evbarm/gumstix/gxlcd.c gxlcd
|