Re: [PATCH] libmisc/rtems-fdt: Add RTEMS FDT wrapper and shell command to libmisc.

2017-08-15 Thread Chris Johns
On 16/08/2017 14:25, Chris Johns wrote: > - Provide application support for handling FDT blobs in RTEMS. This > is useful when interfacing FPGA fabrics. > - Provide a shell command to list a blob as well as provide read > and write access to addresses in the FTB. Posted v2 of the patch with th

[PATCH] libmisc/rtems-fdt: Add RTEMS FDT wrapper and shell command to libmisc.

2017-08-15 Thread Chris Johns
- Provide application support for handling FDT blobs in RTEMS. This is useful when interfacing FPGA fabrics. - Provide a shell command to list a blob as well as provide read and write access to addresses in the FTB. --- cpukit/Makefile.am |4 + cpukit/libmisc/Makefi