Re: [PATCH 2/2] bsps/arm: Sort fast text/data sections

2020-10-20 Thread Chris Johns
On 21/10/20 4:51 pm, Sebastian Huber wrote: > On 21/10/2020 07:42, Chris Johns wrote: > >> On 21/10/20 4:31 pm, Sebastian Huber wrote: >>> On 21/10/2020 02:25, Chris Johns wrote: >>> On 21/10/20 3:04 am, Sebastian Huber wrote: > --- >    bsps/arm/shared/start/linkcmds.base | 4 ++-- >>

Re: [PATCH 2/2] bsps/arm: Sort fast text/data sections

2020-10-20 Thread Sebastian Huber
On 21/10/2020 07:42, Chris Johns wrote: On 21/10/20 4:31 pm, Sebastian Huber wrote: On 21/10/2020 02:25, Chris Johns wrote: On 21/10/20 3:04 am, Sebastian Huber wrote: ---   bsps/arm/shared/start/linkcmds.base | 4 ++--   1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bsps/ar

Re: BSP maintenance (was Re: set_vector() on SPARC)

2020-10-20 Thread Sebastian Huber
On 21/10/2020 04:06, Chris Johns wrote: Those who are not in constant testing... well they are not tier 1, right? Yes but how does that fit in with idea of "being maintained" or "not being maintained" and under what terms do we accept changes to BSPs and the interfaces they use? I suppose I am

Re: [PATCH 2/2] bsps/arm: Sort fast text/data sections

2020-10-20 Thread Chris Johns
On 21/10/20 4:31 pm, Sebastian Huber wrote: > On 21/10/2020 02:25, Chris Johns wrote: > >> On 21/10/20 3:04 am, Sebastian Huber wrote: >>> --- >>>   bsps/arm/shared/start/linkcmds.base | 4 ++-- >>>   1 file changed, 2 insertions(+), 2 deletions(-) >>> >>> diff --git a/bsps/arm/shared/start/linkcmd

Re: [PATCH 1/2] bsps/arm: Add support for MPU region alignment

2020-10-20 Thread Chris Johns
On 21/10/20 4:37 pm, Sebastian Huber wrote: > On 21/10/2020 02:23, Chris Johns wrote: >> On 21/10/20 3:04 am, Sebastian Huber wrote: >>> --- >>>   bsps/arm/shared/start/linkcmds.base | 21 + >>>   1 file changed, 21 insertions(+) >>> >>> diff --git a/bsps/arm/shared/start/linkcmd

Re: [PATCH 1/2] bsps/arm: Add support for MPU region alignment

2020-10-20 Thread Sebastian Huber
On 21/10/2020 02:23, Chris Johns wrote: On 21/10/20 3:04 am, Sebastian Huber wrote: --- bsps/arm/shared/start/linkcmds.base | 21 + 1 file changed, 21 insertions(+) diff --git a/bsps/arm/shared/start/linkcmds.base b/bsps/arm/shared/start/linkcmds.base index 1f5f1ef959..

Re: [PATCH 2/2] bsps/arm: Sort fast text/data sections

2020-10-20 Thread Sebastian Huber
On 21/10/2020 02:25, Chris Johns wrote: On 21/10/20 3:04 am, Sebastian Huber wrote: --- bsps/arm/shared/start/linkcmds.base | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bsps/arm/shared/start/linkcmds.base b/bsps/arm/shared/start/linkcmds.base index d0663cf97e..8fa

Re: [PATCH] libdebugger: Fix ARMv7-M with -O0

2020-10-20 Thread Sebastian Huber
On 21/10/2020 02:06, Chris Johns wrote: On 21/10/20 2:50 am, Sebastian Huber wrote: On 02/04/2020 09:09, Sebastian Huber wrote: On 02/04/2020 08:46, Chris Johns wrote: On 2020-04-02 16:53, Sebastian Huber wrote: Hallo Chris, On 21/03/2020 07:45, Sebastian Huber wrote: On 20/03/2020 22:23,

[PATCH v4 0/1] Test for clock_nanosleep() with CLOCK_MONOTONIC option

