[PATCH] [RSB 4.11] Bump OpenRISC versions

2016-03-20 Thread Stefan Wallentowitz
Bump the OpenRISC toolchain to newer versions.

* Binutils to 2.26
* GCC to 4.9.3
* GDB to 7.9

updates #2668
---
 rtems/config/4.11/rtems-or1k.bset | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/rtems/config/4.11/rtems-or1k.bset 
b/rtems/config/4.11/rtems-or1k.bset
index e600700..06ba931 100644
--- a/rtems/config/4.11/rtems-or1k.bset
+++ b/rtems/config/4.11/rtems-or1k.bset
@@ -16,12 +16,12 @@
 #
 
 #gcc
-%patch add gcc -p1 
https://raw.githubusercontent.com/heshamelmatary/or1k-rtems/master/patches/gcc-4.8.3-or1k-rtems-29072014.diff
-%hash  md5 gcc-4.8.3-or1k-rtems-29072014.diff 97be92fbe69a355625633a8d128fb5f5 
+%patch add gcc -p1 
https://github.com/openrisc/or1k-gcc/releases/download/or1k-4.9.3-release/gcc-4.9.3-or1k.patch
+%hash  md5 gcc-4.9.3-or1k.patch 83cddff103da7a2afc888b5ea6a78a0f
 
 #gdb
-%patch add gdb -p1 
https://raw.githubusercontent.com/heshamelmatary/or1k-rtems/master/patches/gdb-7.7-or1k-rtems.diff
-%hash  md5 gdb-7.7-or1k-rtems.diff 7565167e02652ff300dd31015499633e
+%patch add gdb -p1 
https://github.com/openrisc/binutils-gdb/releases/download/gdb-7.9.0-or1k-release/gdb-7.9.0-or1k.patch
+%hash  md5 gdb-7.9.0-or1k.patch 0cae263fba62324cdd1f40125daca2c9
 
 #
 # or1k specific configurations
@@ -37,7 +37,7 @@
 #
 4.11/rtems-autotools
 devel/expat-2.1.0-1
-tools/rtems-binutils-2.25-1
-tools/rtems-gcc-4.8.3-newlib-2.2.0-20150423-1.cfg
+tools/rtems-binutils-2.26-1
+tools/rtems-gcc-4.9.3-newlib-2.2.0-20150423-1.cfg
 tools/rtems-tools-4.11-1
-tools/rtems-gdb-7.7-1
+tools/rtems-gdb-7.9-1
-- 
2.1.4

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


Re: [PATCH] [RSB 4.11] Bump OpenRISC versions

2016-03-20 Thread Hesham Almatary
Hi Stefan,

Thanks you! The gcc-4.8 patch was aging, so updating it is great.

Have you had a chance to build the or1k BSP and run ticker or hello on
or1ksim with those new patches?

Cheers,
Hesham

On Mon, Mar 21, 2016 at 2:50 AM, Stefan Wallentowitz
 wrote:
> Bump the OpenRISC toolchain to newer versions.
>
> * Binutils to 2.26
> * GCC to 4.9.3
> * GDB to 7.9
>
> updates #2668
> ---
>  rtems/config/4.11/rtems-or1k.bset | 14 +++---
>  1 file changed, 7 insertions(+), 7 deletions(-)
>
> diff --git a/rtems/config/4.11/rtems-or1k.bset 
> b/rtems/config/4.11/rtems-or1k.bset
> index e600700..06ba931 100644
> --- a/rtems/config/4.11/rtems-or1k.bset
> +++ b/rtems/config/4.11/rtems-or1k.bset
> @@ -16,12 +16,12 @@
>  #
>
>  #gcc
> -%patch add gcc -p1 
> https://raw.githubusercontent.com/heshamelmatary/or1k-rtems/master/patches/gcc-4.8.3-or1k-rtems-29072014.diff
> -%hash  md5 gcc-4.8.3-or1k-rtems-29072014.diff 
> 97be92fbe69a355625633a8d128fb5f5
> +%patch add gcc -p1 
> https://github.com/openrisc/or1k-gcc/releases/download/or1k-4.9.3-release/gcc-4.9.3-or1k.patch
> +%hash  md5 gcc-4.9.3-or1k.patch 83cddff103da7a2afc888b5ea6a78a0f
>
>  #gdb
> -%patch add gdb -p1 
> https://raw.githubusercontent.com/heshamelmatary/or1k-rtems/master/patches/gdb-7.7-or1k-rtems.diff
> -%hash  md5 gdb-7.7-or1k-rtems.diff 7565167e02652ff300dd31015499633e
> +%patch add gdb -p1 
> https://github.com/openrisc/binutils-gdb/releases/download/gdb-7.9.0-or1k-release/gdb-7.9.0-or1k.patch
> +%hash  md5 gdb-7.9.0-or1k.patch 0cae263fba62324cdd1f40125daca2c9
>
>  #
>  # or1k specific configurations
> @@ -37,7 +37,7 @@
>  #
>  4.11/rtems-autotools
>  devel/expat-2.1.0-1
> -tools/rtems-binutils-2.25-1
> -tools/rtems-gcc-4.8.3-newlib-2.2.0-20150423-1.cfg
> +tools/rtems-binutils-2.26-1
> +tools/rtems-gcc-4.9.3-newlib-2.2.0-20150423-1.cfg
>  tools/rtems-tools-4.11-1
> -tools/rtems-gdb-7.7-1
> +tools/rtems-gdb-7.9-1
> --
> 2.1.4
>
> ___
> devel mailing list
> devel@rtems.org
> http://lists.rtems.org/mailman/listinfo/devel



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


