Re: [PATCH] user: Add frdme310arty BSP varient

2019-11-28 Thread Sebastian Huber
Thanks, I checked it in. It would be nice to have also a link available on how to set up the board with a bootloader and a Xilinx bit file so that you can run RTEMS on it. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189 47 41-16

[PATCH] user: Add frdme310arty BSP varient

2019-11-28 Thread Pragnesh Patel
Signed-off-by: Pragnesh Patel --- 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

Re: [PATCH v5] riscv: add freedom E310 Arty A7 bsp

2019-11-28 Thread Sebastian Huber
Hello Pragnesh, On 29/11/2019 06:58, Pragnesh Patel wrote: Thanks, Bit file (MCS file) for Artix-7 RTEMS is not public yet so we will do it soon. this sounds great, I have the board in my office and it would be nice if I could use it for test suite runs on a real board. -- Sebastian

RE: [PATCH v5] riscv: add freedom E310 Arty A7 bsp

2019-11-28 Thread Pragnesh Patel
-Original Message- From: Sebastian Huber Sent: 14 November 2019 16:21 To: Pragnesh Patel ; rtems-de...@rtems.org; Sachin Ghadi Subject: Re: [PATCH v5] riscv: add freedom E310 Arty A7 bsp Hello Pragnesh, I fixed the formatting a bit, fixed some warnings and simplified some

RE: [PATCH v5] riscv: add freedom E310 Arty A7 bsp

2019-11-28 Thread Pragnesh Patel
On Thu, Nov 14, 2019 at 7:21 AM Sebastian Huber wrote: On 14/11/2019 14:07, Joel Sherrill wrote: > > > On Wed, Oct 23, 2019, 1:16 AM Sebastian Huber > >

Re: New Build System Status

2019-11-28 Thread yorda
I've just figured it out myself by reading the full email from Sebastian, I clone the rtems from git://git.rtems.org/sebh/rtems.git not the official repo and waf is included. > On 29/11/2019, at 3:57 PM, yorda wrote: > > Hi Sebastian, > Thanks for updating the documentation file, I’m

Re: New Build System Status

2019-11-28 Thread yorda
Hi Sebastian, Thanks for updating the documentation file, I’m trying to following the guide on user.pdf. Everything went well on building the toolchain, but then when I was trying to build a BSP, I could’t find waf on the rtems repo folder. So I download the latest waf from official website and

pkg-config

2019-11-28 Thread Sebastian Huber
Hello, we should think about what variables should be exposed by the pkg-config file. Currently, it contains a lot of things, e.g. warning and optimization flags. The seem to be necessary for the libbsd: /build/rtems/5/lib/gcc/arm-rtems5/7.4.1/../../../../arm-rtems5/bin/ld:

New Build System Ready for Integration

2019-11-28 Thread Sebastian Huber
Hello, the new build system is now ready for integration. You find the latest documentation here: https://ftp.rtems.org/pub/rtems/people/sebh/user.pdf https://ftp.rtems.org/pub/rtems/people/sebh/eng.pdf You can review the new build system for RTEMS BSPs here: git clone