cvs commit: src/sys/arm/conf GUMSTIX GUMSTIX.hints
src/sys/arm/include intr.h src/sys/arm/xscale/pxa files.pxa
if_smc_smi.c pxa_gpio.c pxa_icu.c pxa_machdep.c pxa_obio.c
pxa_smi.c pxa_space.c pxa_timer.c pxareg.h pxavar.h std.pxa ...
Benno Rice
benno at FreeBSD.org
Fri Jun 6 05:09:12 UTC 2008
benno 2008-06-06 05:08:09 UTC
FreeBSD src repository
Modified files:
sys/arm/include intr.h
sys/conf options.arm
Added files:
sys/arm/conf GUMSTIX GUMSTIX.hints
sys/arm/xscale/pxa files.pxa if_smc_smi.c pxa_gpio.c
pxa_icu.c pxa_machdep.c pxa_obio.c
pxa_smi.c pxa_space.c pxa_timer.c
pxareg.h pxavar.h std.pxa uart_bus_pxa.c
uart_cpu_pxa.c
Log:
SVN rev 179595 on 2008-06-06 05:08:09Z by benno
Support for the XScale PXA255 SoC as found on the Gumstix Basix and Connex
boards. This is enough to net-boot to multiuser.
Also supported is the SMSC LAN91C111 parts used on the netCF, netDUO and netMMC
add-on boards.
I'll be putting some instructions on how to boot this on the Gumstix boards
online soon.
This is still fairly rough and will be refined over time but I felt it was
better to get this out there where other people can help out.
Revision Changes Path
1.1 +93 -0 src/sys/arm/conf/GUMSTIX (new)
1.1 +19 -0 src/sys/arm/conf/GUMSTIX.hints (new)
1.9 +3 -0 src/sys/arm/include/intr.h
1.1 +17 -0 src/sys/arm/xscale/pxa/files.pxa (new)
1.1 +124 -0 src/sys/arm/xscale/pxa/if_smc_smi.c (new)
1.1 +358 -0 src/sys/arm/xscale/pxa/pxa_gpio.c (new)
1.1 +258 -0 src/sys/arm/xscale/pxa/pxa_icu.c (new)
1.1 +576 -0 src/sys/arm/xscale/pxa/pxa_machdep.c (new)
1.1 +388 -0 src/sys/arm/xscale/pxa/pxa_obio.c (new)
1.1 +355 -0 src/sys/arm/xscale/pxa/pxa_smi.c (new)
1.1 +329 -0 src/sys/arm/xscale/pxa/pxa_space.c (new)
1.1 +317 -0 src/sys/arm/xscale/pxa/pxa_timer.c (new)
1.1 +759 -0 src/sys/arm/xscale/pxa/pxareg.h (new)
1.1 +112 -0 src/sys/arm/xscale/pxa/pxavar.h (new)
1.1 +9 -0 src/sys/arm/xscale/pxa/std.pxa (new)
1.1 +87 -0 src/sys/arm/xscale/pxa/uart_bus_pxa.c (new)
1.1 +69 -0 src/sys/arm/xscale/pxa/uart_cpu_pxa.c (new)
1.20 +1 -0 src/sys/conf/options.arm
More information about the cvs-src
mailing list