Annotation of wikisrc/ports/evbarm.mdwn, revision 1.10

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

CVSweb for NetBSD wikisrc <wikimaster@NetBSD.org> software: FreeBSD-CVSweb