Deleted Added
full compact
GUMSTIX (184193) GUMSTIX (185478)
1# GUMSTIX -- Custom configuration for the Gumstix Basix and Connex boards from
2# gumstix.com
3#
4# For more information on this file, please read the handbook section on
5# Kernel Configuration Files:
6#
7# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
8#
9# The handbook is also available locally in /usr/share/doc/handbook
10# if you've installed the doc distribution, otherwise always see the
11# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
12# latest information.
13#
14# An exhaustive list of options and more detailed explanations of the
15# device lines is also present in the ../../conf/NOTES and NOTES files.
16# If you are in doubt as to the purpose or necessity of a line, check first
17# in NOTES.
18#
1# GUMSTIX -- Custom configuration for the Gumstix Basix and Connex boards from
2# gumstix.com
3#
4# For more information on this file, please read the handbook section on
5# Kernel Configuration Files:
6#
7# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
8#
9# The handbook is also available locally in /usr/share/doc/handbook
10# if you've installed the doc distribution, otherwise always see the
11# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
12# latest information.
13#
14# An exhaustive list of options and more detailed explanations of the
15# device lines is also present in the ../../conf/NOTES and NOTES files.
16# If you are in doubt as to the purpose or necessity of a line, check first
17# in NOTES.
18#
19# $FreeBSD: head/sys/arm/conf/GUMSTIX 184193 2008-10-23 01:51:55Z marcel $
19# $FreeBSD: head/sys/arm/conf/GUMSTIX 185478 2008-11-30 17:53:19Z sam $
20
21ident GUMSTIX
22cpu CPU_XSCALE_PXA2X0
23
24# This probably wants to move somewhere else. Maybe we can create a basic
25# PXA2X0 config, then make a GUMSTIX config that includes the basic one,
26# adds the smc and smcphy devices and pulls in this hints file.
27hints "GUMSTIX.hints"
28
29options PHYSADDR=0xa0000000
30options KERNPHYSADDR=0xa0200000
31options KERNVIRTADDR=0xc0200000 # Used in ldscript.arm
32
33options STARTUP_PAGETABLE_ADDR=0xa0000000
34include "../xscale/pxa/std.pxa"
35#To statically compile in device wiring instead of /boot/device.hints
36#hints "GENERIC.hints" #Default places to look for devices.
20
21ident GUMSTIX
22cpu CPU_XSCALE_PXA2X0
23
24# This probably wants to move somewhere else. Maybe we can create a basic
25# PXA2X0 config, then make a GUMSTIX config that includes the basic one,
26# adds the smc and smcphy devices and pulls in this hints file.
27hints "GUMSTIX.hints"
28
29options PHYSADDR=0xa0000000
30options KERNPHYSADDR=0xa0200000
31options KERNVIRTADDR=0xc0200000 # Used in ldscript.arm
32
33options STARTUP_PAGETABLE_ADDR=0xa0000000
34include "../xscale/pxa/std.pxa"
35#To statically compile in device wiring instead of /boot/device.hints
36#hints "GENERIC.hints" #Default places to look for devices.
37makeoptions MODULES_OVERRIDE=""
37
38makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
39options HZ=100
40#options DEVICE_POLLING
41
42options SCHED_4BSD #4BSD scheduler
43options INET #InterNETworking
44#options INET6 #IPv6 communications protocols

--- 47 unchanged lines hidden ---
38
39makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
40options HZ=100
41#options DEVICE_POLLING
42
43options SCHED_4BSD #4BSD scheduler
44options INET #InterNETworking
45#options INET6 #IPv6 communications protocols

--- 47 unchanged lines hidden ---