Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-17 | libfdt: change fdt.h to a wrapper of scripts/dtc/libfdt/* | Masahiro Yamada | |
Fortunately, U-Boot did not modify fdt.h locally. Change it to a wrapper of scripts/dtc/libfdt/fdt.h, which will be periodically synced with the upstream DTC (or kernel). Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> | |||
2017-06-02 | fdt: Move header files into lib/libfdt | Simon Glass | |
These header files are actually part of libfdt. Move them there to make it easier to build pylibfdt and easier to merge changes from upstream. Update the license header to use SPDX at the same time. Signed-off-by: Simon Glass <sjg@chromium.org> |