[PATCH] bsp/altera-cyclone-v: fix the creation of reserved memory regions

2022-03-02 Thread Marcus Ritter
---  bsps/arm/altera-cyclone-v/start/bspgetworkarea.c | 2 +-  1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsps/arm/altera-cyclone-v/start/bspgetworkarea.c b/bsps/arm/altera-cyclone-v/start/bspgetworkarea.c index 87d512b0d2..db8c4c4ef6 100644 --- a/bsps/arm/altera-cyclone-v/start/

[PATCH rtems-examples v1] rtems-examples/hello_world_c: Fix test output

2022-03-02 Thread Ryan Long
Removed the CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEM to make it produce the correct output. --- hello/hello_world_c/test.c | 1 - 1 file changed, 1 deletion(-) diff --git a/hello/hello_world_c/test.c b/hello/hello_world_c/test.c index 04a55fe..9f8e09f 100644 --- a/hello/hello_world_c/test.c +++ b/h

hello world with devfs has no output

2022-03-02 Thread Joel Sherrill
Hi What's the missing capability now in devfs? This used to work. Thanks. --joel ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

[PATCH] microblaze: Add JFFS2 AXI QSPI driver

2022-03-02 Thread Alex White
This driver has been tested with Micron NOR Flash via AXI Quad SPI. --- .../microblaze_fpga/fs/jffs2_qspi.c | 319 ++ .../microblaze_fpga/include/bsp/jffs2_qspi.h | 56 +++ .../bsps/microblaze/microblaze_fpga/grp.yml | 6 + .../bsps/microblaze/microblaze_fpga/obj.ym