summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/leon3
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-04-25 15:06:08 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-04-26 07:17:57 +0200
commiteb36d1198cdf9dc1e2f776ef6e1e38755f6d13c5 (patch)
tree14177ad7a58c06a3c537d1e55dae7bc369a1a4b9 /c/src/lib/libbsp/sparc/leon3
parentbsps: Remove unmaintained times files (diff)
downloadrtems-eb36d1198cdf9dc1e2f776ef6e1e38755f6d13c5.tar.bz2
bsps: Move documentation, etc. files to bsps
This patch is a part of the BSP source reorganization. Update #3285.
Diffstat (limited to 'c/src/lib/libbsp/sparc/leon3')
-rw-r--r--c/src/lib/libbsp/sparc/leon3/README35
1 files changed, 0 insertions, 35 deletions
diff --git a/c/src/lib/libbsp/sparc/leon3/README b/c/src/lib/libbsp/sparc/leon3/README
deleted file mode 100644
index 898a196610..0000000000
--- a/c/src/lib/libbsp/sparc/leon3/README
+++ /dev/null
@@ -1,35 +0,0 @@
-#
-# LEON3 BSP README
-#
-#
-#
-
-BSP NAME: leon3
-BUS: AMBA Plug & Play
-CPU FAMILY: sparc
-CPU: LEON3
-
-
-DRIVERS
-=======
-Timer Driver, Console Driver, Opencores Ethernet Driver
-
-Notes
-=====
-
-This BSP supports single LEON3-processor system with minimum peripheral
-configuration of one UART. BSP reads system configuration area to get
-information such as memory mapping and usage of interrupt resources and
-installs device drivers based on this information.
-
-There are no restrictions on memory mapping of UARTS. Console driver
-operates in polled mode.
-
-Console driver uses timer 0 of General Purpose Timer and must be configured
-to use separate interrupts for each timer. No restrictions on memory mapping.
-Interrupt request signal can not be shared with other devices.
-
-Ethernet MAC core can be mapped in arbitrary memory address space and use
-arbitrary interrupt request signal. Interrupt request signal can not be
-shared with other devices.
-