[PATCH 1/2] sb/setbuilder: Install the build when stagging or configured to install

2022-09-15 Thread chrisj
From: Chris Johns --- source-builder/sb/setbuilder.py | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/source-builder/sb/setbuilder.py b/source-builder/sb/setbuilder.py index f24ac87..3e16111 100644 --- a/source-builder/sb/setbuilder.py +++ b/source-builder/sb/setbuil

[PATCH 2/2] testproc/gsed: Do not use %include with internal builds

2022-09-15 Thread chrisj
From: Chris Johns --- bare/config/devel/gnu-default-tools.bset| 1 + bare/config/textproc/gsed-internal.bset | 5 - rtems/config/tools/rtems-default-tools.bset | 3 ++- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/bare/config/devel/gnu-default-tools.bset b/bare/con

Re: [PATCH rtems-libbsd] rtemsbsd/arasan_sd: Prevent disabled device probe

2022-09-15 Thread Chris Johns
On 16/9/22 6:16 am, Kinsey Moore wrote: > Probing a SDIO/SDHCI interface that has been disabled by system init via > holding it in reset can cause a CPU hang. This prevents probing of > devices that have been disabled in such a manner on ZynqMP systems.> --- > rtemsbsd/sys/dev/sdhci/arasan_sdhci.c

Re: [PATCH] icpp remedy

2022-09-15 Thread Sebastian Huber
On 15.09.22 00:06, Gedare Bloom wrote: On Tue, Sep 13, 2022 at 12:42 PM Kuan-Hsun Chen wrote: Thanks for the prompt reply. Yes, I will guide Junjie to make a ticket and go through the issue. Is there a test case for this? Yes, a test case is also ready to be reviewed and can be part of the

Re: [PATCH 2/3] textproc/gsed: Add GNU sed build support

2022-09-15 Thread Chris Johns
On 14/9/2022 5:02 pm, chr...@rtems.org wrote: > From: Chris Johns > diff --git a/bare/config/textproc/gsed-internal.bset > b/bare/config/textproc/gsed-internal.bset > new file mode 100644 > index 000..e93e1a5 > --- /dev/null > +++ b/bare/config/textproc/gsed-internal.bset > @@ -0,0 +1,12 @@ >

Re: [PATCH 3/3] devel/gcc: Check and build GNU sed if not available on build host

2022-09-15 Thread Chris Johns
On 15/9/22 9:21 pm, Frank Kühndel wrote: > Hello Chris, > > our CI build the tools (rtems-source-builder git) for revision > > c0edd80bcd27b3dad7ee7acf5ea129e81e6a6f64 "rtems/jpeg: Update the checksum" > > OK and failed for revision > > 468fc79e8c7c8076e8b65be82ba2009e41dd6c8e "devel/gcc: Check

Re: [PATCH 1/3] sb/setbuilder: Do not install if --no-install option is used

2022-09-15 Thread Chris Johns
Hi, There is a bug in this change. I will sort it out today. Sorry about this. Chris On 14/9/22 5:02 pm, chr...@rtems.org wrote: > From: Chris Johns > > - This is a bug introduced in the recent bset tar file changes > --- > source-builder/sb/setbuilder.py | 3 ++- > 1 file changed, 2 inserti

[PATCH rtems-libbsd] rtemsbsd/arasan_sd: Prevent disabled device probe

2022-09-15 Thread Kinsey Moore
Probing a SDIO/SDHCI interface that has been disabled by system init via holding it in reset can cause a CPU hang. This prevents probing of devices that have been disabled in such a manner on ZynqMP systems. --- rtemsbsd/sys/dev/sdhci/arasan_sdhci.c | 25 + 1 file changed,

Re: [PATCH 3/3] devel/gcc: Check and build GNU sed if not available on build host

2022-09-15 Thread Frank Kühndel
Hello Chris, our CI build the tools (rtems-source-builder git) for revision c0edd80bcd27b3dad7ee7acf5ea129e81e6a6f64 "rtems/jpeg: Update the checksum" OK and failed for revision 468fc79e8c7c8076e8b65be82ba2009e41dd6c8e "devel/gcc: Check and build GNU sed if not available on build host" with