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

2023-04-11 Thread Alex White
On Mon, Apr 10, 2023 at 9:25 PM Chris Johns wrote: > > On 10/4/2023 1:47 pm, Alex White wrote: > > .../microblaze_invalidate_dcache_range.S | 104 ++ > > Why not provide the RTEMS cache API and use that? Hi Chris, Good catch. It would be ideal to provide the existing RTEMS c

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

2023-04-10 Thread Chris Johns
On 10/4/2023 1:47 pm, Alex White wrote: > .../microblaze_invalidate_dcache_range.S | 104 ++ Why not provide the RTEMS cache API and use that? Chris ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/deve

[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