Re: [PATCH v1 6/8] score: Add AArch64 port

2020-09-27 Thread Sebastian Huber
On 25/09/2020 20:45, Kinsey Moore wrote: -Original Message- From: Sebastian Huber Sent: Friday, September 25, 2020 11:20 To: Kinsey Moore ; devel@rtems.org Subject: Re: [PATCH v1 6/8] score: Add AArch64 port On 25/09/2020 17:27, Kinsey Moore wrote: diff --git a/cpukit/include/rtems/sc

Re: [PATCH] build: Add comment

2020-09-27 Thread Chris Johns
Thanks, this is great. OK to push. On 28/9/20 2:18 pm, Sebastian Huber wrote: > Update #3818. > --- > wscript | 4 > 1 file changed, 4 insertions(+) > > diff --git a/wscript b/wscript > index 6280afa6c9..1670acf936 100755 > --- a/wscript > +++ b/wscript > @@ -1362,7 +1362,11 @@ def configur

[PATCH] build: Add comment

2020-09-27 Thread Sebastian Huber
Update #3818. --- wscript | 4 1 file changed, 4 insertions(+) diff --git a/wscript b/wscript index 6280afa6c9..1670acf936 100755 --- a/wscript +++ b/wscript @@ -1362,7 +1362,11 @@ def configure_variant(conf, cp, bsp_map, path_list, top_group, variant): conf.env["BSP_BASE"] = bsp_base

Re: [rtems commit] build: Fix enabled-by evaluation

2020-09-27 Thread Chris Johns
On 27/9/20 5:40 pm, Sebastian Huber wrote: > Module:rtems > Branch:master > Commit:b8d84015a4bc30f280b3e39f3f806e1ec0b2ec7a > Changeset: > http://git.rtems.org/rtems/commit/?id=b8d84015a4bc30f280b3e39f3f806e1ec0b2ec7a > > Author:Sebastian Huber > Date: Sun Sep 27 09:35:06 20

Re: [PATCH] user: Add migration hints from old build system

2020-09-27 Thread Sebastian Huber
On 26/09/2020 17:50, Joel Sherrill wrote: Why the __ around RTEMS_ADA and no other option? There is a one to one correspondence between the BSP option name and the define in . I think the first order of business is to explain how to translate existing configure and build steps to the new one

Re: qoriq_e6500_32 with smp - compiler error

2020-09-27 Thread Sebastian Huber
On 26/09/2020 22:02, Gedare Bloom wrote: I reduced this just to: --- [powerpc/qoriq_e6500_32_smp] INHERIT = qoriq_e6500_32 RTEMS_SMP = True --- And it breaks. If I don't use the INHERIT option, this works: [powerpc/qoriq_e6500_32] RTEMS_SMP = True So the inheritance must not be picking somethi

Re: [PATCH] shell: Fixing bug in line editing of the shell with CTRL-U.

2020-09-27 Thread Chris Johns
On 26/9/20 2:06 am, Joel Sherrill wrote: > On Fri, Sep 25, 2020, 10:06 AM Gedare Bloom > wrote: > > On Fri, Sep 25, 2020 at 3:11 AM Frank Kuehndel > > wrote: > > > > This patch fixes a tiny bug in the command