Re: [PATCH 0/2] Refactor aarch64/raspberrypi4b BSP

2023-08-06 Thread Utkarsh Verma
Forgot to add that these changes are there on my GitHub fork on the " rpi4b-refactor " branch. Please have a look at it and let me know what could be improved. On Mon, Aug 7, 2023 at 10:19 AM Utkarsh Verma wrote: > This patch refactors

[PATCH rtems-tools v4] tester/rtemstoolkit: add renode implementation

2023-08-06 Thread Muhammad Sulthan Mazaya
Add gpl to the prom binary file name + include the leon3 prom assembly source with licensing commented --- .../testing/bsps/kendrytek210-renode.ini | 38 tester/rtems/testing/bsps/leon3-renode.ini| 37 tester/rtems/testing/renode.cfg | 64 ++

[PATCH 2/2] bsps/aarch64/raspberrypi: Refactor code base

2023-08-06 Thread Utkarsh Verma
From: Utkarsh Verma Refactor the code base for better organization to facilitate future patches. --- .gitignore| 4 + bsps/aarch64/raspberrypi/console/console.c| 41 +- bsps/aarch64/raspberrypi/include/bsp.h| 33 +-

[PATCH 1/2] bsps/aarch64/raspberrypi: Refactor code base

2023-08-06 Thread Utkarsh Verma
From: Utkarsh Verma Refactor the code base for better organization to facilitate future patches. --- .gitignore| 4 + bsps/aarch64/raspberrypi/console/console.c| 42 +- bsps/aarch64/raspberrypi/include/bsp.h| 33 +-

[PATCH 0/2] Refactor aarch64/raspberrypi4b BSP

2023-08-06 Thread Utkarsh Verma
This patch refactors the Raspberry Pi 4B BSP with the following changes: - Build spec organization - IWYU(include what you use) includes - Self contained sources and headers - More specific MMU mapping - A basic API to allow extending this BSP to other variants of the RPi family Utkarsh Verma

Re: [PATCH] build: Add PROGRAM_PREFIX option

2023-08-06 Thread Chris Johns
On 4/8/2023 4:39 pm, Sebastian Huber wrote: > On 04.08.23 08:22, Chris Johns wrote: >> On 4/8/2023 3:16 pm, Sebastian Huber wrote: >>> On 04.08.23 00:27, Chris Johns wrote: On 2/8/2023 6:49 pm, Chris Johns wrote:    > I am concerned about the compatibility to the ecosystem we have. Have

Re: [PATCH] trace/wscript: Improve C++ standard selection

2023-08-06 Thread Chris Johns
On 4/8/2023 4:47 pm, Sebastian Huber wrote: > On 04.08.23 08:30, Chris Johns wrote: >>> Please understand there is a limited number people reviewing and it takes >>> time. I am blocked on the other changes you have recently posted. Adding which hosts you have built and tested this

[PATCH rtems-libbsd 6-freebsd-12 v2 2/3] testsuite/nfs: Check the path returned by getcwd

2023-08-06 Thread chrisj
From: Chris Johns --- testsuite/nfs01/test_main.c | 19 +-- 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/testsuite/nfs01/test_main.c b/testsuite/nfs01/test_main.c index cdcbb1cd..a3d75ddd 100644 --- a/testsuite/nfs01/test_main.c +++

[PATCH rtems-libbsd 6-freebsd-12 v2 1/3] rtemsbsd/syscall: Set unitialised variable in open

2023-08-06 Thread chrisj
From: Chris Johns The open path length was not set when at the root node and this sometimes failed the current directory checks. --- rtemsbsd/rtems/rtems-bsd-syscall-api.c | 1 + 1 file changed, 1 insertion(+) diff --git a/rtemsbsd/rtems/rtems-bsd-syscall-api.c

[PATCH rtems-libbsd 6-freebsd-12 v2 3/3] rtemsbsd/vfs: Use VOP_REMOVE to remove file nodes

2023-08-06 Thread chrisj
From: Chris Johns --- rtemsbsd/rtems/rtems-kernel-vfs.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/rtemsbsd/rtems/rtems-kernel-vfs.c b/rtemsbsd/rtems/rtems-kernel-vfs.c index 0817df81..69c9ba56 100644 --- a/rtemsbsd/rtems/rtems-kernel-vfs.c +++