[PATCH v3 1/3] bsps/microblaze: Allow copying FDT from U-Boot

2023-04-09 Thread Alex White
From: "Maldonado, Sergio E. (GSFC-580.0)" --- bsps/microblaze/microblaze_fpga/include/bsp.h | 3 + .../microblaze_fpga/start/crtinit.S | 6 +- .../microblaze_invalidate_dcache_range.S | 104 ++ .../shared/fdt/microblaze-fdt-support.c | 36 +- .../bsp

[PATCH v3 2/3] bsps/microblaze: Add support for multiple UARTs

2023-04-09 Thread Alex White
From: "Maldonado, Sergio E. (GSFC-580.0)" --- bsps/microblaze/include/dev/serial/uartlite.h | 2 + .../microblaze_fpga/console/console-io.c | 205 -- bsps/microblaze/shared/dev/serial/uartlite.c | 8 +- .../bsps/microblaze/microblaze_fpga/grp.yml | 10 + .../bsps/mic

[PATCH v3 0/3] bsps/microblaze: FDT support and UART driver improvements

2023-04-09 Thread Alex White
v3: - Support multiple UARTs only if the BSP is configured to use FDT. This allows for flexibility since the user now just has to specify the maximum number of UARTs, and the UART configurations will be read from the FDT. In the previous version of this patch set, the extra UARTs were all con

[PATCH v3 3/3] bsps/microblaze: Fix UART transmit interrupt

2023-04-09 Thread Alex White
From: "Maldonado, Sergio E. (GSFC-580.0)" --- bsps/microblaze/include/dev/serial/uartlite.h | 2 ++ bsps/microblaze/shared/dev/serial/uartlite.c | 22 ++- 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/bsps/microblaze/include/dev/serial/uartlite.h b/bsps/micro

Re: [PATCH] README for raspberry pi 4 AArch64 BSP

2023-04-09 Thread Karel Gardas
Hi, nice patch. I'm not sure if I'm right here, but I've thought the idea is to get rid of BSPs specific README files and move all the information into the RTEMS user docs. If I'm right, then it would be great if you merge your changes to the doc you already pointed out: https://docs.rtems

[PATCH] README for raspberry pi 4 AArch64 BSP

2023-04-09 Thread Mohd Noor Aman
The readme file includes all links and steps for setting up developping environment for the raspberry pi 4. Added cheap JTAG adapters list which are tried and tested. Links for references for raspberry pi 4 are also added. --- bsps/aarch64/raspberrypi/README | 86 +