2020-10-20 Thread Utkarsh Rai
This patch has the tests for clock_nanosleep with the CLOCK_MONOTONIC option. The psxtests/psxclocknanosleep01/.. tests for valid timeout values as well as for the effect on timeout delay when REALTIME clock is modified(no effect). The timing tests are the similar to that for the REALTIME option(yi

[PATCH v4 1/1] Test for clock_nanosleep() with CLOCK_MONOTONIC option

2020-10-20 Thread Utkarsh Rai
--- .../psxtests/psxclocknanosleep01.yml | 19 +++ spec/build/testsuites/psxtmtests/grp.yml | 4 + .../psxtmtests/psxtmclocknanosleep04.yml | 19 +++ .../psxtmtests/psxtmclocknanosleep05.yml | 19 +++ .../psxtests/psxclocknanosleep01/init.c | 145

Re: BSP maintenance (was Re: set_vector() on SPARC)

2020-10-20 Thread Chris Johns
Hi Thomas, Thanks for responding. On 20/10/20 5:52 pm, Thomas Doerfler wrote: > Chris, > > hm, isn't this something related to our tiering of architectures/BSPs? The tiers as they are currently defined do not have the resolution these questions raise. I am not sure tiers could capture the subtl

Re: LibBSD PowerPC motorola_shared BSP PCI Support

2020-10-20 Thread Chris Johns
On 21/10/20 2:52 am, Sebastian Huber wrote: > On 20/10/2020 03:52, chr...@rtems.org wrote: > >> Tested on a MVME2700 (mvme2307) BSP: >> >> nexus0: >> pcib0 pcibus 0 on motherboard >> pci0: on pcib0 >> pci0: at device 0.0 (no driver attached) >> pci0: at device 11.0 (no driver attached) >> pci0

Re: [rtems commit] posix: Fix pthread_spin_unlock()

2020-10-20 Thread Chris Johns
On 21/10/20 3:01 am, Gedare Bloom wrote: > On Mon, Oct 19, 2020 at 10:59 PM Sebastian Huber > wrote: >> >> On 20/10/2020 00:17, Chris Johns wrote: >>> On 20/10/20 5:06 am, Gedare Bloom wrote: On Mon, Oct 19, 2020 at 11:11 AM Sebastian Huber wrote: > On 19/10/2020 18:53, Gedare Bloo

Re: [PATCH 2/2] bsps/arm: Sort fast text/data sections

2020-10-20 Thread Chris Johns
On 21/10/20 3:04 am, Sebastian Huber wrote: > --- > bsps/arm/shared/start/linkcmds.base | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/bsps/arm/shared/start/linkcmds.base > b/bsps/arm/shared/start/linkcmds.base > index d0663cf97e..8fa127ce08 100644 > --- a/bsps/arm/

Re: [PATCH 1/2] bsps/arm: Add support for MPU region alignment

2020-10-20 Thread Chris Johns
On 21/10/20 3:04 am, Sebastian Huber wrote: > --- > bsps/arm/shared/start/linkcmds.base | 21 + > 1 file changed, 21 insertions(+) > > diff --git a/bsps/arm/shared/start/linkcmds.base > b/bsps/arm/shared/start/linkcmds.base > index 1f5f1ef959..d0663cf97e 100644 > --- a/bsps/a

Re: [PATCH] libdebugger: Fix ARMv7-M with -O0

2020-10-20 Thread Chris Johns
On 21/10/20 2:50 am, Sebastian Huber wrote: > On 02/04/2020 09:09, Sebastian Huber wrote: > >> On 02/04/2020 08:46, Chris Johns wrote: >> >>> On 2020-04-02 16:53, Sebastian Huber wrote: Hallo Chris, On 21/03/2020 07:45, Sebastian Huber wrote: > On 20/03/2020 22:23, Chris Johns wrote:

Re: Does anybody have the source code of rtems tools

2020-10-20 Thread Gedare Bloom
On Tue, Oct 20, 2020 at 8:09 AM Joel Sherrill wrote: > I'm probably telling you something that you already know but you will > have to contact Edisoft about that. That site is not maintained by or > associated with RTEMS.org. > > Adding on, that may not be what you are looking for. If you're usin

BSP for STM32H7

2020-10-20 Thread Sebastian Huber
Hello, I rebased the BSP for the STM32H7 which was developed March/April this year to the current master. It is available for review here (patch set is too big for the mailing list): https://git.rtems.org/sebh/rtems.git/log/?h=stm32h7 ___ devel mai

Re: [PATCH] libdebugger: Fix ARMv7-M with -O0

2020-10-20 Thread Sebastian Huber
On 20/10/2020 18:00, Joel Sherrill wrote: How about -Og instead? Enable all optimizations which do not negatively impact debugging? I don't know if it works with -Og. The last time I uses -Og it didn't work well. When I want to debug something I don't care about performance. _

[PATCH 2/2] bsps/arm: Sort fast text/data sections

2020-10-20 Thread Sebastian Huber
--- bsps/arm/shared/start/linkcmds.base | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bsps/arm/shared/start/linkcmds.base b/bsps/arm/shared/start/linkcmds.base index d0663cf97e..8fa127ce08 100644 --- a/bsps/arm/shared/start/linkcmds.base +++ b/bsps/arm/shared/start/linkc

[PATCH 1/2] bsps/arm: Add support for MPU region alignment

2020-10-20 Thread Sebastian Huber
--- bsps/arm/shared/start/linkcmds.base | 21 + 1 file changed, 21 insertions(+) diff --git a/bsps/arm/shared/start/linkcmds.base b/bsps/arm/shared/start/linkcmds.base index 1f5f1ef959..d0663cf97e 100644 --- a/bsps/arm/shared/start/linkcmds.base +++ b/bsps/arm/shared/start/li

[PATCH 0/2] Improve linker command file for ARMv7-M

2020-10-20 Thread Sebastian Huber
These two patches are preparations for the STM32H7 BSP. Sebastian Huber (2): bsps/arm: Add support for MPU region alignment bsps/arm: Sort fast text/data sections bsps/arm/shared/start/linkcmds.base | 25 +++-- 1 file changed, 23 insertions(+), 2 deletions(-) -- 2.26.2

Re: [rtems commit] posix: Fix pthread_spin_unlock()

2020-10-20 Thread Gedare Bloom
On Mon, Oct 19, 2020 at 10:59 PM Sebastian Huber wrote: > > On 20/10/2020 00:17, Chris Johns wrote: > > On 20/10/20 5:06 am, Gedare Bloom wrote: > >> On Mon, Oct 19, 2020 at 11:11 AM Sebastian Huber > >> wrote: > >>> On 19/10/2020 18:53, Gedare Bloom wrote: > >>> > On Mon, Oct 19, 2020 at 9

Re: [PATCH] libdebugger: Fix ARMv7-M with -O0

2020-10-20 Thread Joel Sherrill
On Tue, Oct 20, 2020 at 10:50 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 02/04/2020 09:09, Sebastian Huber wrote: > > > On 02/04/2020 08:46, Chris Johns wrote: > > > >> On 2020-04-02 16:53, Sebastian Huber wrote: > >>> Hallo Chris, > >>> On 21/03/2020 07:45, Sebastian Hub

Re: [PATCH v2] User Manual languages section

2020-10-20 Thread Gedare Bloom
On Mon, Oct 19, 2020 at 4:27 PM Chris Johns wrote: > > On 20/10/20 2:43 am, Joel Sherrill wrote: > > On Mon, Oct 19, 2020 at 10:20 AM Gedare Bloom > > wrote: > > > > Thanks for this. Someone should at least add TBD stubs for a few > > languages. If we say nothing,

Re: LibBSD PowerPC motorola_shared BSP PCI Support

2020-10-20 Thread Sebastian Huber
On 20/10/2020 03:52, chr...@rtems.org wrote: Tested on a MVME2700 (mvme2307) BSP: nexus0: pcib0 pcibus 0 on motherboard pci0: on pcib0 pci0: at device 0.0 (no driver attached) pci0: at device 11.0 (no driver attached) pci0: at device 11.1 (no driver attached) pci0: at device 12.0 (no driv

Re: [PATCH] libdebugger: Fix ARMv7-M with -O0

2020-10-20 Thread Sebastian Huber
On 02/04/2020 09:09, Sebastian Huber wrote: On 02/04/2020 08:46, Chris Johns wrote: On 2020-04-02 16:53, Sebastian Huber wrote: Hallo Chris, On 21/03/2020 07:45, Sebastian Huber wrote: On 20/03/2020 22:23, Chris Johns wrote: On 20 Mar 2020, at 4:49 pm, Sebastian Huber wrote: On 20/03/202

Re: Does anybody have the source code of rtems tools

2020-10-20 Thread Joel Sherrill
I'm probably telling you something that you already know but you will have to contact Edisoft about that. That site is not maintained by or associated with RTEMS.org. --joel On Sun, Oct 18, 2020 at 9:46 PM small...@aliyun.com wrote: > The main page is this: > > http://rtemscentre.edisoft.pt/ind