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