source: rtems/c/src/lib/libbsp/no_cpu/no_bsp/README @ bb2b825

4.115
Last change on this file since bb2b825 was 9b4422a2, checked in by Joel Sherrill <joel.sherrill@…>, on 05/03/12 at 15:09:24

Remove All CVS Id Strings Possible Using a Script

Script does what is expected and tries to do it as
smartly as possible.

+ remove occurrences of two blank comment lines

next to each other after Id string line removed.

+ remove entire comment blocks which only exited to

contain CVS Ids

+ If the processing left a blank line at the top of

a file, it was removed.

  • Property mode set to 100644
File size: 2.0 KB
Line 
1#  This is a sample hardware description file for a BSP.  This comment
2#  block does not have to appear in a real one.  The intention of this
3#  file is to provide a central place to look when searching for
4#  information about a board when starting a new BSP.  For example,
5#  you may want to find an existing timer driver for the chip you are
6#  using on your board.  It is easier to grep for the chip name in
7#  all of the HARDWARE files than to peruse the source tree.  Hopefully,
8#  making the HARDDWARE files accurate will also alleviate the common
9#  problem of not knowing anything about a board based on its BSP
10#  name.
11#
12#  NOTE:  If you have a class of peripheral chip on board which
13#         is not in this list please add it to this file so
14#         others will also use the same name.
15#
16#         Timer resolution is the way it is configured in this BSP.
17#         On a counting timer, this is the length of time which
18#         corresponds to 1 count.
19#
20
21BSP NAME:           fastsbc1
22BOARD:              Fasssst Computers, Fast SBC-1
23BUS:                SchoolBus
24CPU FAMILY:         i386
25CPU:                Intel Hexium
26COPROCESSORS:       Witch Hex87
27MODE:               32 bit mode
28
29DEBUG MONITOR:      HexBug
30
31PERIPHERALS
32===========
33TIMERS:             Intel i8254
34  RESOLUTION:         .0001 microseconds
35SERIAL PORTS:       Zilog Z8530 (with 2 ports)
36REAL-TIME CLOCK:    RTC-4
37DMA:                Intel i8259
38VIDEO:              none
39SCSI:               none
40NETWORKING:         none
41
42DRIVER INFORMATION
43==================
44CLOCK DRIVER:       RTC-4
45IOSUPP DRIVER:      Zilog Z8530 port A
46SHMSUPP:            polled and interrupts
47TIMER DRIVER:       Intel i8254
48TTY DRIVER:         stub only
49
50STDIO
51=====
52PORT:               Console port 0
53ELECTRICAL:         RS-232
54BAUD:               9600
55BITS PER CHARACTER: 8
56PARITY:             None
57STOP BITS:          1
58
59NOTES
60=====
61
62(1) 900 Mhz and 950 Mhz versions.
63
64(2) 1 Gb or 2 Gb RAM.
65
66(3) PC compatible if HexBug not enabled.
Note: See TracBrowser for help on using the repository browser.