Re: [PATCH rtems-central] spec: Add JFFS2 delayed write task priority

2023-12-17 Thread Sebastian Huber
On 18.12.23 02:43, Kinsey Moore wrote: This adds the configuration option used to select the JFFS2 delayed write task priority to be used when operating on NAND flash. Thanks for the documentation update. I would place the option documentation to the Filesystem Configuration group and wait

Re: [PATCH 1/2] cpukit/jffs2: Revert to non-granular locking

2023-12-17 Thread Sebastian Huber
On 15.12.23 21:05, Kinsey Moore wrote: Revert JFFS2 to non-granular locking. This makes the superblock available to the delayed work that it owns so that delayed work processing can ensure that shared resources are being exclusively accessed. This change only affects NAND systems. Moving forward

Re: [RSB PATCH] 6: Merge the MacOS M silicon patch from gcc-12 to gcc-13

2023-12-17 Thread Chris Johns
On 16/12/2023 2:04 am, Cedric Berger wrote: > Hello Heinz, > > On 15.12.2023 10:44, Heinz Junkes wrote: >> HI, >> I can follow Cedric's reasoning. Even if I was the initiator of this >> discussion. >> >> I use RTEMS in my lectures/exercises, among other things, and have always >> been >> able

[PATCH rtems-central] spec: Add JFFS2 delayed write task priority

2023-12-17 Thread Kinsey Moore
This adds the configuration option used to select the JFFS2 delayed write task priority to be used when operating on NAND flash. --- config.yml| 2 ++ spec/acfg/if/group-jffs2.yml | 16 ++

[FIX rtems master] Fix comments in Zynq testsuite files

2023-12-17 Thread berndmoessner80
From: Bernd Moessner --- bsps/arm/xilinx-zynq/config/xilinx_zynq_a9_qemu-testsuite.tcfg | 2 +- bsps/arm/xilinx-zynq/config/xilinx_zynq_microzed-testsuite.tcfg | 2 +- bsps/arm/xilinx-zynq/config/xilinx_zynq_picozed-testsuite.tcfg | 2 +-