[PATCH] fixed warning related to spstdc17

2023-10-20 Thread zack liang
--- cpukit/include/rtems/score/isrlock.h | 1 + cpukit/include/rtems/score/scheduler.h | 1 + 2 files changed, 2 insertions(+) diff --git a/cpukit/include/rtems/score/isrlock.h b/cpukit/include/rtems/score/isrlock.h index 7586624f9d..612f17a34d 100644 --- a/cpukit/include/rtems/score/isrlock.h

Re: [PATCH] build: Let the get-integer action return None

2023-10-20 Thread Chris Johns
OK Thanks Chris On 20/10/2023 10:16 pm, Sebastian Huber wrote: > If used with the format-and-define action, this will result in an > undefined define. > --- > wscript | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/wscript b/wscript > index c8481d4fde..595dc09efd 100755 > --- a/wscri

[PATCH 1/2] bsps/xnandpsu: Avoid loop counter reset

2023-10-20 Thread Kinsey Moore
On configurations where multiple NAND chips are in use, the erasure loop in XNandPsu_Erase() can reset the loop counter variable once it gets to blocks in the second chip causing an infinite loop overwriting parts of the first chip. This change ensures that the loop counter is not accidentally rese

[PATCH 2/2] bsps/xnandpsu: Always wrap page to device size

2023-10-20 Thread Kinsey Moore
The xnandpsu driver conditionally tries to wrap page index to NAND chip size causing an off-by-one error where the first page of the second chip is not wrapped correctly. This removes the conditional so that page index is always wrapped. --- bsps/shared/dev/nand/xnandpsu.c | 8 1 file cha

Re: [PATCH v2 0/4] Add ZynqMP Cortex-R5 BSP

2023-10-20 Thread Kinsey Moore
Philip, When you get a chance, could you verify that this refactoring meets your expectations as far as functionality? I'm especially interested in whether the timer interrupts behave as you expect them to on hardware. I don't mind getting the Xilinx support code updates committed, but I'd like som

[PATCH] build: Let the get-integer action return None

2023-10-20 Thread Sebastian Huber
If used with the format-and-define action, this will result in an undefined define. --- wscript | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wscript b/wscript index c8481d4fde..595dc09efd 100755 --- a/wscript +++ b/wscript @@ -1011,6 +1011,8 @@ class OptionItem(Item): value =