Re: [PATCH] [RSB 4.11] Bump OpenRISC versions

2016-03-20 Thread Stefan Wallentowitz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 20.03.2016 22:17, Hesham Almatary wrote:
> Hi Stefan,
> 
> Thanks you! The gcc-4.8 patch was aging, so updating it is great.
> 
> Have you had a chance to build the or1k BSP and run ticker or hello
> on or1ksim with those new patches?
> 
> Cheers, Hesham
> 

Hi,

I have run hello and some other samples on an FPGA board. I will check
or1ksim soon.

Best,
Stefan

-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iEYEARECAAYFAlbvFQAACgkQuMYtsrn2U9x+rwCfaBnKaKSEKK8MLkp+T5eyXaZI
WIsAoKTjGlsLEkxKnXV3osRVusynrH2U
=q8DR
-END PGP SIGNATURE-
___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel


Re: [PATCH] [RSB 4.11] Bump OpenRISC versions

2016-03-20 Thread Hesham Almatary
On Mon, Mar 21, 2016 at 8:24 AM, Stefan Wallentowitz
 wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On 20.03.2016 22:17, Hesham Almatary wrote:
>> Hi Stefan,
>>
>> Thanks you! The gcc-4.8 patch was aging, so updating it is great.
>>
>> Have you had a chance to build the or1k BSP and run ticker or hello
>> on or1ksim with those new patches?
>>
>> Cheers, Hesham
>>
>
> Hi,
>
> I have run hello and some other samples on an FPGA board. I will check
> or1ksim soon.
>
Great. I'll build the whole RTEMS/or1k env again and test it,
hopefully soon and will let you know how it goes.

> Best,
> Stefan
>
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v2
>
> iEYEARECAAYFAlbvFQAACgkQuMYtsrn2U9x+rwCfaBnKaKSEKK8MLkp+T5eyXaZI
> WIsAoKTjGlsLEkxKnXV3osRVusynrH2U
> =q8DR
> -END PGP SIGNATURE-



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


Re: [PATCH] [RSB 4.11] Bump OpenRISC versions

2016-03-21 Thread Hesham Almatary
The patch works fine for 4.11 branches on both or1ksim and qemu. 4.12
patch will be really appreciated.

On Mon, Mar 21, 2016 at 8:34 AM, Hesham Almatary
 wrote:
> On Mon, Mar 21, 2016 at 8:24 AM, Stefan Wallentowitz
>  wrote:
>> -BEGIN PGP SIGNED MESSAGE-
>> Hash: SHA1
>>
>> On 20.03.2016 22:17, Hesham Almatary wrote:
>>> Hi Stefan,
>>>
>>> Thanks you! The gcc-4.8 patch was aging, so updating it is great.
>>>
>>> Have you had a chance to build the or1k BSP and run ticker or hello
>>> on or1ksim with those new patches?
>>>
>>> Cheers, Hesham
>>>
>>
>> Hi,
>>
>> I have run hello and some other samples on an FPGA board. I will check
>> or1ksim soon.
>>
> Great. I'll build the whole RTEMS/or1k env again and test it,
> hopefully soon and will let you know how it goes.
>
>> Best,
>> Stefan
>>
>> -BEGIN PGP SIGNATURE-
>> Version: GnuPG v2
>>
>> iEYEARECAAYFAlbvFQAACgkQuMYtsrn2U9x+rwCfaBnKaKSEKK8MLkp+T5eyXaZI
>> WIsAoKTjGlsLEkxKnXV3osRVusynrH2U
>> =q8DR
>> -END PGP SIGNATURE-
>
>
>
> --
> Hesham



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


Re: [PATCH] [RSB 4.11] Bump OpenRISC versions

2016-03-21 Thread Gedare Bloom
Hi Hesham,

