summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-06-23 15:38:28 -0600
committerSimon Glass <sjg@chromium.org>2015-07-21 17:39:20 -0600
commit1043d0a0296a8580fd497a2eb1f411eb07ba98c1 (patch)
treed0ba49124779a39bcb4dc0a9050c1e3211ac5d63 /Makefile
parentc3c4c00563abfca63f5b846f4f4f6fc390e58563 (diff)
downloadblackbird-obmc-uboot-1043d0a0296a8580fd497a2eb1f411eb07ba98c1.tar.gz
blackbird-obmc-uboot-1043d0a0296a8580fd497a2eb1f411eb07ba98c1.zip
fdt: Add fdtgrep tool
This tool allows us to extract subsets of a device tree file. It is used by the SPL vuild, which needs to cut down the device tree size for use in limited memory. This tool was originally written for libfdt but it has not been accepted upstream, so for now, include it in U-Boot. Several utilfdt library functions been included inline here. If fdtgrep is eventually accepted in libfdt then we can bring that version of libfdt in here, and drop fdtgrep (requiring that fdtgrep is provided by the user). If it is not accepted then another approach would be to write a special tool for chopping down device tree files for SPL. While it would use the same libfdt support, it would be less code than fdtgrep.c because it would not have general-purpose functions. Another approach (which was used with v1 of this series) is to sprinkler all the device tree files with #ifdef. I don't like that idea. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud