9722a61504
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.
10 lines
292 B
Plaintext
10 lines
292 B
Plaintext
# XScale PXA generic configuration
|
|
# $FreeBSD$
|
|
files "../xscale/pxa/files.pxa"
|
|
include "../xscale/std.xscale"
|
|
makeoptions KERNPHYSADDR=0xa0200000
|
|
makeoptions KERNVIRTADDR=0xc0200000
|
|
makeoptions CONF_CFLAGS=-mcpu=xscale
|
|
options XSCALE_CACHE_READ_WRITE_ALLOCATE
|
|
options ARM_USE_SMALL_ALLOC
|