Re: [PATCH v3] eng: Add register block specification types

2023-05-18 Thread Sebastian Huber
On 15.05.23 02:13, Chris Johns wrote: Sorry about the delay, I have been out sick for the last week or so. I am ok with this to be pushed. I have a minor correction below and a clean up if you want. Thanks for the review. I checked it in with the correction. -- embedded brains GmbH Herr

[rtems-docs] Update company name

2023-05-18 Thread Sebastian Huber
The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH. --- bsp-howto/getentropy.rst | 2 +- bsp-howto/i2c.rst | 2 +- bsp-howto/index.rst | 2 +- bsp-howto/initilization_code.rst

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

2023-05-18 Thread Sebastian Huber
Use the latest C++ standard available up to C++20. Close #4908. --- trace/wscript | 18 +++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/trace/wscript b/trace/wscript index a3dd5d5..adabd5f 100644 --- a/trace/wscript +++ b/trace/wscript @@ -45,7 +45,14 @@ def

Re: [PATCH 0/2] bsps/microblaze: GPIO improvements

2023-05-18 Thread Chris Johns
OK. This is a great change to see and a good direction for the Microblaze to take. Thanks Chris On 19/5/2023 1:46 pm, Alex White wrote: > Hi, > > This patch set removes the build system options for the GPIO driver and adds > device tree support. The build system options were removed because

[PATCH 2/2] bsps/microblaze: Add device tree support to GPIO

2023-05-18 Thread Alex White
--- .../microblaze_fpga/gpio/microblaze-gpio.c| 63 +++ .../include/bsp/microblaze-gpio.h | 18 ++ 2 files changed, 81 insertions(+) diff --git a/bsps/microblaze/microblaze_fpga/gpio/microblaze-gpio.c b/bsps/microblaze/microblaze_fpga/gpio/microblaze-gpio.c

[PATCH 1/2] bsps/microblaze: Remove GPIO build system options

2023-05-18 Thread Alex White
The number of GPIO devices along with each of their particular configurations is application-specific. Encoding this information as build options also introduced a lot of clutter. --- .../microblaze_fpga/gpio/microblaze-gpio.c| 32 --- .../include/bsp/microblaze-gpio.h

[PATCH 0/2] bsps/microblaze: GPIO improvements

2023-05-18 Thread Alex White
Hi, This patch set removes the build system options for the GPIO driver and adds device tree support. The build system options were removed because they are now supplied by the application or pulled from the device tree. This removes a lot of clutter and makes the driver more flexible. Alex

Re: [PATCH rtems-source-builder] rtems-gcc-12-newlib-head.cfg: Update to include true long double math

2023-05-18 Thread Joel Sherrill
Thanks for the ACK. FreeBSD has support for two other architectures -- RISC-V and PowerPC. But they were going to require more work. It was a lot just to get the base infrastructure in. RISC-V only had 64-bit support in FreeBSD as I recall. I'm hoping we can politely beg Hesham to tweak that and