Deleted Added
full compact
ATMEL (237883) ATMEL (238189)
1# Kernel configuration to test compile all the atmel bits with one
2# configuration. This kernel will not (presently) boot. Do not copy
3# it to create your own custom config file.
4#
1# Kernel configuration to test compile all the atmel bits with one
2# configuration. This kernel will not (presently) boot. Do not copy
3# it to create your own custom config file.
4#
5# $FreeBSD: head/sys/arm/conf/ATMEL 237883 2012-07-01 06:56:41Z imp $
5# $FreeBSD: head/sys/arm/conf/ATMEL 238189 2012-07-07 05:02:39Z imp $
6
7ident ATMEL
8
9include "../at91/std.atmel"
10
11# Arbitrary values for testing purposes.
12options STARTUP_PAGETABLE_ADDR=0x20800000
13makeoptions KERNPHYSADDR=0x20000000
14makeoptions KERNVIRTADDR=0xc0000000
15options KERNPHYSADDR=0x20000000
16options KERNVIRTADDR=0xc0000000
17
18makeoptions MODULES_OVERRIDE=""
19
20# list all boards here, but not just yet (no multiboard in mainline).
6
7ident ATMEL
8
9include "../at91/std.atmel"
10
11# Arbitrary values for testing purposes.
12options STARTUP_PAGETABLE_ADDR=0x20800000
13makeoptions KERNPHYSADDR=0x20000000
14makeoptions KERNVIRTADDR=0xc0000000
15options KERNPHYSADDR=0x20000000
16options KERNVIRTADDR=0xc0000000
17
18makeoptions MODULES_OVERRIDE=""
19
20# list all boards here, but not just yet (no multiboard in mainline).
21#device at91_board_bwct
22#device at91_board_ethernut5
23#device at91_board_hl200
24#device at91_board_hl201
25#device at91_board_kb920x
26#device at91_board_qila9g20
21options ARM_MANY_BOARD
22device at91_board_bwct
23device at91_board_ethernut5
24device at91_board_hl200
25device at91_board_hl201
26device at91_board_kb920x
27device at91_board_qila9g20
27device at91_board_sam9g20ek
28device at91_board_sam9g20ek
28#device at91_board_sam9x25ek
29#device at91_board_tsc4370
29device at91_board_sam9x25ek
30device at91_board_tsc4370
30
31#makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
32
33options SCHED_4BSD # 4BSD scheduler
34#options PREEMPTION # Enable kernel thread preemption
35options INET # InterNETworking
36options INET6 # IPv6 communications protocols
37options SCTP # Stream Control Transmission Protocol

--- 129 unchanged lines hidden ---
31
32#makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
33
34options SCHED_4BSD # 4BSD scheduler
35#options PREEMPTION # Enable kernel thread preemption
36options INET # InterNETworking
37options INET6 # IPv6 communications protocols
38options SCTP # Stream Control Transmission Protocol

--- 129 unchanged lines hidden ---