Fri Sep 19 14:39:34 2014 UTC ()
Cleanup ODROID-U config


(reinoud)
diff -r1.13 -r1.14 src/sys/arch/evbarm/conf/ODROID-U

cvs diff -r1.13 -r1.14 src/sys/arch/evbarm/conf/Attic/ODROID-U (expand / switch to unified diff)

--- src/sys/arch/evbarm/conf/Attic/ODROID-U 2014/08/23 20:26:57 1.13
+++ src/sys/arch/evbarm/conf/Attic/ODROID-U 2014/09/19 14:39:34 1.14
@@ -1,43 +1,45 @@ @@ -1,43 +1,45 @@
1# 1#
2# $NetBSD: ODROID-U,v 1.13 2014/08/23 20:26:57 dholland Exp $ 2# $NetBSD: ODROID-U,v 1.14 2014/09/19 14:39:34 reinoud Exp $
3# 3#
4# ODROID-U -- ODROID-U series Exynos Kernel 4# ODROID-U -- ODROID-U series Exynos Kernel
5# 5#
6 6
7include "arch/evbarm/conf/std.odroid" 7include "arch/evbarm/conf/std.odroid"
8 8
9# estimated number of users 9# estimated number of users
10 10
11maxusers 32 11maxusers 32
12 12
13# Standard system options 13# Standard system options
14 14
15options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 15options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
16#options NTP # NTP phase/frequency locked loop 16#options NTP # NTP phase/frequency locked loop
17 17
18# CPU options 18# CPU options
19options CPU_CORTEX 19options CPU_CORTEX
20options CPU_CORTEXA9 20options CPU_CORTEXA9
21options EXYNOS4120 21options EXYNOS4120
22options EXYNOS4212 22options EXYNOS4212
23options EXYNOS4412 23options EXYNOS4412
24options EXYNOS4412P 24options EXYNOS4412P
25#options MULTIPROCESSOR 25#options MULTIPROCESSOR
26options PMAPCOUNTERS 26options PMAPCOUNTERS
27options BUSDMA_COUNTERS 27options BUSDMA_COUNTERS
28options EXYNOS_CONSOLE_EARLY 28options EXYNOS_CONSOLE_EARLY
29options UVMHIST 29#options UVMHIST
30#options UVMHIST_PRINT,KERNHIST_DELAY=0 30#options UVMHIST_PRINT,KERNHIST_DELAY=0
 31#options KERNHIST
 32#options USBHIST
31options __HAVE_MM_MD_DIRECT_MAPPED_PHYS 33options __HAVE_MM_MD_DIRECT_MAPPED_PHYS
32options PMAP_NEED_ALLOC_POOLPAGE 34options PMAP_NEED_ALLOC_POOLPAGE
33 35
34# Specify the memory size in megabytes (optional). 36# Specify the memory size in megabytes (optional).
35#options MEMSIZE=2048 37#options MEMSIZE=2048
36 38
37# File systems 39# File systems
38file-system FFS # UFS 40file-system FFS # UFS
39#file-system LFS # log-structured file system 41#file-system LFS # log-structured file system
40file-system MFS # memory file system 42file-system MFS # memory file system
41file-system NFS # Network file system 43file-system NFS # Network file system
42#file-system ADOSFS # AmigaDOS-compatible file system 44#file-system ADOSFS # AmigaDOS-compatible file system
43#file-system EXT2FS # second extended file system (linux) 45#file-system EXT2FS # second extended file system (linux)
@@ -133,76 +135,76 @@ options KTRACE # system call tracing,  @@ -133,76 +135,76 @@ options KTRACE # system call tracing,
133options MIIVERBOSE # Verbose MII autoconfuration messages 135options MIIVERBOSE # Verbose MII autoconfuration messages
134#options DDB_KEYCODE=0x40 136#options DDB_KEYCODE=0x40
135#options USERCONF # userconf(4) support 137#options USERCONF # userconf(4) support
136#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 138#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
137 139
138# Development and Debugging options 140# Development and Debugging options
139 141
140#options PERFCTRS # performance counters 142#options PERFCTRS # performance counters
141options DIAGNOSTIC # internal consistency checks 143options DIAGNOSTIC # internal consistency checks
142options DEBUG 144options DEBUG
143options LOCKDEBUG 145options LOCKDEBUG
144#options PMAP_DEBUG # Enable pmap_debug_level code 146#options PMAP_DEBUG # Enable pmap_debug_level code
145#options IPKDB # remote kernel debugging 147#options IPKDB # remote kernel debugging
146#options VERBOSE_INIT_ARM # verbose bootstraping messages 148options VERBOSE_INIT_ARM # verbose bootstraping messages
147options DDB # in-kernel debugger 149options DDB # in-kernel debugger
148options DDB_ONPANIC=1 150options DDB_ONPANIC=1
149options DDB_HISTORY_SIZE=100 # Enable history editing in DDB 151options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
150#options KGDB 152#options KGDB
151makeoptions DEBUG="-g" # compile full symbol table 153makeoptions DEBUG="-g" # compile full symbol table
152makeoptions COPY_SYMTAB=1 154makeoptions COPY_SYMTAB=1
153 155
154## USB Debugging options 156## USB Debugging options
155options USB_DEBUG 157options USB_DEBUG
156options EHCI_DEBUG 158options EHCI_DEBUG
157options OHCI_DEBUG 159options OHCI_DEBUG
158options UHUB_DEBUG 160options UHUB_DEBUG
159options USBVERBOSE 161options USBVERBOSE
160 162
161# Valid options for BOOT_ARGS: 163# Valid options for BOOT_ARGS:
162# single Boot to single user only 164# single Boot to single user only
163# kdb Give control to kernel debugger 165# kdb Give control to kernel debugger
164# ask Ask for file name to reboot from 166# ask Ask for file name to reboot from
165# memorydisk=<n> Set memorydisk size to <n> KB 167# memorydisk=<n> Set memorydisk size to <n> KB
166# quiet Show aprint_naive output 168# quiet Show aprint_naive output
167# verbose Show aprint_normal and aprint_verbose output 169# verbose Show aprint_normal and aprint_verbose output
168#options BOOT_ARGS="\"\"" 170options BOOT_ARGS="\"verbose\""
169 171
170config netbsd root on ? type ? 172config netbsd root on ? type ?
171 173
172# The main bus device 174# The main bus device
173mainbus0 at root 175mainbus0 at root
174 176
175# The boot cpu and secondary CPUs 177# The boot cpu and secondary CPUs
176cpu0 at mainbus? 178cpu0 at mainbus?
177#cpu? at mainbus? # Multiprocessor 179#cpu? at mainbus? # Multiprocessor
178 180
179# A9 core devices 181# A9 core devices
180armperiph0 at mainbus? 182armperiph0 at mainbus?
181arml2cc0 at armperiph? # L2 Cache Controller 183arml2cc0 at armperiph? # L2 Cache Controller
182armgic0 at armperiph? # Interrupt Controller 184armgic0 at armperiph? # Interrupt Controller
183 185
184# Exynos SoC 186# Exynos SoC
185exyo0 at mainbus? 187exyo0 at mainbus?
186 188
187# Integrated Samsung devices 189# Integrated Samsung devices
188mct0 at exyo0 190mct0 at exyo0
189 191
190# Integrated Samsung UARTs 192# Integrated Samsung UARTs
191sscom0 at exyo0 port 0 # UART0, expansion 193sscom0 at exyo0 port 0 # UART0, expansion
192sscom1 at exyo0 port 1 # UART1, console 194sscom1 at exyo0 port 1 # UART1, console
193 195
194# Exynos Watchdog Timer 196# Exynos Watchdog Timer
195exyowdt0 at exyo0 flags 1 # watchdog 197exyowdt0 at exyo0 flags 0 # watchdog
196 198
197# GPIO 199# GPIO
198exyogpio0 at exyo0 200exyogpio0 at exyo0
199gpio* at exyogpio? 201gpio* at exyogpio?
200 202
201# On-board USB 203# On-board USB
202exyousb* at exyo0 204exyousb* at exyo0
203ohci* at exyousb? 205ohci* at exyousb?
204ehci* at exyousb? 206ehci* at exyousb?
205usb* at ohci? 207usb* at ohci?
206usb* at ehci? 208usb* at ehci?
207 209
208# Network phy for the LAN9730 210# Network phy for the LAN9730