From 6b7efdb2ed77760e3c68c5cf450a9620a1cd6562 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Wed, 16 Aug 2017 14:22:23 +1000 Subject: libmisc/rtems-fdt: Add RTEMS FDT wrapper and shell command to libmisc. - 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. Closes #3099. --- cpukit/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cpukit/Makefile.am') diff --git a/cpukit/Makefile.am b/cpukit/Makefile.am index 2c2f2e5cfb..8ccc1d4e9a 100644 --- a/cpukit/Makefile.am +++ b/cpukit/Makefile.am @@ -218,6 +218,10 @@ include_rtems_HEADERS += libmisc/devnull/devzero.h ## dumpbuf include_rtems_HEADERS += libmisc/dumpbuf/dumpbuf.h +## rtemsfdt +include_rtems_HEADERS += libmisc/rtems-fdt/rtems-fdt.h +include_rtems_HEADERS += libmisc/rtems-fdt/rtems-fdt-shell.h + ## monitor include_rtems_HEADERS += libmisc/monitor/monitor.h -- cgit v1.2.3