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