source: rtems/c/src/lib/libbsp/sparc64/niagara/README @ 4d6f5f5

4.115
Last change on this file since 4d6f5f5 was 4d6f5f5, checked in by Joel Sherrill <joel.sherrill@…>, on 06/17/10 at 16:20:34

2010-06-17 Joel Sherrill <joel.sherrill@…>

  • ChangeLog?, Makefile.am, README, bsp_specs, configure.ac, preinstall.am, include/bsp.h, include/tm27.h, make/custom/niagara.cfg, start/bspinit.S: New files.
  • Property mode set to 100644
File size: 1.4 KB
Line 
1#
2#  $Id$
3#
4
5BSP NAME:           niagara
6BOARD:             
7BUS:                n/a
8CPU FAMILY:         SPARC V9 with UltraSPARC Architecture 2005 (a.k.a. sun4v)
9CPU:                UltraSPARC T1 (OpenSPARC T1)
10COPROCESSORS:       
11MODE:               n/a
12
13DEBUG MONITOR:     
14
15PERIPHERALS
16===========
17TIMERS:             TICK and STICK registers (ASRs 4 and 24)
18  RESOLUTION:         CPU clock resolution
19SERIAL PORTS:       
20REAL-TIME CLOCK:   
21DMA:                none
22VIDEO:              none
23SCSI:               none
24NETWORKING:         none
25
26DRIVER INFORMATION
27==================
28CLOCK DRIVER:       
29IOSUPP DRIVER:     
30SHMSUPP:           
31TIMER DRIVER:       
32TTY DRIVER:         
33
34STDIO
35=====
36PORT:               
37ELECTRICAL:         
38BAUD:               
39BITS PER CHARACTER:
40PARITY:             
41STOP BITS:         
42
43NOTES
44=====
45
46Board description
47-----------------
48clock rate:     
49bus width:     
50ROM:           
51RAM:           
52
53This BSP is designed to operate on the UltraSPARC T1 (Niagara) SPARC64
54and similar processors.
55
56This BSP has been run on the Simics simulator with the niagara target, which
57simulates the OpenSPARC T1 Niagara implementation.
58
59This BSP has been run on the M5 simulator with the SPARC_FS target, which
60simulates the OpenSPARC T1 Niagara implementation.
61
62Simics:
63A commercially available simulator licensed by Virtutech.
64https://www.simics.net/
65
66M5:
67An open-source simulator.
68http://www.m5sim.org/wiki/index.php/Main_Page
69
Note: See TracBrowser for help on using the repository browser.