I think the 4.12 patch is there. (updates 2669)

On Mon, Mar 21, 2016 at 6:49 PM, Hesham Almatary
 wrote:
> The patch works fine for 4.11 branches on both or1ksim and qemu. 4.12
> patch will be really appreciated.
>
> On Mon, Mar 21, 2016 at 8:34 AM, Hesham Almatary
>  wrote:
>> On Mon, Mar 21, 2016 at 8:24 AM, Stefan Wallentowitz
>>  wrote:
>>> -BEGIN PGP SIGNED MESSAGE-
>>> Hash: SHA1
>>>
>>> On 20.03.2016 22:17, Hesham Almatary wrote:
 Hi Stefan,

 Thanks you! The gcc-4.8 patch was aging, so updating it is great.

 Have you had a chance to build the or1k BSP and run ticker or hello
 on or1ksim with those new patches?

 Cheers, Hesham

>>>
>>> Hi,
>>>
>>> I have run hello and some other samples on an FPGA board. I will check
>>> or1ksim soon.
>>>
>> Great. I'll build the whole RTEMS/or1k env again and test it,
>> hopefully soon and will let you know how it goes.
>>
>>> Best,
>>> Stefan
>>>
>>> -BEGIN PGP SIGNATURE-
>>> Version: GnuPG v2
>>>
>>> iEYEARECAAYFAlbvFQAACgkQuMYtsrn2U9x+rwCfaBnKaKSEKK8MLkp+T5eyXaZI
>>> WIsAoKTjGlsLEkxKnXV3osRVusynrH2U
>>> =q8DR
>>> -END PGP SIGNATURE-
>>
>>
>>
>> --
>> Hesham
>
>
>
> --
> Hesham
> ___
> devel mailing list
> devel@rtems.org
> http://lists.rtems.org/mailman/listinfo/devel
___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel


Re: [PATCH] [RSB 4.11] Bump OpenRISC versions

2016-03-21 Thread Hesham Almatary
Thanks Gedare. Both work fine with or1ksim and qemu.

On Tue, Mar 22, 2016 at 11:30 AM, Gedare Bloom  wrote:
> Hi Hesham,
>
> I think the 4.12 patch is there. (updates 2669)
>
> On Mon, Mar 21, 2016 at 6:49 PM, Hesham Almatary
>  wrote:
>> The patch works fine for 4.11 branches on both or1ksim and qemu. 4.12
>> patch will be really appreciated.
>>
>> On Mon, Mar 21, 2016 at 8:34 AM, Hesham Almatary
>>  wrote:
>>> On Mon, Mar 21, 2016 at 8:24 AM, Stefan Wallentowitz
>>>  wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 On 20.03.2016 22:17, Hesham Almatary wrote:
> Hi Stefan,
>
> Thanks you! The gcc-4.8 patch was aging, so updating it is great.
>
> Have you had a chance to build the or1k BSP and run ticker or hello
> on or1ksim with those new patches?
>
> Cheers, Hesham
>

 Hi,

 I have run hello and some other samples on an FPGA board. I will check
 or1ksim soon.

>>> Great. I'll build the whole RTEMS/or1k env again and test it,
>>> hopefully soon and will let you know how it goes.
>>>
 Best,
 Stefan

 -BEGIN PGP SIGNATURE-
 Version: GnuPG v2

 iEYEARECAAYFAlbvFQAACgkQuMYtsrn2U9x+rwCfaBnKaKSEKK8MLkp+T5eyXaZI
 WIsAoKTjGlsLEkxKnXV3osRVusynrH2U
 =q8DR
 -END PGP SIGNATURE-
>>>
>>>
>>>
>>> --
>>> Hesham
>>
>>
>>
>> --
>> Hesham
>> ___
>> devel mailing list
>> devel@rtems.org
>> http://lists.rtems.org/mailman/listinfo/devel



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


Re: [PATCH] [RSB 4.11] Bump OpenRISC versions

2016-03-22 Thread Stefan Wallentowitz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 22.03.2016 03:09, Hesham Almatary wrote:
> Thanks Gedare. Both work fine with or1ksim and qemu.

Hi,

I have recently moved GCC forward to the GCC 6 snapshot the other
architectures use. Should or1k also keep up with the most recent GCC
development version?

Best,
Stefan

-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iEYEARECAAYFAlbxMWYACgkQuMYtsrn2U9z19QCePOhWarLdo2ZsgGaxpDwta6AO
q4gAoJvGZSxvhG8fFb2VontjfmBCEs7V
=H2gI
-END PGP SIGNATURE-
___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel


Re: [PATCH] [RSB 4.11] Bump OpenRISC versions

2016-03-22 Thread Gedare Bloom
Hesham,

You can check them in. Let Joel/Chris know as they have been release
testing 4.11

On Mon, Mar 21, 2016 at 10:09 PM, Hesham Almatary
 wrote:
> Thanks Gedare. Both work fine with or1ksim and qemu.
>
> On Tue, Mar 22, 2016 at 11:30 AM, Gedare Bloom  wrote:
>> Hi Hesham,
>>
>> I think the 4.12 patch is there. (updates 2669)
>>
>> On Mon, Mar 21, 2016 at 6:49 PM, Hesham Almatary
>>  wrote:
>>> The patch works fine for 4.11 branches on both or1ksim and qemu. 4.12
>>> patch will be really appreciated.
>>>
>>> On Mon, Mar 21, 2016 at 8:34 AM, Hesham Almatary
>>>  wrote:
 On Mon, Mar 21, 2016 at 8:24 AM, Stefan Wallentowitz
  wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On 20.03.2016 22:17, Hesham Almatary wrote:
>> Hi Stefan,
>>
>> Thanks you! The gcc-4.8 patch was aging, so updating it is great.
>>
>> Have you had a chance to build the or1k BSP and run ticker or hello
>> on or1ksim with those new patches?
>>
>> Cheers, Hesham
>>
>
> Hi,
>
> I have run hello and some other samples on an FPGA board. I will check
> or1ksim soon.
>
 Great. I'll build the whole RTEMS/or1k env again and test it,
 hopefully soon and will let you know how it goes.

> Best,
> Stefan
>
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v2
>
> iEYEARECAAYFAlbvFQAACgkQuMYtsrn2U9x+rwCfaBnKaKSEKK8MLkp+T5eyXaZI
> WIsAoKTjGlsLEkxKnXV3osRVusynrH2U
> =q8DR
> -END PGP SIGNATURE-



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


Re: [PATCH] [RSB 4.11] Bump OpenRISC versions

2016-03-23 Thread Chris Johns

On 23/03/2016 04:55, Gedare Bloom wrote:


You can check them in. Let Joel/Chris know as they have been release
testing 4.11



Hesham, sorry I have lost track of what is needed. Do clean patches 
exist to make the required changes for 4.11 and master?


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


Re: [PATCH] [RSB 4.11] Bump OpenRISC versions

2016-03-24 Thread Gedare Bloom
I checked them in.

On Wed, Mar 23, 2016 at 11:39 PM, Chris Johns  wrote:
> On 23/03/2016 04:55, Gedare Bloom wrote:
>>
>>
>> You can check them in. Let Joel/Chris know as they have been release
>> testing 4.11
>>
>
> Hesham, sorry I have lost track of what is needed. Do clean patches exist to
> make the required changes for 4.11 and master?
>
> Thanks
> Chris
___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel


Re: [PATCH] [RSB 4.11] Bump OpenRISC versions

2016-03-24 Thread Hesham Almatary
On Thu, Mar 24, 2016 at 2:39 PM, Chris Johns  wrote:
> On 23/03/2016 04:55, Gedare Bloom wrote:
>>
>>
>> You can check them in. Let Joel/Chris know as they have been release
>> testing 4.11
>>
>
> Hesham, sorry I have lost track of what is needed. Do clean patches exist to
> make the required changes for 4.11 and master?
>
Yeah both work/apply cleanly, and I tested them.

> Thanks
> Chris



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


Re: [PATCH] [RSB 4.11] Bump OpenRISC versions

2016-03-24 Thread Hesham Almatary
On Fri, Mar 25, 2016 at 7:19 AM, Gedare Bloom  wrote:
> I checked them in.
>
Thanks Gedare
> On Wed, Mar 23, 2016 at 11:39 PM, Chris Johns  wrote:
>> On 23/03/2016 04:55, Gedare Bloom wrote:
>>>
>>>
>>> You can check them in. Let Joel/Chris know as they have been release
>>> testing 4.11
>>>
>>
>> Hesham, sorry I have lost track of what is needed. Do clean patches exist to
>> make the required changes for 4.11 and master?
>>
>> Thanks
>> Chris



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


Re: [PATCH] [RSB 4.11] Bump OpenRISC versions

2016-03-24 Thread Chris Johns

On 25/03/2016 9:25 AM, Hesham Almatary wrote:

On Thu, Mar 24, 2016 at 2:39 PM, Chris Johns  wrote:

On 23/03/2016 04:55, Gedare Bloom wrote:



You can check them in. Let Joel/Chris know as they have been release
testing 4.11



Hesham, sorry I have lost track of what is needed. Do clean patches exist to
make the required changes for 4.11 and master?


Yeah both work/apply cleanly, and I tested them.



Fantastic.

Thanks to all involved.

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