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