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