Re: Tier 1 BSPs? was Re: [PATCH rtems-tools] tiers: Add AArch64 to tier 1

2022-01-20 Thread Sebastian Huber
On 20/01/2022 17:07, Joel Sherrill wrote: Sebastian... I thought you mentioned there were some sparc BSPs with hardware results posted and should be tier 1. I never posted results to bu...@rtems.org so formally they are not tier 1. Also the RTEMS pre-qualification was done on modified RTEMS so

Re: [PATCH rtems-libbsd 1/2] microblaze: Add AXI Ethernet support

2022-01-20 Thread Alex White
On Thu, Jan 20, 2022 at 12:30 AM Chris Johns wrote: > > On 20/1/22 2:54 pm, Alex White wrote: > > From: Jennifer Averett > > rtemsbsd/rtems/rtems-kernel-vmem.c| 17 + > > diff --git a/rtemsbsd/rtems/rtems-kernel-vmem.c > > b/rtemsbsd/rtems/rtems-kernel-vmem.c > > index f64fbd17..70

Tier 1 BSPs? was Re: [PATCH rtems-tools] tiers: Add AArch64 to tier 1

2022-01-20 Thread Joel Sherrill
Grrr... the tiers configuration files are also out of date. Patches will be coming. Sebastian... I thought you mentioned there were some sparc BSPs with hardware results posted and should be tier 1. This is all there is there now: [tier-1] archs = aarch64, arm, i386, powerpc bsps_aarch64 = xilin

Re: [PATCH] rtems-tools-6.cfg: Bump hash to get new INI files

2022-01-20 Thread Joel Sherrill
This looks good to me. If no one objects, I will push it. --joel On Thu, Jan 20, 2022 at 8:28 AM Ryan Long wrote: > > --- > rtems/config/tools/rtems-tools-6.cfg | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/rtems/config/tools/rtems-tools-6.cfg > b/rtems/config/to

[PATCH] rtems-tools-6.cfg: Bump hash to get new INI files

2022-01-20 Thread Ryan Long
--- rtems/config/tools/rtems-tools-6.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rtems/config/tools/rtems-tools-6.cfg b/rtems/config/tools/rtems-tools-6.cfg index cf895d6..d493955 100644 --- a/rtems/config/tools/rtems-tools-6.cfg +++ b/rtems/config/tools/rtems-tool

[PATCH] sb/linux.py: Simplify "distro" determination

2022-01-20 Thread Sebastian Huber
This fixes an issue on Debian 11 which contains "Debian" in /etc/issue (captital D). --- source-builder/sb/linux.py | 10 +++--- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/source-builder/sb/linux.py b/source-builder/sb/linux.py index d89377b..d71ac39 100644 --- a/source-buil