summaryrefslogtreecommitdiffstats
path: root/user/bsps
diff options
context:
space:
mode:
authorPragnesh Patel <pragnesh.patel@sifive.com>2019-11-29 07:42:46 +0000
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-11-29 08:45:38 +0100
commitf0864b3835de4f6336f06c1cefc2fbc38692166b (patch)
tree9757b2fbb710a49e49816f2a24d67d3f2cbc96cb /user/bsps
parentbsp-howto/miscellanous_support.rst: Fix grammar mistake. (diff)
downloadrtems-docs-f0864b3835de4f6336f06c1cefc2fbc38692166b.tar.bz2
user: Add frdme310arty BSP varient
Signed-off-by: Pragnesh Patel <pragnesh.patel@sifive.com> Update #3785.
Diffstat (limited to 'user/bsps')
-rw-r--r--user/bsps/bsps-riscv.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/user/bsps/bsps-riscv.rst b/user/bsps/bsps-riscv.rst
index c3ca098..0799ad6 100644
--- a/user/bsps/bsps-riscv.rst
+++ b/user/bsps/bsps-riscv.rst
@@ -36,6 +36,8 @@ This BSP offers 13 variants:
* rv64imafdc_medany
+* frdme310arty
+
Each variant corresponds to a GCC multilib. A particular variant reflects an
ISA with ABI and code model choice.
@@ -87,6 +89,10 @@ The following options are available at the configure command line.
``RISCV_RAM_REGION_SIZE``
The size of the RAM region for linker command file (default 64MiB).
+``RISCV_ENABLE_FRDME310ARTY_SUPPORT``
+ Enables support sifive Freedom E310 Arty board if defined to a non-zero
+ value,otherwise it is disabled (disabled by default)
+
Interrupt Controller
--------------------
@@ -111,6 +117,8 @@ The console driver supports devices compatible to
* "ns16750" (see ``RISCV_CONSOLE_MAX_NS16550_DEVICES`` BSP option).
+* "sifive,uart0" (see ``RISCV_ENABLE_FRDME310ARTY_SUPPORT`` BSP option).
+
They are initialized according to the device tree. The console driver does not
configure the pins or peripheral clocks. The console device is selected
according to the device tree "/chosen/stdout-path" property value.