Re: [PATCH 2/2] score: Remove CPU port atomic operations API

2023-06-01 Thread Chris Johns
On 31/5/2023 5:53 pm, Sebastian Huber wrote: > On 26.05.23 07:19, Sebastian Huber wrote: >> Use the C/C++ standard API directly. > > Any comments to this patch set? > Not from me. I think cleaning up the files is a good. A very minor point ... should the documentation's recommendation in the

Re: [PATCH 2/2] score: Remove CPU port atomic operations API

2023-06-01 Thread Sebastian Huber
On 01.06.23 04:07, Chris Johns wrote: A very minor point ... should the documentation's recommendation in the SMP section be change to say the atomic operations are provided by the C/C++ standard interfaces directly? Something like this:

RTEMS-libbsd freebsd-org submodule would require update in order to import genet drivers. Suggestions?

2023-06-01 Thread Noor Aman
Hello, Currently freebsd-org submodule is currently checked out at hash-ID 5d85e12 dated September 24, 2019 in master rtems-libbsd branch. In order to import genet drivers, I need to at least get commit from april 2020. Specifically this one https://reviews.freebsd.org/D24436 In terms of freebsd

Re: [PATCH 01/34] validation: Test sparc/leon3 BSP family

2023-06-01 Thread Chris Johns
On 1/6/2023 3:28 am, Sebastian Huber wrote: > On 31.05.23 19:25, Joel Sherrill wrote: >> On Wed, May 31, 2023 at 12:18 PM Sebastian Huber >> > > wrote: >> >>     On 31.05.23 19:14, Joel Sherrill wrote: >> > This patch has a couple of issues. >>

Re: [PATCH 10/34] bsp/leon3: Move and simplify bsp_irq_fixup()

2023-06-01 Thread Chris Johns
On 1/6/2023 2:30 am, Sebastian Huber wrote: > --- > bsps/sparc/leon3/clock/ckinit.c | 4 ++-- > bsps/sparc/leon3/include/bsp/irq.h | 1 - > bsps/sparc/leon3/include/bsp/leon3.h| 31 + > bsps/sparc/leon3/include/leon.h | 18 -- >

BSP-Specific Testing was: [PATCH 00/34] Integrate pre-qualified LEON3 BSP

2023-06-01 Thread Gedare Bloom
-- Forwarded message - From: Sebastian Huber Date: Wed, May 31, 2023 at 10:31 AM The existing tests in the RTEMS test suite are basically BSP independent. This patch set introduces BSP-specific validation tests. These tests are disabled for other BSPs through the build system,

Re: [PATCH 01/34] validation: Test sparc/leon3 BSP family

2023-06-01 Thread Chris Johns
[ resending ... ] On 1/6/2023 3:28 am, Sebastian Huber wrote: > On 31.05.23 19:25, Joel Sherrill wrote: >> On Wed, May 31, 2023 at 12:18 PM Sebastian Huber >> > > wrote: >> >>     On 31.05.23 19:14, Joel Sherrill wrote: >> > This patch has a couple

Re: [PATCH 2/2] score: Remove CPU port atomic operations API

2023-06-01 Thread Gedare Bloom
On Wed, May 31, 2023 at 1:53 AM Sebastian Huber wrote: > > On 26.05.23 07:19, Sebastian Huber wrote: > > Use the C/C++ standard API directly. > > Any comments to this patch set? > At a quick glance it looks fine. The changes are largely mechanical and I did not examine all of them. > -- >

Re: BSP-Specific Testing was: [PATCH 00/34] Integrate pre-qualified LEON3 BSP

2023-06-01 Thread Gedare Bloom
On Thu, Jun 1, 2023 at 2:00 PM Gedare Bloom wrote: > > -- Forwarded message - > From: Sebastian Huber > Date: Wed, May 31, 2023 at 10:31 AM > > The existing tests in the RTEMS test suite are basically BSP > independent. This patch set introduces BSP-specific validation tests. >