[PATCH] bsp/imxrt: Enforce alignment for devicetree

2022-02-16 Thread Christian Mauderer
A device tree binary has to be 8 byte aligned in memory. This is checked since RTEMS commit 34052ef78cf8724dee73e9279b2c6bff8cfed234 "libfdt: Add FDT alignment check to fdt_check_header()". --- bsps/arm/imxrt/dts/imxrt1050-evkb.c | 2 +- bsps/arm/imxrt/dts/imxrt1050-evkb.dts | 2 +- bsps/arm/imx

Re: [PATCH] bsp/imxrt: Enforce alignment for devicetree

2022-02-16 Thread Joel Sherrill
On Wed, Feb 16, 2022 at 3:22 AM Christian Mauderer wrote: > > A device tree binary has to be 8 byte aligned in memory. This is checked > since RTEMS commit 34052ef78cf8724dee73e9279b2c6bff8cfed234 "libfdt: Add > FDT alignment check to fdt_check_header()". > --- > bsps/arm/imxrt/dts/imxrt1050-evkb

Re: [PATCH] bsp/imxrt: Enforce alignment for devicetree

2022-02-16 Thread Christian MAUDERER
Hello Joel, Am 16.02.22 um 16:04 schrieb Joel Sherrill: On Wed, Feb 16, 2022 at 3:22 AM Christian Mauderer wrote: A device tree binary has to be 8 byte aligned in memory. This is checked since RTEMS commit 34052ef78cf8724dee73e9279b2c6bff8cfed234 "libfdt: Add FDT alignment check to fdt_check_

Re: [PATCH] bsp/imxrt: Enforce alignment for devicetree

2022-02-16 Thread Joel Sherrill
On Wed, Feb 16, 2022 at 9:24 AM Christian MAUDERER wrote: > > Hello Joel, > > Am 16.02.22 um 16:04 schrieb Joel Sherrill: > > On Wed, Feb 16, 2022 at 3:22 AM Christian Mauderer > > wrote: > >> > >> A device tree binary has to be 8 byte aligned in memory. This is checked > >> since RTEMS commit 34

Re: [PATCH] added malloc usable size and test

2022-02-16 Thread Gedare Bloom
add bit more description and ticket # in commit msg On Sun, Feb 13, 2022 at 8:14 PM zack leung wrote: > > --- > cpukit/include/rtems/libcsupport.h| 8 ++- > cpukit/libcsupport/src/mallocusablesize.c | 28 +++ > spec/build/cpukit/librtemscpu.yml | 1 + >

Deprecating v850, sh, sparc64 in rtems6, remove in rtems7

2022-02-16 Thread Gedare Bloom
Hello all, I have filed tickets #4613, #4614, #4615 indicating that the v850, sh, and sparc64 architecture ports will be deprecated when we release rtems6 and removed in the development of rtems7. I'll cross-post to users to make sure no one cares too much. Gedare

Re: [rtems-release commit] Do not use tar Jxf for uncompressed archives

2022-02-16 Thread Chris Johns
Hi Sebastian, I would like to approve all commits to this repo. Why have you made this change? Thanks Chris On 15/2/22 7:18 pm, Sebastian Huber wrote: > Module:rtems-release > Branch:master > Commit:455255299d2cd0e4317acdd0363cfba50cb7da8d > Changeset: > http://git.rtems.org/rtems-

Re: [rtems-release commit] Use awk instead of cut -w

2022-02-16 Thread Chris Johns
Hi, What platform you are testing this on? Thanks Chris On 15/2/22 7:18 pm, Sebastian Huber wrote: > Module:rtems-release > Branch:master > Commit:3b918a72522145acbab700ca3e72dbe872a26005 > Changeset: > http://git.rtems.org/rtems-release/commit/?id=3b918a72522145acbab700ca3e72dbe872

Re: New validation test suites

2022-02-16 Thread Chris Johns
On 15/2/22 7:48 pm, Sebastian Huber wrote: > On 15/02/2022 02:16, Chris Johns wrote: >> On 15/2/22 12:43 am, Sebastian Huber wrote: >>> On 03/02/2022 09:09, Sebastian Huber wrote: On 30/01/2022 23:26, Chris Johns wrote: We just have to create a release branch for RTEMS 6 and

Re: [rtems-release commit] Do not use tar Jxf for uncompressed archives

2022-02-16 Thread Sebastian Huber
Hello Chris, On 17/02/2022 04:11, Chris Johns wrote: I would like to approve all commits to this repo. Why have you made this change? I tried to run the scripts on my Linux machine and this fixed one of the issues that occurred. -- embedded brains GmbH Herr Sebastian HUBER Dornierstr. 4 82

Re: [rtems-release commit] Use awk instead of cut -w

2022-02-16 Thread Sebastian Huber
On 17/02/2022 04:12, Chris Johns wrote: What platform you are testing this on? I use currently openSUSE Leap 15.3. -- embedded brains GmbH Herr Sebastian HUBER Dornierstr. 4 82178 Puchheim Germany email: sebastian.hu...@embedded-brains.de phone: +49-89-18 94 741 - 16 fax: +49-89-18 94 741 -

Re: New validation test suites

2022-02-16 Thread Sebastian Huber
On 17/02/2022 06:11, Chris Johns wrote: On 15/2/22 7:48 pm, Sebastian Huber wrote: On 15/02/2022 02:16, Chris Johns wrote: On 15/2/22 12:43 am, Sebastian Huber wrote: On 03/02/2022 09:09, Sebastian Huber wrote: On 30/01/2022 23:26, Chris Johns wrote: We just have to create a release branch f