Re: [PATCH] RSB - Add support for RISC-V RV64 (64-bit) toolchain v2

2017-10-27 Thread Hesham Almatary
On Fri, Oct 27, 2017 at 5:55 PM, Chris Johns  wrote:
> On 27/10/2017 16:45, Sebastian Huber wrote:
>> Thanks, committed. Even the Ada support works:
>>
>> riscv64-rtems4.12-gnat --version
>> GNAT 7.2.0 20170814 (RTEMS 4.12, RSB 
>> 5bd4aa6bb33872b0f0fb243e7fc2f0784e69ab81,
>> Newlib 2.5.0.20170922)
>> Copyright (C) 1996-2017, Free Software Foundation, Inc.
>> This is free software; see the source for copying conditions.
>> There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A 
>> PARTICULAR
>> PURPOSE.
>>
>
> This this arch get put in tier-4?
>
> Tools for archs with no BSP sit is tier-4 until a BSP is merged.
>
Well, I submitted a set of patches for RISC-V 64-bit, with a new
riscv64_generic (just a symlink to riscv_generic), which works.
Waiting for review.


> Chris



-- 
Hesham
___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel


Re: [PATCH] RSB - Add support for RISC-V RV64 (64-bit) toolchain v2

2017-10-27 Thread Chris Johns
On 27/10/2017 16:45, Sebastian Huber wrote:
> Thanks, committed. Even the Ada support works:
> 
> riscv64-rtems4.12-gnat --version
> GNAT 7.2.0 20170814 (RTEMS 4.12, RSB 5bd4aa6bb33872b0f0fb243e7fc2f0784e69ab81,
> Newlib 2.5.0.20170922)
> Copyright (C) 1996-2017, Free Software Foundation, Inc.
> This is free software; see the source for copying conditions.
> There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
> PURPOSE.
> 

This this arch get put in tier-4?

Tools for archs with no BSP sit is tier-4 until a BSP is merged.

Chris
___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel


Re: [PATCH] RSB - Add support for RISC-V RV64 (64-bit) toolchain v2

2017-10-26 Thread Sebastian Huber

Thanks, committed. Even the Ada support works:

riscv64-rtems4.12-gnat --version
GNAT 7.2.0 20170814 (RTEMS 4.12, RSB 
5bd4aa6bb33872b0f0fb243e7fc2f0784e69ab81, Newlib 2.5.0.20170922)

Copyright (C) 1996-2017, Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A 
PARTICULAR PURPOSE.


--
Sebastian Huber, embedded brains GmbH

Address : Dornierstr. 4, D-82178 Puchheim, Germany
Phone   : +49 89 189 47 41-16
Fax : +49 89 189 47 41-09
E-Mail  : sebastian.hu...@embedded-brains.de
PGP : Public key available on request.

Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.

___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

[PATCH] RSB - Add support for RISC-V RV64 (64-bit) toolchain v2

2017-10-25 Thread Hesham Almatary
Update #3109
---
 rtems/config/4.12/rtems-riscv64.bset | 16 
 1 file changed, 16 insertions(+)
 create mode 100644 rtems/config/4.12/rtems-riscv64.bset

diff --git a/rtems/config/4.12/rtems-riscv64.bset 
b/rtems/config/4.12/rtems-riscv64.bset
new file mode 100644
index 000..406c0c9
--- /dev/null
+++ b/rtems/config/4.12/rtems-riscv64.bset
@@ -0,0 +1,16 @@
+#
+# RISC-V 64-bit architecture
+#
+%define release 1
+%define rtems_arch riscv64
+%define with_libgomp
+
+%include rtems-base.bset
+
+4.12/rtems-autotools
+
+devel/expat-2.1.0-1
+tools/rtems-binutils-2.29-1
+tools/rtems-gcc-7.2.0-newlib-2.5.0.20170922-1
+tools/rtems-tools-4.12-1
+tools/rtems-kernel-4.12
--
2.7.4

___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel