* [U-Boot] Remove sparc archiecture?
@ 2015-10-18 12:19 Simon Glass
2015-10-18 12:24 ` Tom Rini
0 siblings, 1 reply; 10+ messages in thread
From: Simon Glass @ 2015-10-18 12:19 UTC (permalink / raw)
To: u-boot
Hi,
It looks like sparc has no maintainer and has not been converted to
generic board. Should we remove it?
Regards,
Simon
^ permalink raw reply [flat|nested] 10+ messages in thread
* [U-Boot] Remove sparc archiecture?
2015-10-18 12:19 [U-Boot] Remove sparc archiecture? Simon Glass
@ 2015-10-18 12:24 ` Tom Rini
2015-10-18 15:20 ` Masahiro Yamada
0 siblings, 1 reply; 10+ messages in thread
From: Tom Rini @ 2015-10-18 12:24 UTC (permalink / raw)
To: u-boot
On Sun, Oct 18, 2015 at 06:19:16AM -0600, Simon Glass wrote:
> Hi,
>
> It looks like sparc has no maintainer and has not been converted to
> generic board. Should we remove it?
Well, not quite "no maintainer", but... Daniel? SPARC is in need of
some work (and possibly a new toolchain too, I stopped building it all
the time due to a false positive warning the 3.4.4 toolchain I have
gives). Thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20151018/8e240f9c/attachment.sig>
^ permalink raw reply [flat|nested] 10+ messages in thread
* [U-Boot] Remove sparc archiecture?
2015-10-18 12:24 ` Tom Rini
@ 2015-10-18 15:20 ` Masahiro Yamada
2015-10-18 21:30 ` Daniel Hellstrom
0 siblings, 1 reply; 10+ messages in thread
From: Masahiro Yamada @ 2015-10-18 15:20 UTC (permalink / raw)
To: u-boot
(+CC Francois)
2015-10-18 21:24 GMT+09:00 Tom Rini <trini@konsulko.com>:
> On Sun, Oct 18, 2015 at 06:19:16AM -0600, Simon Glass wrote:
>
>> Hi,
>>
>> It looks like sparc has no maintainer and has not been converted to
>> generic board. Should we remove it?
>
> Well, not quite "no maintainer", but... Daniel? SPARC is in need of
> some work (and possibly a new toolchain too, I stopped building it all
> the time due to a false positive warning the 3.4.4 toolchain I have
> gives). Thanks!
>
> --
> Tom
I see generic board work for SPARC
http://patchwork.ozlabs.org/patch/404616/
http://patchwork.ozlabs.org/patch/404618/
http://patchwork.ozlabs.org/patch/404617/
http://patchwork.ozlabs.org/patch/404619/
http://patchwork.ozlabs.org/patch/404620/
http://patchwork.ozlabs.org/patch/404622/
http://patchwork.ozlabs.org/patch/404621/
http://patchwork.ozlabs.org/patch/404624/
http://patchwork.ozlabs.org/patch/404623/
but, Daniel was not responding...
Perhaps, replace the maintainer if Francois agrees?
--
Best Regards
Masahiro Yamada
^ permalink raw reply [flat|nested] 10+ messages in thread
* [U-Boot] Remove sparc archiecture?
2015-10-18 15:20 ` Masahiro Yamada
@ 2015-10-18 21:30 ` Daniel Hellstrom
2015-10-19 14:54 ` Francois Retief
0 siblings, 1 reply; 10+ messages in thread
From: Daniel Hellstrom @ 2015-10-18 21:30 UTC (permalink / raw)
To: u-boot
On 10/18/2015 05:20 PM, Masahiro Yamada wrote:
> (+CC Francois)
>
>
> 2015-10-18 21:24 GMT+09:00 Tom Rini <trini@konsulko.com>:
>> On Sun, Oct 18, 2015 at 06:19:16AM -0600, Simon Glass wrote:
>>
>>> Hi,
>>>
>>> It looks like sparc has no maintainer and has not been converted to
>>> generic board. Should we remove it?
>> Well, not quite "no maintainer", but... Daniel? SPARC is in need of
>> some work (and possibly a new toolchain too, I stopped building it all
>> the time due to a false positive warning the 3.4.4 toolchain I have
>> gives). Thanks!
>>
>> --
>> Tom
>
> I see generic board work for SPARC
>
> http://patchwork.ozlabs.org/patch/404616/
> http://patchwork.ozlabs.org/patch/404618/
> http://patchwork.ozlabs.org/patch/404617/
> http://patchwork.ozlabs.org/patch/404619/
> http://patchwork.ozlabs.org/patch/404620/
> http://patchwork.ozlabs.org/patch/404622/
> http://patchwork.ozlabs.org/patch/404621/
> http://patchwork.ozlabs.org/patch/404624/
> http://patchwork.ozlabs.org/patch/404623/
>
> but, Daniel was not responding...
>
>
> Perhaps, replace the maintainer if Francois agrees?
I regret to say that I've been too busy last two years and I don't see a
change during 2015 either.
I would not like to see the SPARC port removed now that the LEON
community grows as new LEON3 and LEON4 chips comes to market. WIth
multi-core and higher frequency there is a growing interest in u-boot
from the LEON community.
Nowadays there are LEON GCC targets mcpu=leon,leon3,leon3v7 so it should
be possible to setup a working toolchain based on GCC-4.9 which we use
for Linux and RTEMS. In the past I've used a GCC-4.4 toolchain from
Cobham Gaisler.
If Francois agrees it is probably a good idea to let him take over the
SPARC as he has put work into both BSP and architecture. Although I
would like to acknowledge my interest in u-boot and I hope and believe
that my efforts will be resumed in the future. Francois, if you feel it
is too much a temporary replacement could also be an option if the
u-boot project allows it.
Best Regards,
Daniel Hellstrom
^ permalink raw reply [flat|nested] 10+ messages in thread
* [U-Boot] Remove sparc archiecture?
2015-10-18 21:30 ` Daniel Hellstrom
@ 2015-10-19 14:54 ` Francois Retief
2015-10-19 15:46 ` Tom Rini
` (3 more replies)
0 siblings, 4 replies; 10+ messages in thread
From: Francois Retief @ 2015-10-19 14:54 UTC (permalink / raw)
To: u-boot
Hallo Daniel,
> -----Original Message-----
> From: Daniel Hellstrom [mailto:daniel at gaisler.com]
> Sent: 18 October 2015 11:30 PM
> To: Masahiro Yamada <yamada.masahiro@socionext.com>
> Subject: Re: [U-Boot] Remove sparc archiecture?
>
> On 10/18/2015 05:20 PM, Masahiro Yamada wrote:
> > (+CC Francois)
> >
> >
> > 2015-10-18 21:24 GMT+09:00 Tom Rini <trini@konsulko.com>:
> >> On Sun, Oct 18, 2015 at 06:19:16AM -0600, Simon Glass wrote:
> >>
> >>> Hi,
> >>>
> >>> It looks like sparc has no maintainer and has not been converted to
> >>> generic board. Should we remove it?
> >> Well, not quite "no maintainer", but... Daniel? SPARC is in need of
> >> some work (and possibly a new toolchain too, I stopped building it all
> >> the time due to a false positive warning the 3.4.4 toolchain I have
> >> gives). Thanks!
> >>
> >> --
> >> Tom
> >
> > I see generic board work for SPARC
> >
> > http://patchwork.ozlabs.org/patch/404616/
> > http://patchwork.ozlabs.org/patch/404618/
> > http://patchwork.ozlabs.org/patch/404617/
> > http://patchwork.ozlabs.org/patch/404619/
> > http://patchwork.ozlabs.org/patch/404620/
> > http://patchwork.ozlabs.org/patch/404622/
> > http://patchwork.ozlabs.org/patch/404621/
> > http://patchwork.ozlabs.org/patch/404624/
> > http://patchwork.ozlabs.org/patch/404623/
> >
> > but, Daniel was not responding...
> >
> >
> > Perhaps, replace the maintainer if Francois agrees?
>
> I regret to say that I've been too busy last two years and I don't see a
> change during 2015 either.
>
> I would not like to see the SPARC port removed now that the LEON
> community grows as new LEON3 and LEON4 chips comes to market. WIth
> multi-core and higher frequency there is a growing interest in u-boot
> from the LEON community.
>
> Nowadays there are LEON GCC targets mcpu=leon,leon3,leon3v7 so it should
> be possible to setup a working toolchain based on GCC-4.9 which we use
> for Linux and RTEMS. In the past I've used a GCC-4.4 toolchain from
> Cobham Gaisler.
>
> If Francois agrees it is probably a good idea to let him take over the
> SPARC as he has put work into both BSP and architecture. Although I
> would like to acknowledge my interest in u-boot and I hope and believe
> that my efforts will be resumed in the future. Francois, if you feel it
> is too much a temporary replacement could also be an option if the
> u-boot project allows it.
Yes, I am willing to take over as maintainer until such time that Daniel is ready
to resume his effort in future. We are investing in the LEON as archtecture and
would like to see U-Boot support for SPARC continuing into the future.
Daniel, I would just like to ask if you could stay on as an advisor, if at all possible.
I have only access to one LEON3FT board at the moment and may require advice
on other devices as time goes by. I will try to keep questions consise and as
infrequent as possible for you.
Will rebase my patch set to the latest release this week and resend them for review.
Masahiro, what version of GCC is prefered (if any) for the next release of U-Boot.
I am currently using the GCC-4.4 toolchain from Cobham Gaisler.
Regards,
Francois
________________________________
Disclaimer and confidentiality note ? refer to our website for further details: www.spaceteq.co.za <http://www.spaceteq.co.za/home/emaildisclaimer/>
^ permalink raw reply [flat|nested] 10+ messages in thread
* [U-Boot] Remove sparc archiecture?
2015-10-19 14:54 ` Francois Retief
@ 2015-10-19 15:46 ` Tom Rini
2015-10-19 15:52 ` Francois Retief
2015-10-19 20:54 ` Wolfgang Denk
` (2 subsequent siblings)
3 siblings, 1 reply; 10+ messages in thread
From: Tom Rini @ 2015-10-19 15:46 UTC (permalink / raw)
To: u-boot
On Mon, Oct 19, 2015 at 02:54:57PM +0000, Francois Retief wrote:
> Hallo Daniel,
>
> > -----Original Message-----
> > From: Daniel Hellstrom [mailto:daniel at gaisler.com]
> > Sent: 18 October 2015 11:30 PM
> > To: Masahiro Yamada <yamada.masahiro@socionext.com>
> > Subject: Re: [U-Boot] Remove sparc archiecture?
> >
> > On 10/18/2015 05:20 PM, Masahiro Yamada wrote:
> > > (+CC Francois)
> > >
> > >
> > > 2015-10-18 21:24 GMT+09:00 Tom Rini <trini@konsulko.com>:
> > >> On Sun, Oct 18, 2015 at 06:19:16AM -0600, Simon Glass wrote:
> > >>
> > >>> Hi,
> > >>>
> > >>> It looks like sparc has no maintainer and has not been converted to
> > >>> generic board. Should we remove it?
> > >> Well, not quite "no maintainer", but... Daniel? SPARC is in need of
> > >> some work (and possibly a new toolchain too, I stopped building it all
> > >> the time due to a false positive warning the 3.4.4 toolchain I have
> > >> gives). Thanks!
> > >>
> > >> --
> > >> Tom
> > >
> > > I see generic board work for SPARC
> > >
> > > http://patchwork.ozlabs.org/patch/404616/
> > > http://patchwork.ozlabs.org/patch/404618/
> > > http://patchwork.ozlabs.org/patch/404617/
> > > http://patchwork.ozlabs.org/patch/404619/
> > > http://patchwork.ozlabs.org/patch/404620/
> > > http://patchwork.ozlabs.org/patch/404622/
> > > http://patchwork.ozlabs.org/patch/404621/
> > > http://patchwork.ozlabs.org/patch/404624/
> > > http://patchwork.ozlabs.org/patch/404623/
> > >
> > > but, Daniel was not responding...
> > >
> > >
> > > Perhaps, replace the maintainer if Francois agrees?
> >
> > I regret to say that I've been too busy last two years and I don't see a
> > change during 2015 either.
> >
> > I would not like to see the SPARC port removed now that the LEON
> > community grows as new LEON3 and LEON4 chips comes to market. WIth
> > multi-core and higher frequency there is a growing interest in u-boot
> > from the LEON community.
> >
> > Nowadays there are LEON GCC targets mcpu=leon,leon3,leon3v7 so it should
> > be possible to setup a working toolchain based on GCC-4.9 which we use
> > for Linux and RTEMS. In the past I've used a GCC-4.4 toolchain from
> > Cobham Gaisler.
> >
> > If Francois agrees it is probably a good idea to let him take over the
> > SPARC as he has put work into both BSP and architecture. Although I
> > would like to acknowledge my interest in u-boot and I hope and believe
> > that my efforts will be resumed in the future. Francois, if you feel it
> > is too much a temporary replacement could also be an option if the
> > u-boot project allows it.
>
> Yes, I am willing to take over as maintainer until such time that Daniel is ready
> to resume his effort in future. We are investing in the LEON as archtecture and
> would like to see U-Boot support for SPARC continuing into the future.
>
> Daniel, I would just like to ask if you could stay on as an advisor, if at all possible.
> I have only access to one LEON3FT board at the moment and may require advice
> on other devices as time goes by. I will try to keep questions consise and as
> infrequent as possible for you.
>
> Will rebase my patch set to the latest release this week and resend them for review.
> Masahiro, what version of GCC is prefered (if any) for the next release of U-Boot.
> I am currently using the GCC-4.4 toolchain from Cobham Gaisler.
Any semi-modern toolchain is fine with me. Can you point me at the 4.4
toolchain and I'll put sparc back into my build-test cycle? Thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20151019/25627f87/attachment.sig>
^ permalink raw reply [flat|nested] 10+ messages in thread
* [U-Boot] Remove sparc archiecture?
2015-10-19 15:46 ` Tom Rini
@ 2015-10-19 15:52 ` Francois Retief
0 siblings, 0 replies; 10+ messages in thread
From: Francois Retief @ 2015-10-19 15:52 UTC (permalink / raw)
To: u-boot
> -----Original Message-----
> From: Tom Rini [mailto:trini at konsulko.com]
> Sent: 19 October 2015 05:47 PM
> To: Francois Retief <fgretief@spaceteq.co.za>
> Subject: Re: [U-Boot] Remove sparc archiecture?
>
> On Mon, Oct 19, 2015 at 02:54:57PM +0000, Francois Retief wrote:
> > Hallo Daniel,
> >
> > > -----Original Message-----
> > > From: Daniel Hellstrom [mailto:daniel at gaisler.com]
> > > Sent: 18 October 2015 11:30 PM
> > > To: Masahiro Yamada <yamada.masahiro@socionext.com>
> > > Subject: Re: [U-Boot] Remove sparc archiecture?
...
> > > Nowadays there are LEON GCC targets mcpu=leon,leon3,leon3v7 so it
> should
> > > be possible to setup a working toolchain based on GCC-4.9 which we use
> > > for Linux and RTEMS. In the past I've used a GCC-4.4 toolchain from
> > > Cobham Gaisler.
...
> > Will rebase my patch set to the latest release this week and resend them
> for review.
> > Masahiro, what version of GCC is prefered (if any) for the next release of
> U-Boot.
> > I am currently using the GCC-4.4 toolchain from Cobham Gaisler.
>
> Any semi-modern toolchain is fine with me. Can you point me at the 4.4
> toolchain and I'll put sparc back into my build-test cycle? Thanks!
I have been using this compiler up to now:
http://www.gaisler.com/anonftp/bcc/bin/linux/sparc-elf-4.4.2-1.0.44.tar.bz2
Daniel is that the one you have been refering to?
Regards,
Francois
________________________________
Disclaimer and confidentiality note ? refer to our website for further details: www.spaceteq.co.za <http://www.spaceteq.co.za/home/emaildisclaimer/>
^ permalink raw reply [flat|nested] 10+ messages in thread
* [U-Boot] Remove sparc archiecture?
2015-10-19 14:54 ` Francois Retief
2015-10-19 15:46 ` Tom Rini
@ 2015-10-19 20:54 ` Wolfgang Denk
2015-10-20 1:54 ` Masahiro Yamada
2015-11-05 12:17 ` Daniel Hellstrom
3 siblings, 0 replies; 10+ messages in thread
From: Wolfgang Denk @ 2015-10-19 20:54 UTC (permalink / raw)
To: u-boot
Dear Francois,
In message <444fa87bd0f644b0a6027f7bb5a5f34a@SPASTBMXS01.sunspace.co.za> you wrote:
>
> Yes, I am willing to take over as maintainer until such time that Daniel is ready
> to resume his effort in future. We are investing in the LEON as archtecture and
> would like to see U-Boot support for SPARC continuing into the future.
Then please send me your SSH public key, so I can enable write access
to the SPARC repo for you.
Thanks, and welcome aboard!
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
What can it profit a man to gain the whole world and to come to his
property with a gastric ulcer, a blown prostate, and bifocals?
-- John Steinbeck, _Cannery Row_
^ permalink raw reply [flat|nested] 10+ messages in thread
* [U-Boot] Remove sparc archiecture?
2015-10-19 14:54 ` Francois Retief
2015-10-19 15:46 ` Tom Rini
2015-10-19 20:54 ` Wolfgang Denk
@ 2015-10-20 1:54 ` Masahiro Yamada
2015-11-05 12:17 ` Daniel Hellstrom
3 siblings, 0 replies; 10+ messages in thread
From: Masahiro Yamada @ 2015-10-20 1:54 UTC (permalink / raw)
To: u-boot
2015-10-19 23:54 GMT+09:00 Francois Retief <fgretief@spaceteq.co.za>:
> Hallo Daniel,
>
>> -----Original Message-----
>> From: Daniel Hellstrom [mailto:daniel at gaisler.com]
>> Sent: 18 October 2015 11:30 PM
>> To: Masahiro Yamada <yamada.masahiro@socionext.com>
>> Subject: Re: [U-Boot] Remove sparc archiecture?
>>
>> On 10/18/2015 05:20 PM, Masahiro Yamada wrote:
>> > (+CC Francois)
>> >
>> >
>> > 2015-10-18 21:24 GMT+09:00 Tom Rini <trini@konsulko.com>:
>> >> On Sun, Oct 18, 2015 at 06:19:16AM -0600, Simon Glass wrote:
>> >>
>> >>> Hi,
>> >>>
>> >>> It looks like sparc has no maintainer and has not been converted to
>> >>> generic board. Should we remove it?
>> >> Well, not quite "no maintainer", but... Daniel? SPARC is in need of
>> >> some work (and possibly a new toolchain too, I stopped building it all
>> >> the time due to a false positive warning the 3.4.4 toolchain I have
>> >> gives). Thanks!
>> >>
>> >> --
>> >> Tom
>> >
>> > I see generic board work for SPARC
>> >
>> > http://patchwork.ozlabs.org/patch/404616/
>> > http://patchwork.ozlabs.org/patch/404618/
>> > http://patchwork.ozlabs.org/patch/404617/
>> > http://patchwork.ozlabs.org/patch/404619/
>> > http://patchwork.ozlabs.org/patch/404620/
>> > http://patchwork.ozlabs.org/patch/404622/
>> > http://patchwork.ozlabs.org/patch/404621/
>> > http://patchwork.ozlabs.org/patch/404624/
>> > http://patchwork.ozlabs.org/patch/404623/
>> >
>> > but, Daniel was not responding...
>> >
>> >
>> > Perhaps, replace the maintainer if Francois agrees?
>>
>> I regret to say that I've been too busy last two years and I don't see a
>> change during 2015 either.
>>
>> I would not like to see the SPARC port removed now that the LEON
>> community grows as new LEON3 and LEON4 chips comes to market. WIth
>> multi-core and higher frequency there is a growing interest in u-boot
>> from the LEON community.
>>
>> Nowadays there are LEON GCC targets mcpu=leon,leon3,leon3v7 so it should
>> be possible to setup a working toolchain based on GCC-4.9 which we use
>> for Linux and RTEMS. In the past I've used a GCC-4.4 toolchain from
>> Cobham Gaisler.
>>
>> If Francois agrees it is probably a good idea to let him take over the
>> SPARC as he has put work into both BSP and architecture. Although I
>> would like to acknowledge my interest in u-boot and I hope and believe
>> that my efforts will be resumed in the future. Francois, if you feel it
>> is too much a temporary replacement could also be an option if the
>> u-boot project allows it.
>
> Yes, I am willing to take over as maintainer until such time that Daniel is ready
> to resume his effort in future. We are investing in the LEON as archtecture and
> would like to see U-Boot support for SPARC continuing into the future.
>
> Daniel, I would just like to ask if you could stay on as an advisor, if at all possible.
> I have only access to one LEON3FT board at the moment and may require advice
> on other devices as time goes by. I will try to keep questions consise and as
> infrequent as possible for you.
>
> Will rebase my patch set to the latest release this week and resend them for review.
> Masahiro, what version of GCC is prefered (if any) for the next release of U-Boot.
> I am currently using the GCC-4.4 toolchain from Cobham Gaisler.
I am not familiar with SPARC architecture at all, but
I use kernel.org one for build test.
https://www.kernel.org/pub/tools/crosstool/files/bin/x86_64/4.9.0/
x86_64-gcc-4.9.0-nolibc_sparc-linux.tar.xz
Please note, I have not tested it on any real sparc boards.
--
Best Regards
Masahiro Yamada
^ permalink raw reply [flat|nested] 10+ messages in thread
* [U-Boot] Remove sparc archiecture?
2015-10-19 14:54 ` Francois Retief
` (2 preceding siblings ...)
2015-10-20 1:54 ` Masahiro Yamada
@ 2015-11-05 12:17 ` Daniel Hellstrom
3 siblings, 0 replies; 10+ messages in thread
From: Daniel Hellstrom @ 2015-11-05 12:17 UTC (permalink / raw)
To: u-boot
On 10/19/2015 04:54 PM, Francois Retief wrote:
> Hallo Daniel,
>
>> -----Original Message-----
>> From: Daniel Hellstrom [mailto:daniel at gaisler.com]
>> Sent: 18 October 2015 11:30 PM
>> To: Masahiro Yamada<yamada.masahiro@socionext.com>
>> Subject: Re: [U-Boot] Remove sparc archiecture?
>>
>> On 10/18/2015 05:20 PM, Masahiro Yamada wrote:
>>> (+CC Francois)
>>>
>>>
>>> 2015-10-18 21:24 GMT+09:00 Tom Rini<trini@konsulko.com>:
>>>> On Sun, Oct 18, 2015 at 06:19:16AM -0600, Simon Glass wrote:
>>>>
>>>>> Hi,
>>>>>
>>>>> It looks like sparc has no maintainer and has not been converted to
>>>>> generic board. Should we remove it?
>>>> Well, not quite "no maintainer", but... Daniel? SPARC is in need of
>>>> some work (and possibly a new toolchain too, I stopped building it all
>>>> the time due to a false positive warning the 3.4.4 toolchain I have
>>>> gives). Thanks!
>>>>
>>>> --
>>>> Tom
>>> I see generic board work for SPARC
>>>
>>> http://patchwork.ozlabs.org/patch/404616/
>>> http://patchwork.ozlabs.org/patch/404618/
>>> http://patchwork.ozlabs.org/patch/404617/
>>> http://patchwork.ozlabs.org/patch/404619/
>>> http://patchwork.ozlabs.org/patch/404620/
>>> http://patchwork.ozlabs.org/patch/404622/
>>> http://patchwork.ozlabs.org/patch/404621/
>>> http://patchwork.ozlabs.org/patch/404624/
>>> http://patchwork.ozlabs.org/patch/404623/
>>>
>>> but, Daniel was not responding...
>>>
>>>
>>> Perhaps, replace the maintainer if Francois agrees?
>> I regret to say that I've been too busy last two years and I don't see a
>> change during 2015 either.
>>
>> I would not like to see the SPARC port removed now that the LEON
>> community grows as new LEON3 and LEON4 chips comes to market. WIth
>> multi-core and higher frequency there is a growing interest in u-boot
>> from the LEON community.
>>
>> Nowadays there are LEON GCC targets mcpu=leon,leon3,leon3v7 so it should
>> be possible to setup a working toolchain based on GCC-4.9 which we use
>> for Linux and RTEMS. In the past I've used a GCC-4.4 toolchain from
>> Cobham Gaisler.
>>
>> If Francois agrees it is probably a good idea to let him take over the
>> SPARC as he has put work into both BSP and architecture. Although I
>> would like to acknowledge my interest in u-boot and I hope and believe
>> that my efforts will be resumed in the future. Francois, if you feel it
>> is too much a temporary replacement could also be an option if the
>> u-boot project allows it.
> Yes, I am willing to take over as maintainer until such time that Daniel is ready
> to resume his effort in future. We are investing in the LEON as archtecture and
> would like to see U-Boot support for SPARC continuing into the future.
Thanks!
> Daniel, I would just like to ask if you could stay on as an advisor, if at all possible.
> I have only access to one LEON3FT board at the moment and may require advice
> on other devices as time goes by. I will try to keep questions consise and as
> infrequent as possible for you.
I'm on parental leave until January, but I'll do my best.
Regards,
Daniel
> Will rebase my patch set to the latest release this week and resend them for review.
> Masahiro, what version of GCC is prefered (if any) for the next release of U-Boot.
> I am currently using the GCC-4.4 toolchain from Cobham Gaisler.
>
> Regards,
> Francois
>
>
> ________________________________
> Disclaimer and confidentiality note ? refer to our website for further details: www.spaceteq.co.za<http://www.spaceteq.co.za/home/emaildisclaimer/>
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2015-11-05 12:17 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-18 12:19 [U-Boot] Remove sparc archiecture? Simon Glass
2015-10-18 12:24 ` Tom Rini
2015-10-18 15:20 ` Masahiro Yamada
2015-10-18 21:30 ` Daniel Hellstrom
2015-10-19 14:54 ` Francois Retief
2015-10-19 15:46 ` Tom Rini
2015-10-19 15:52 ` Francois Retief
2015-10-19 20:54 ` Wolfgang Denk
2015-10-20 1:54 ` Masahiro Yamada
2015-11-05 12:17 ` Daniel Hellstrom
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox