Re: rtems-boot-image tool: Raspberry Pi

2020-04-04 Thread G. S. Niteesh
Hii, It has been quite a few days since the last mail. Chris, can you please take a look at this when you are free? Thanks, Niteesh On Mon, Mar 23, 2020 at 1:23 AM Christian Mauderer wrote: > Hello Niteesh, > > thanks for the (private) remainder. This thread really stopped quite > some time ago

Re: [PATCH] user: update copyright and minor typo

2020-04-04 Thread Gedare Bloom
Sorry, this is a mistake one, already been pushed ignore.. On Sat, Apr 4, 2020 at 10:43 PM Gedare Bloom wrote: > > --- > user/index.rst | 1 + > user/start/tools.rst | 4 ++-- > 2 files changed, 3 insertions(+), 2 deletions(-) > > diff --git a/user/index.rst b/user/index.rst > index 5c39cc

[PATCH] user/rsb: describe how to create configuration reports

2020-04-04 Thread Gedare Bloom
Closes #3629. --- user/rsb/configuration.rst | 21 ++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/user/rsb/configuration.rst b/user/rsb/configuration.rst index 8c8c87f..7ad58ed 100644 --- a/user/rsb/configuration.rst +++ b/user/rsb/configuration.rst @@ -364,11

[PATCH] user: update copyright and minor typo

2020-04-04 Thread Gedare Bloom
--- user/index.rst | 1 + user/start/tools.rst | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/user/index.rst b/user/index.rst index 5c39cca..0e6e886 100644 --- a/user/index.rst +++ b/user/index.rst @@ -11,6 +11,7 @@ RTEMS User Manual (|version|). .. topic:: Copyrig

Re: [PATCH v5] Chapter-on-need-for-RTEMS-specific-cross-compiler

2020-04-04 Thread Gedare Bloom
Pushed, thank you for your contribution! On Fri, Apr 3, 2020 at 9:46 PM Utkarsh Rai wrote: > > Removed '-' character and provided definition list format > --- > user/start/tools.rst | 33 + > 1 file changed, 33 insertions(+) > > diff --git a/user/start/tools.rst b

[PATCH v2] sb/reports: add sanitize parameter enabled for --mail

2020-04-04 Thread Gedare Bloom
Adds a --sanitize option to command line for reports.py and also for the reports.report() interface from setbuilder.py to remove the Remotes information from git. Closes #3887. --- source-builder/sb/reports.py| 52 + source-builder/sb/setbuilder.py | 4 +-- 2

Re: [PATCH rtems-tools] rtemstoolkit: add override option for rtems_version

2020-04-04 Thread Chris Johns
On 2020-04-05 11:28, Gedare Bloom wrote: On Sat, Apr 4, 2020 at 4:28 PM Gedare Bloom wrote: On Sat, Apr 4, 2020 at 4:25 PM Vijay Kumar Banerjee wrote: On Sun, Apr 5, 2020, 3:45 AM Gedare Bloom wrote: Use in tester to allow defining custom rtems_version to use in tools. Closes #3671.

Re: [PATCH rtems-tools] rtemstoolkit: add override option for rtems_version

2020-04-04 Thread Gedare Bloom
On Sat, Apr 4, 2020 at 4:28 PM Gedare Bloom wrote: > > On Sat, Apr 4, 2020 at 4:25 PM Vijay Kumar Banerjee > wrote: > > > > > > > > On Sun, Apr 5, 2020, 3:45 AM Gedare Bloom wrote: > >> > >> Use in tester to allow defining custom rtems_version > >> to use in tools. > >> > >> Closes #3671. > > >

Re: [rtems commit] score: Fix _ISR_Stack_area_end

2020-04-04 Thread Chris Johns
On 2020-04-04 00:49, Sebastian Huber wrote: Module:rtems Branch:master Commit:8e80876bdd54e36fb668eee655eec1dd588daf13 Changeset: http://git.rtems.org/rtems/commit/?id=8e80876bdd54e36fb668eee655eec1dd588daf13 Buildbot is showing this has broken master for some BSP ... https://buil

Re: [PATCH rtems-tools] rtemstoolkit: add override option for rtems_version

2020-04-04 Thread Gedare Bloom
On Sat, Apr 4, 2020 at 4:25 PM Vijay Kumar Banerjee wrote: > > > > On Sun, Apr 5, 2020, 3:45 AM Gedare Bloom wrote: >> >> Use in tester to allow defining custom rtems_version >> to use in tools. >> >> Closes #3671. > > > Looks like someone else was also chasing this bug with a similar approach ;)

Re: [PATCH rtems-tools] rtemstoolkit: add override option for rtems_version

2020-04-04 Thread Vijay Kumar Banerjee
On Sun, Apr 5, 2020, 3:55 AM Vijay Kumar Banerjee wrote: > > > On Sun, Apr 5, 2020, 3:45 AM Gedare Bloom wrote: > >> Use in tester to allow defining custom rtems_version >> to use in tools. >> >> Closes #3671. >> > > Looks like someone else was also chasing this bug with a similar approach > ;)

[PATCH rtems-tools] rtemstoolkit: add override option for rtems_version

2020-04-04 Thread Gedare Bloom
Use in tester to allow defining custom rtems_version to use in tools. Closes #3671. --- rtemstoolkit/options.py | 1 + tester/rtems/version.cfg | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/rtemstoolkit/options.py b/rtemstoolkit/options.py index 32a7016..e991bc8 100644

[PATCH rtems-tools] Add support to take version number from user

2020-04-04 Thread Vijay Kumar Banerjee
Closes #3671 --- tester/rt/test.py| 6 +- tester/rtems/version.cfg | 6 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/tester/rt/test.py b/tester/rt/test.py index 16ac352..e0a47b4 100644 --- a/tester/rt/test.py +++ b/tester/rt/test.py @@ -367,7 +367,8 @@ def run

[PATCH RSB v2 1/2] Add clean-cfg.sh script to find and remove unused cfg files

2020-04-04 Thread Gedare Bloom
Updates #3273. --- clean-cfg.sh | 11 +++ 1 file changed, 11 insertions(+) create mode 100644 clean-cfg.sh diff --git a/clean-cfg.sh b/clean-cfg.sh new file mode 100644 index 000..eb3a82b --- /dev/null +++ b/clean-cfg.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +for f in `find . -name "*.cfg"

Re: [PATCH RSB 1/2] Add clean-cfg.sh script to find and remove unused cfg files

2020-04-04 Thread Gedare Bloom
On Sat, Apr 4, 2020 at 1:29 PM Gedare Bloom wrote: > > Closes #3273. > --- > clean-cfg.sh | 11 +++ > 1 file changed, 11 insertions(+) > create mode 100644 clean-cfg.sh > > diff --git a/clean-cfg.sh b/clean-cfg.sh > new file mode 100644 > index 000..cad678b > --- /dev/null > +++ b/cl

[PATCH RSB 0/2] RSB removed used tools configuration files.

2020-04-04 Thread Gedare Bloom
These two patches demonstrate a bash script approach to automate the removal of unused configuration (*.cfg) files within the RSB. See https://devel.rtems.org/ticket/3273 ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/de

[PATCH RSB 1/2] Add clean-cfg.sh script to find and remove unused cfg files

2020-04-04 Thread Gedare Bloom
Closes #3273. --- clean-cfg.sh | 11 +++ 1 file changed, 11 insertions(+) create mode 100644 clean-cfg.sh diff --git a/clean-cfg.sh b/clean-cfg.sh new file mode 100644 index 000..cad678b --- /dev/null +++ b/clean-cfg.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +for f in `find . -name "*.cfg"

Covid Code-In Update (4 April 2020)

2020-04-04 Thread Joel Sherrill
Hi I hope this email finds you and your loved ones all well. Thanks to everyone who has submitted patches moving us to a release. Here in Huntsville, it has been quiet at home with us working from home for over two weeks. Today, a state-wide "stay home" order goes into effect. The RTEMS Core Dev

Re: [PATCH v2] bsp/raspberry: Add a bsp_fdt_map_intr().

2020-04-04 Thread Christian Mauderer
On 04/04/2020 19:10, Gedare Bloom wrote: > Looks good, go ahead; thanks. Thanks for the review. Pushed it. > > On Sat, Apr 4, 2020 at 10:39 AM Christian Mauderer wrote: >> >> From: Christian Mauderer >> >> Fixes #3903 >> --- >> bsps/arm/raspberrypi/include/bsp/irq.h | 3 +++ >> bsps/arm/rasp

Re: [PATCH v2] bsp/raspberry: Add a bsp_fdt_map_intr().

2020-04-04 Thread Gedare Bloom
Looks good, go ahead; thanks. On Sat, Apr 4, 2020 at 10:39 AM Christian Mauderer wrote: > > From: Christian Mauderer > > Fixes #3903 > --- > bsps/arm/raspberrypi/include/bsp/irq.h | 3 +++ > bsps/arm/raspberrypi/start/bspstart.c | 24 > 2 files changed, 27 insertions(

[PATCH v2] bsp/raspberry: Add a bsp_fdt_map_intr().

2020-04-04 Thread Christian Mauderer
From: Christian Mauderer Fixes #3903 --- bsps/arm/raspberrypi/include/bsp/irq.h | 3 +++ bsps/arm/raspberrypi/start/bspstart.c | 24 2 files changed, 27 insertions(+) diff --git a/bsps/arm/raspberrypi/include/bsp/irq.h b/bsps/arm/raspberrypi/include/bsp/irq.h index 6

Re: [PATCH] bsp/raspberry: Add a bsp_fdt_map_intr().

2020-04-04 Thread Gedare Bloom
On Sat, Apr 4, 2020 at 9:14 AM Christian Mauderer wrote: > > On 04/04/2020 17:04, Gedare Bloom wrote: > > On Sat, Apr 4, 2020 at 4:57 AM Christian Mauderer > > wrote: > >> > >> From: Christian Mauderer > >> > >> Fixes #3903 > >> --- > >> bsps/arm/raspberrypi/include/bsp/irq.h | 2 ++ > >> bsp

Re: [PATCH] bsp/raspberry: Add a bsp_fdt_map_intr().

2020-04-04 Thread Christian Mauderer
On 04/04/2020 17:04, Gedare Bloom wrote: > On Sat, Apr 4, 2020 at 4:57 AM Christian Mauderer wrote: >> >> From: Christian Mauderer >> >> Fixes #3903 >> --- >> bsps/arm/raspberrypi/include/bsp/irq.h | 2 ++ >> bsps/arm/raspberrypi/start/bspstart.c | 23 +++ >> 2 files change

Re: [PATCH] bsp/raspberry: Add a bsp_fdt_map_intr().

2020-04-04 Thread Gedare Bloom
On Sat, Apr 4, 2020 at 4:57 AM Christian Mauderer wrote: > > From: Christian Mauderer > > Fixes #3903 > --- > bsps/arm/raspberrypi/include/bsp/irq.h | 2 ++ > bsps/arm/raspberrypi/start/bspstart.c | 23 +++ > 2 files changed, 25 insertions(+) > > diff --git a/bsps/arm/raspb

[PATCH] bsp/raspberry: Add a bsp_fdt_map_intr().

2020-04-04 Thread Christian Mauderer
From: Christian Mauderer Fixes #3903 --- bsps/arm/raspberrypi/include/bsp/irq.h | 2 ++ bsps/arm/raspberrypi/start/bspstart.c | 23 +++ 2 files changed, 25 insertions(+) diff --git a/bsps/arm/raspberrypi/include/bsp/irq.h b/bsps/arm/raspberrypi/include/bsp/irq.h index 6a9