Re: [PATCH 2/3] cpukit: Change _COMPILING_NEWLIB to _LIBC for helper functions decls

2022-06-14 Thread Chris Johns
On 15/6/2022 2:42 am, Joel Sherrill wrote: > This is OK. Changed in newlib here: > > commit 6226bad0eafe762b811c62d1dc096bc0858b0d1a > Author: Mike Frysinger mailto:vap...@gentoo.org>> > Date:   Mon Nov 8 22:22:27 2021 -0500 > >     change _COMPILING_NEWLIB to _LIBC >     >     Use the same name

Re: [PATCH 3/3] aarch64/gicv3: Remove accesses to secure registers

2022-06-14 Thread Chris Johns
On 14/6/2022 11:44 pm, Gedare Bloom wrote: > On Mon, Jun 13, 2022 at 7:39 PM wrote: >> >> From: Chris Johns >> >> --- >> bsps/include/dev/irq/arm-gicv3.h | 18 +++--- >> 1 file changed, 15 insertions(+), 3 deletions(-) >> >> diff --git a/bsps/include/dev/irq/arm-gicv3.h >>

Re: [PATCH 2/3] bsp/versal: Support more than 4G of RAM

2022-06-14 Thread Chris Johns
On 15/6/2022 2:43 am, Joel Sherrill wrote: > OK but the commit message could be a bit more enlightening.  What about: bsp/versal: Make RAM base 64bit to support more than 4G of RAM > It took me a minute to realize that all this did was change the type > of the memory length parameter. It

Re: [PATCH 1/3] score/cpu: Silence ARM and AARCH64 GCC 12 false trigger array warning

2022-06-14 Thread Joel Sherrill
Correct the URL in the commit message and push it. --joel On Mon, Jun 13, 2022 at 8:57 PM Chris Johns wrote: > On 14/6/2022 11:24 am, chr...@rtems.org wrote: > > From: Chris Johns > > > > The false trigger is covered in: > > > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104657 > > This is

Re: [PATCH 2/3] bsp/versal: Support more than 4G of RAM

2022-06-14 Thread Joel Sherrill
OK but the commit message could be a bit more enlightening. It took me a minute to realize that all this did was change the type of the memory length parameter. It actually does not change any lengths to > 4 GB. --joel On Mon, Jun 13, 2022 at 8:39 PM wrote: > From: Chris Johns > > --- >

Re: [PATCH 2/3] cpukit: Change _COMPILING_NEWLIB to _LIBC for helper functions decls

2022-06-14 Thread Joel Sherrill
This is OK. Changed in newlib here: commit 6226bad0eafe762b811c62d1dc096bc0858b0d1a Author: Mike Frysinger Date: Mon Nov 8 22:22:27 2021 -0500 change _COMPILING_NEWLIB to _LIBC Use the same name as glibc & gnulib to indicate "newlib itself is being compiled". This also

Re: Static Analysis Tools for RTEMS

2022-06-14 Thread Joel Sherrill
On Mon, Jun 13, 2022, 8:38 PM Chris Johns wrote: > On 10/6/2022 12:09 am, Joel Sherrill wrote: > > With Matthew addressing new warnings from GCC 12, > > I have posted some warning fixes for the arm and aarch64. They let those > archs > build warning free without the testsuite. I hope it helps. >

[PATCH] Proposal for new GPIO API and example implementation for STM32F4 BSP

2022-06-14 Thread Duc Doan
Dear all, I am proposing a new GPIO API for RTEMS. The current API is kind of tailored to some specific hardware and therefore may require some overhead to make it fit for others. The one I am proposing is not finished but it is aimed to be simple and generic. It has some opaque type

Re: [PATCH 3/3] aarch64/gicv3: Remove accesses to secure registers

2022-06-14 Thread Gedare Bloom
On Mon, Jun 13, 2022 at 7:39 PM wrote: > > From: Chris Johns > > --- > bsps/include/dev/irq/arm-gicv3.h | 18 +++--- > 1 file changed, 15 insertions(+), 3 deletions(-) > > diff --git a/bsps/include/dev/irq/arm-gicv3.h > b/bsps/include/dev/irq/arm-gicv3.h > index

Re: [PATCH rtems] bsps/atsam: Fix type of options (part 2)

2022-06-14 Thread Christian MAUDERER
Thanks. I pushed it. Am 13.06.22 um 19:37 schrieb Joel Sherrill: Fixes build issues I reported. Please push. --joel On Mon, Jun 13, 2022 at 2:18 AM Christian Mauderer > wrote: The patch "bsps/atsam: Fix type of options" missed to adapt some