[rtems-docs commit] user: Add frdme310arty BSP varient

Sebastian Huber sebh at rtems.org
Fri Nov 29 07:46:00 UTC 2019


Module:    rtems-docs
Branch:    master
Commit:    f0864b3835de4f6336f06c1cefc2fbc38692166b
Changeset: http://git.rtems.org/rtems-docs/commit/?id=f0864b3835de4f6336f06c1cefc2fbc38692166b

Author:    Pragnesh Patel <pragnesh.patel at sifive.com>
Date:      Fri Nov 29 07:42:46 2019 +0000

user: Add frdme310arty BSP varient

Signed-off-by: Pragnesh Patel <pragnesh.patel at sifive.com>

Update #3785.

---

 user/bsps/bsps-riscv.rst | 8 ++++++++
 1 file changed, 8 insertions(+)

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.



More information about the vc mailing list