Annotation of wikisrc/ports/evbarm.mdwn, revision 1.29
1.1 mspo 1: [[!template id=port
2: port="evbarm"
1.6 mspo 3: port_alt="arm"
1.29 ! leot 4: port_var1="arm"
! 5: port_var2="armeb"
! 6: port_var3="earm"
! 7: port_var4="earmeb"
! 8: port_var5="earmv6hf"
! 9: port_var6="earmv7hf"
! 10: port_var7="earmv7hfeb"
1.25 snj 11: cur_rel="7.0"
1.4 mspo 12: future_rel="7.0"
13: changes_cur="6.0"
14: changes_future="7.0"
1.1 mspo 15: thumbnail="http://www.netbsd.org/images/ports/evbarm/adi_brh.gif"
16: about="""
17: NetBSD/evbarm is the port of NetBSD to various evaluation and prototyping
18: boards based on CPUs implementing the ARM architecture. NetBSD/evbarm also
19: supports some specific embedded system products based on prototype board
20: designs.
21:
1.7 mspo 22: Matt Thomas is the maintainer of NetBSD/evbarm.
1.27 wiki 23:
24: ### Board specific information
25: - [[BeagleBone and BeagleBone Black|BeagleBone]]
1.28 wiki 26: - [[Cubieboard 2, Cubietruck, Cubieboard 4, Banana Pi, and other Allwinner boards|Allwinner]]
1.27 wiki 27: - [[NVIDIA Jetson TK1|Tegra]]
28: - [[ODROID C1 and C1+|ODROID-C1]]
29: - [[Raspberry Pi and Pi 2|Raspberry Pi]]
30:
1.1 mspo 31: """
1.27 wiki 32:
1.1 mspo 33: supported_hardware="""
1.11 wiki 34:
1.18 wiki 35: **NOTE**: This list is incomplete. For a full list of configurations, please see the [evbarm kernel configs](http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/arch/evbarm/conf/) directory in CVS.
36:
1.11 wiki 37: [[!toc startlevel=3]]
38:
1.12 wiki 39: ### ADI Engineering **BRH** ("Big Red Head")
40:
41: The BRH is an evaluation and development platform for the Intel **i80200**
42: XScale processor. The BRH is based on ADI's **BECC** ("Big Endian Companion
43: Chip"). The BRH is capable of both big- and little-endian operation, although
1.21 snj 44: NetBSD currently only supports little-endian operation.
1.12 wiki 45:
46: Support for the BRH was written by Jason Thorpe, and contributed by Wasabi
47: Systems, Inc.
48:
49: * On-board NS16550-compatible serial ports (_com_)
50: * On-board Intel i82559 Ethernet on the PCI bus (_fxp_)
51: * On-chip timer on the BECC (used as system clock)
52: * Other devices inserted into the PCI slot
1.5 wiki 53:
1.12 wiki 54: The BRH comes with 128M of SDRAM. Systems with BECC revision 7 or less are
55: limited to 64M due to the layout of the PCI DMA windows. Users of these
56: systems should obtain an FPGA upgrade from ADI to revision 8 or later of the
57: BECC.
1.5 wiki 58:
1.24 wiki 59: ### Allwinner Technology A20/A31
1.15 wiki 60: Various boards based on [[Allwinner]] SoCs are supported, including the BananaPi, Cubieboard 2, Cubietruck, Cubieboard 4, and Merrii Hummingbird A31.
1.10 wiki 61:
1.12 wiki 62: ### Arcom **Viper**
1.1 mspo 63:
1.12 wiki 64: The Arcom Viper is a single board computer based on the PXA255 XScale
65: processor.
1.1 mspo 66:
1.12 wiki 67: Support for the Arcom Viper was written by Antti Kantee.
1.1 mspo 68:
1.12 wiki 69: * On-chip timers (_saost_ used as system clock)
70: * On-chip serial ports (_com_)
71: * On-board SMC91C111 ethernet (_sm_)
1.1 mspo 72:
1.3 wiki 73: ### ARM, Ltd. **Integrator**
1.1 mspo 74:
75: The Integrator/AP is an ATX form-factor board that is used for development of
76: ARM processor-based designs. It supports up to four processors on plug-in core
77: modules, and provides clocks, a bus interface, and interrupt support. The
78: Integrator/AP also supports logic modules which provide additional
79: peripherals, and can accommodate up to three PCI expansion cards. The
80: Integrator/AP can also be inserted into a CompactPCI backplane.
81:
82: Support for the Integrator was written by Richard Earnshaw, and contributed by
83: ARM, Ltd.
84:
1.2 mspo 85: * PrimeCell PL010 UARTs in the System Controller FPGA (_plcom_)
86: * PrimeCell PL030 Real-time Clock in the System Controller FPGA (_plrtc_)
1.23 ryoon 87: * PrimeCell PL181 MultiMedia Card Interface
1.2 mspo 88: * Other devices inserted into the PCI expansion slots
1.1 mspo 89:
1.12 wiki 90: ### Atmark Techno **Armadillo-9**
91:
92: The Armadillo-9 is a single board computer based on the EP9315 processor.
93:
94: Support for the Armadillo-9 was written by Katsuomi Hamajima.
95:
96: * On-CPU RS232 UARTs (2) (_epcom_)
97: * On-CPU 10/100 Ethernet MAC (_epe_)
98: * system clock from on-CPU timers (_epclk_)
99: * CompactFlash socket (_eppcic_)
100: * USB 1.1 ports (_ohci_)
101:
1.19 wiki 102: ### BeagleBoard.org **BeagleBoard** and **BeagleBoard-xM**
103: The [[BeagleBoard]] is a low-power open-source hardware single-board computer from BeagleBoard.org.
104:
105: ### BeagleBoard.org **BeagleBone** and **BeagleBone Black**
106: The [[BeagleBone]] is a low-cost credit-card-sized computer from BeagleBoard.org.
1.12 wiki 107:
108: ### Gumstix, Inc. **gumstix**
109:
110: The [gumstix](http://www.gumstix.com/) is a small form-factor motherboard
111: based on the PXA255 and PXA270 XScale processor. Supports only PXA255 now.
112:
113: Support for the gumstix was written by KIYOHARA Takashi.
114:
115: * basix
116: * cfstix
117: * etherstix
118: * netCF
119: * netDUO
120: * netDUO-mmc
121: * netMMC
122:
123: When booting, it is necessary to set these with u-boot dynamically.
124:
125: <pre> > go 0xa0200000 busheader=basix</pre>
126:
127: * audiostix
128: * console-st (waysmall - STUART)
129: * console-hw (waysmall)
130: * GPSstix (GPS not test)
131: * tweener
132:
1.26 wiki 133: ### Hardkernel ODROID-C1 and ODROID-C1+
1.16 wiki 134:
135: The [[ODROID-C1]] is a quad core Cortex-A5 small form-factor board from Hardkernel co., Ltd.
136:
1.12 wiki 137: ### Intel **DBPXA250** ("Lubbock")
138:
139: DBPXA250 (a.k.a. Lubbock) is an evaluation and development platform for the
140: Intel **PXA250** XScale Core application processor. More information about the **DBPXA250** can be found at [Intel website](http://www.intel.com/design/pca/applicationsprocessors/swsup/index.htm).
141:
142: Support for the **DBPXA250** was written by Hiroyuki Bessho, and contributed
143: by Genetec Corp.
144:
145: * On-chip timers (_saost_ used as system clock)
146: * On-chip 2 serial port (_com_)
147: * On-board SMC91C96 ethernet (_sm_)
148: * On-board SA-1111 StrongArm companion chip (_sacc_)
149: * PS/2 keyboard (_pckbd_)
150: * 640x480 LCD (_lcd_)
151: * PCMCIA and CF card slots
152:
1.3 wiki 153: ### Intel **IQ31244**
1.1 mspo 154:
155: The IQ31244 is a development platform for the Intel **IOP321** I/O Processor
156: chipset and the Intel **i31244** SATA controller.
157:
158: Initial support for the IQ31244 was written by Jason Thorpe, and contributed
159: by Wasabi Systems, Inc.
160:
1.2 mspo 161: * Quad on-board Intel i31244 SATA controllers on the PCI-X bus (_artsata_)
162: * On-board Intel i82546EB Gigabit Ethernet on the PCI-X bus (_wm_)
163: * On-board NS16550-compatible serial port (_com_)
164: * On-chip timers (TMR0 used as system clock)
165: * On-chip Application Accelerator Unit (_iopaau_)
166: * On-chip watchdog timer (_iopwdog_)
167: * On-board compact flash reader (_wdc_)
168: * Other devices inserted into the PCI-X expansion slot
1.1 mspo 169:
1.3 wiki 170: ### Intel **IQ80310**
1.1 mspo 171:
172: The IQ80310 is the reference platform for the Intel **IOP310** I/O Processor
173: chipset, which is comprised of the i80200 XScale processor and the i80312 I/O
174: Companion chip.
175:
176: Support for the IQ80310 was written by Jason Thorpe and Allen Briggs, and
177: contributed by Wasabi Systems, Inc.
178:
1.2 mspo 179: * On-board Intel i82559 Ethernet on the PCI bus (_fxp_)
180: * On-board timer in the CPLD (used as system clock)
181: * On-board NS16550-compatible serial ports (_com_)
182: * Other devices inserted into the PCI expansion slots
1.1 mspo 183:
1.3 wiki 184: ### Intel **IQ80321**
1.1 mspo 185:
186: The IQ80321 is the reference platform for the Intel **IOP321** I/O Processor
187: (i80321 XScale processor).
188:
189: Support for the IQ80321 was written by Jason Thorpe, and contributed by Wasabi
190: Systems, Inc.
191:
1.2 mspo 192: * On-board Intel i82544EI Gigabit Ethernet on the PCI-X bus (_wm_)
193: * On-board NS16550-compatible serial port (_com_)
194: * On-chip timers (TMR0 used as system clock)
195: * On-chip Application Accelerator Unit (_iopaau_)
196: * On-chip watchdog timer (_iopwdog_)
197: * Other devices inserted into the PCI-X expansion slots
1.1 mspo 198:
1.3 wiki 199: ### Intel **IXM1200**
1.1 mspo 200:
201: The IXM1200 is the reference platform for the Intel **IXP1200** Network
202: Processor.
203:
204: Support for the IXM1200 was written by Ichiro FUKUHARA and Naoto Shimazaki.
205:
1.2 mspo 206: * On-board Intel i82559 Ethernet on the PCI bus (_fxp_)
207: * On-board Intel i21555 Non-Transparent PCI-PCI Bridge (_nppb_)
208: * On-chip timers (ixpclk0 used as system clock)
209: * On-chip serial port (_ixpcom_)
1.1 mspo 210:
1.12 wiki 211: ### NOVATEC **NTNP425B** ("ZAO425")
212:
213: NTNP425B is an evaluation and development platform for the Intel **IXP425**
214: XScale Core NetworkProcessor. NTNP425B is based on the reference board of
215: Intel **IXDP425**. The **NTNP425B** is capable of only big-endian operation.
216: Since the library for micro-engine(NPE) offered from Intel Corp. is big-
217: endian. More information about the **NTNP425B** can be found on [product
218: catalogue of **NTNP425B**(2.5MB,PDF
219: file)](http://www.novatec.co.jp/NTNP425BBrochureE.pdf).
220:
221: Support for the NTNP425B was written by Ichiro FUKUHARA.
222:
223: * On-chip timers (_ixpclk0_ used as system clock)
224: * On-chip 2 serial port (_ixpcom0_ and _ixpcom1_)
225: * Other devices inserted into the PCI/mPCI slot
226: * On-chip watchdog timer (_ixpwdog_)
227:
1.20 wiki 228: ### NVIDIA Tegra K1
229: Support for NVIDIA [[Tegra]] K1 SoCs is present in NetBSD-current. The Jetson TK1 board is currently supported.
230:
1.17 wiki 231: ### Raspberry Pi Foundation **Raspberry Pi**/**Raspberry Pi 2**
232: The [[Raspberry Pi]] is a low-cost credit-card-sized computer from the Raspberry Pi Foundation. Both the Raspberry Pi and Raspberry Pi 2 are supported.
1.12 wiki 233:
1.14 wiki 234: ### Rockchip PX2/RK3066/RK3188/RK3188+
235: Various [[Rockchip]] family SoCs are supported by the ROCKCHIP kernel.
236:
1.3 wiki 237: ### Samsung **SMDK2410**
1.1 mspo 238:
239: The SMDK2410 is the reference platform for the Samsung **S3C2410** processor,
240: which has an ARM920T core.
241:
242: More information on the S3C2410 can be found at [Samsung Electronics web page]
243: (http://www.samsung.com/Products/Semiconductor/MobileSoC/ApplicationProcessor/
244: ARM9Series/S3C2410/S3C2410.htm).
245:
246: Support for the SMDK2410 was written by Hiroyuki Bessho, and contributed by
247: Genetec Corp.
248:
1.2 mspo 249: * On-chip serial ports (_sscom_)
250: * On-chip USB host controller (_ohc_)
251: * On-chip timers (used as system clock)
252: * On-chip SPI (_ssspi_, used for other on-board devices)
253: * 240x320 TFT LCD (_lcd_)
254: * keyboard. (_sskbd_)
1.1 mspo 255:
1.3 wiki 256: ### Samsung **SMDK2800**
1.1 mspo 257:
258: The SMDK2800 is the reference platform for the **Samsung S3C2800** processor,
259: which has an ARM920T core.
260:
261: S3C2800 has built-in PCI controller, and SMDK2800 has three PCI slots.
262:
263: Support for the SMDK2800 was written by Hiroyuki Bessho, and contributed by
264: Fujitsu Component Ltd., and Genetec Corp.
265:
1.2 mspo 266: * On-chip serial ports (_sscom_)
267: * On-chip Host-PCI bridge (_sspci_)
268: * On-chip timers (used as system clock)
269: * Other devices inserted into the PCI slots
1.1 mspo 270:
1.12 wiki 271: ### Team ASA, Inc. **Npwr**
1.1 mspo 272:
1.12 wiki 273: The Npwr is an IOP310-based design targeted at the network-attached storage
274: space. The Npwr comes in several configurations (single or dual Gigabit
275: Ethernet, single or dual Ultra160 SCSI), and can be purchased as a bare board
276: or as a small server appliance. More information on the Npwr can be found at
277: the [Team ASA web page](http://www.teamasa.com/).
1.1 mspo 278:
1.12 wiki 279: Support for the Npwr was written by Jason Thorpe and Allen Briggs, and
280: contributed by Wasabi Systems, Inc.
1.1 mspo 281:
1.12 wiki 282: * On-board Intel i82544 Gigabit Ethernet on the PCI bus (_wm_)
283: * On-board LSI Logic 53c1010 Ultra160 SCSI on the PCI bus (_siop_)
284: * On-board timer in the CPLD (used as system clock)
285: * On-board NS16550-compatible serial port (_com_)
1.1 mspo 286:
1.12 wiki 287: ### Technologic Systems **TS-7200**
1.1 mspo 288:
1.12 wiki 289: The TS-7200 is a low-cost mass-produced PC/104 embedded single board computer
290: intended as a general purpose core for real embedded applications. The TS-7200
291: uses the Cirrus Logic EP9302 ARM9 system-on-chip and comes with a PC/104 (isa)
292: bus and can either boot to CompactFlash or onboard flash. The board also has
293: general purpose digital IO and optional multichannel analog-to-digital
294: converters. More information on the TS-7200 can be found at [Technologic
295: Systems](http://www.embeddedarm.com/epc/ts7200-spec-h.html).
1.1 mspo 296:
1.12 wiki 297: Support for the TS-7200 was written by Jesse Off
1.1 mspo 298:
1.12 wiki 299: * On-CPU RS232 UARTs (2) (_epcom_)
300: * On-CPU 10/100 Ethernet MAC (_epe_)
301: * CompactFlash socket (_wdc_)
302: * USB 1.1 ports (2) (_ohci_)
303: * Watchdog timer on CPLD (_tspld_)
304: * TMP124 high precision temperature sensor via sysctl
305: * 64Hz system clock from on-CPU timers (_epclk_)
306: * HD44780 2x24 text mode LCD (_tslcd_)
307: * 4x4 16 button matrix keypad (_wskbd_)
308: * TS-5620 battery backed RTC daughter-card (_tsrtc_)
309: * 1,2,4 port serial TS-SER daughter cards (_com_)
310: * Up to 4 10Mb TS-ETH10 daughter cards (_tscs_)
311: * Other devices inserted into the PC/104 (_isa_) expansion slot
1.1 mspo 312:
313: """
1.13 wiki 314: additional="""
1.22 wiki 315: * The [NetBSD Diskless HOWTO](http://www.netbsd.org/docs/network/netboot/)
1.1 mspo 316: * [ Porting NetBSD/evbarm to the Arcom Viper](http://www.cs.hut.fi/~pooka/pubs/EuroBSDCon2005/viper.pdf), presented at EuroBSDCon 2005.
317: """
318: ]]
319: [[!tag tier1port]]
CVSweb for NetBSD wikisrc <wikimaster@NetBSD.org> software: FreeBSD-CVSweb