source: rtems/c/src/lib/libbsp/sparc/leon3/README @ 64a04ac

4.115
Last change on this file since 64a04ac 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: 1008 bytes
Line 
1#
2#  LEON3 BSP README
3#
4#
5#
6
7BSP NAME:           leon3
8BUS:                AMBA Plug & Play
9CPU FAMILY:         sparc
10CPU:                LEON3
11                   
12
13DRIVERS
14=======
15Timer Driver, Console Driver, Opencores Ethernet Driver
16
17Notes
18=====
19
20This BSP supports single LEON3-processor system with minimum peripheral
21configuration of one UART. BSP reads system configuration area to get
22information such as memory mapping and usage of interrupt resources and
23installs device drivers based on this information.
24
25There are no restrictions on memory mapping of UARTS. Console driver
26operates in polled mode.
27
28Console driver uses timer 0 of General Purpose Timer and must be configured
29to use separate interrupts for each timer. No restrictions on memory mapping.
30Interrupt request signal can not be shared with other devices. 
31
32Ethernet MAC core can be mapped in arbitrary memory address space and use
33arbitrary interrupt request signal. Interrupt request signal can not be
34shared with other devices.
35
Note: See TracBrowser for help on using the repository browser.