AKASHI Takahiro (1): libfdt: add fdt_append_addrrange() David Gibson (6): libfdt: Don't use memcpy to handle unaligned reads on ARM Revert "libfdt: Add phandle generation helper" libfdt: Make fdt_get_max_phandle() an inline libfdt: Tweak data handling to satisfy Coverity libfdt: Allow #size-cells of 0 libfdt: Correct prototype for fdt_ro_probe_()
Geert Uytterhoeven (2): libfdt: Fix fdt_getprop_by_offset() parameter name in documentation libfdt: Fix FDT_ERR_NOTFOUND typos in documentation John Clarke (1): libfdt: return correct value if #size-cells property is not present Luc Michel (1): libfdt.h: add explicit cast from void* to uint8_t* in fdt(32|64)_st Nicholas Piggin (3): libfdt: Ensure fdt_add_property frees allocated name string on failure libfdt: Introduce fdt_create_with_flags() libfdt: Add FDT_CREATE_FLAG_NO_NAME_DEDUP flag that trades size for speed Rob Herring (1): libfdt: Replace GPL/BSD boilerplate/reference with SPDX tags Sebastian Huber (1): dtc: Update VERSION Simon Glass (8): libfdt: De-inline fdt_header_size() Add a way to control the level of checks in the code libfdt: Add support for disabling dtb checks libfdt: Add support for disabling sanity checks libfdt: Add support for disabling rollback handling libfdt: Add support for disabling version checks libfdt: Add support for disabling ordering check/fixup libfdt: Allow exclusion of fdt_check_full() Thierry Reding (3): libfdt: Add phandle generation helper libfdt: Add new maximum phandle lookup function libfdt: Add phandle generation helper cpukit/dtc/VERSION | 6 +- cpukit/dtc/libfdt/fdt.c | 153 ++++++++++------------ cpukit/dtc/libfdt/fdt_addresses.c | 118 +++++++++-------- cpukit/dtc/libfdt/fdt_empty_tree.c | 47 +------ cpukit/dtc/libfdt/fdt_ro.c | 249 +++++++++++++----------------------- cpukit/dtc/libfdt/fdt_rw.c | 92 ++++++------- cpukit/dtc/libfdt/fdt_strerror.c | 47 +------ cpukit/dtc/libfdt/fdt_sw.c | 141 +++++++++++--------- cpukit/dtc/libfdt/fdt_wip.c | 47 +------ cpukit/dtc/libfdt/libfdt_internal.h | 163 +++++++++++++++-------- cpukit/include/fdt.h | 47 +------ cpukit/include/libfdt.h | 236 +++++++++++++++++++++++++--------- cpukit/include/libfdt_env.h | 48 +------ 13 files changed, 639 insertions(+), 755 deletions(-) -- 2.16.4 _______________________________________________ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel