summaryrefslogtreecommitdiff
path: root/sys/arch/armv7/conf/RAMDISK
blob: 5798050e233487f33040b340e631784929c34172 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
#	$OpenBSD: RAMDISK,v 1.1 2015/05/20 01:44:20 jsg Exp $

machine		armv7 arm

makeoptions	KERNEL_BASE_VIRT="0xc0300000"

maxusers	4			# estimated number of users
option		CPU_ARMv7		# Support the ARMv7

option		TIMEZONE=0
option		DST=0
option		SMALL_KERNEL
option		NO_PROPOLICE
option		BOOT_CONFIG

option		MINIROOTSIZE=10240
option		RAMDISK_HOOKS

option		FFS
option		MSDOSFS
option		INET
option		INET6
option		EXT2FS

option		USBVERBOSE

config		bsd root on rd0a swap on rd0b

# The main bus device
mainbus0	at root
cpu0		at mainbus?

# Cortex-A9
cortex0		at mainbus?
ampintc*	at cortex?
amptimer*	at cortex?
#agtimer*	at cortex?
armliicc*	at cortex?

# iMX
imx0		at mainbus?		# iMX SoC
imxccm*		at imx?			# clock control module
imxiomuxc*	at imx?			# iomux controller
imxdog*		at imx?			# watchdog timer
imxocotp*	at imx?			# on-chip otp controller
imxgpio*	at imx?			# user-visible GPIO pins?
imxenet*	at imx?			# ethernet
imxuart*	at imx?			# onboard uarts
imxiic*		at imx?			# i2c
iic*		at imxiic?
imxesdhc*	at imx?			# SDHC controller
sdmmc*		at imxesdhc?		# SD/MMC bus
ahci*		at imx?			# AHCI/SATA
ehci*		at imx?			# EHCI (shim)
usb*		at ehci?

# OMAP3xxx/OMAP4xxx SoC
omap0		at mainbus?
omapid*		at omap?

# OMAP on-chip devices
intc*		at omap?		# OMAP3 interrupt controller
edma*		at omap?		# OMAP3 dma controller
prcm*		at omap?		# power/clock controller
sitaracm*	at omap?		# sitara control module
omdog*		at omap?		# watchdog timer
omgpio*		at omap?		# user-visible GPIO pins?
gpio*		at omgpio?
#tiiic*		at omap?
#iic*		at tiiic?
gptimer*	at omap?		# general purpose timers
dmtimer*	at omap?		# am335x dual mode timers
omusbtll*	at omap?
cpsw*		at omap?
com*		at omap?		# onboard uarts
ommmc*		at omap?		# SD/MMC card controller
sdmmc*		at ommmc?		# SD/MMC bus

ehci*		at omap?		# EHCI (shim)
usb*		at ehci?

# Sunxi A1x/A20 SoC
sunxi0		at mainbus?

# Sunxi on-chip devices
a1xintc*	at sunxi?		# A1x interrupt controller
sxipio*		at sunxi?		# GPIO pins for leds & PHYs
gpio*		at sxipio?
sxiccmu*	at sunxi?		# Clock Control Module/Unit
sxitimer*	at sunxi?
sxidog*		at sunxi?		# watchdog timer
sxirtc*		at sunxi?		# Real Time Clock
sxiuart*	at sunxi?		# onboard UARTs
sxie*		at sunxi?
ahci*		at sunxi?		# AHCI/SATA (shim)
ehci*		at sunxi?		# EHCI (shim)
usb*		at ehci?	#flags 0x1
#ohci*		at sunxi?
#usb*		at ohci?

# USB bus support
usb*		at ehci?	flags 0x1
uhub*		at usb?
uhub*		at uhub?

umodem*		at uhub?		# USB Modems/Serial
ucom*		at umodem?
uvisor*		at uhub?		# Handspring Visor
ucom*		at uvisor?
uvscom*		at uhub?		# SUNTAC Slipper U VS-10U serial
ucom*		at uvscom?
ubsa*		at uhub?		# Belkin serial adapter
ucom*		at ubsa?
uftdi*		at uhub?		# FTDI FT8U100AX serial adapter
ucom*		at uftdi?
uplcom*		at uhub?		# I/O DATA USB-RSAQ2 serial adapter
ucom*		at uplcom?
umct*		at uhub?		# MCT USB-RS232 serial adapter
ucom*		at umct?
uaudio*		at uhub?		# USB Audio
audio*		at uaudio?
umidi*		at uhub?		# USB MIDI
midi*		at umidi?
ulpt*		at uhub?		# USB Printers
umass*		at uhub?		# USB Mass Storage devices
uhidev*		at uhub?		# Human Interface Devices
ukbd*		at uhidev?		# USB keyboard
wskbd*		at ukbd? mux 1
uslhcom*	at uhidev?		# Silicon Labs CP2110 USB HID UART
ucom*		at uslhcom?
uhid*		at uhidev?		# USB generic HID support
aue*		at uhub?		# ADMtek AN986 Pegasus Ethernet
atu*		at uhub?		# Atmel AT76c50x based 802.11b
axe*		at uhub?		# ASIX Electronics AX88172 USB Ethernet
axen*		at uhub?		# ASIX Electronics AX88179 USB Ethernet
cue*		at uhub?		# CATC USB-EL1201A based Ethernet
kue*		at uhub?		# Kawasaki KL5KUSB101B based Ethernet
smsc*		at uhub?		# SMSC LAN95xx Ethernet
cdce*		at uhub?		# CDC Ethernet
upl*		at uhub?		# Prolific PL2301/PL2302 host-to-host
ugl*		at uhub?		# Genesys Logic GL620USB-A host-to-host
udav*		at uhub?		# Davicom DM9601 based Ethernet
url*		at uhub?		# Realtek RTL8150L based adapters
wi*		at uhub?		# WaveLAN IEEE 802.11DS
udsbr*		at uhub?		# D-Link DSB-R100 radio
radio*		at udsbr?		# USB radio
ugen*		at uhub?		# USB Generic driver
rum*		at uhub?		# Ralink RT2501USB/RT2601USB

atphy*		at mii?			# Attansic F1 PHYs
rgephy*		at mii?			# Realtek 8169S/8110S PHY
rlphy*		at mii?			# Realtek 8139 internal PHYs
ukphy*		at mii?			# "unknown" PHYs

scsibus*	at scsi?
sd*		at scsibus?
cd*		at scsibus?

pseudo-device	loop 1
pseudo-device	bpfilter 1
pseudo-device	rd 1