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
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
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
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
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
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 +