summaryrefslogtreecommitdiff
path: root/lib/libfdt
AgeCommit message (Expand)Author
2017-07-10libfdt: Drop -FDT_ERR_TOODEEPSimon Glass
2017-06-02fdt: Stop building the old python libfdt moduleSimon Glass
2017-06-02fdt: Rename existing python libfdt moduleSimon Glass
2017-06-02fdt: Allow swig options to be provided by MakefileSimon Glass
2017-06-02fdt: Move header files into lib/libfdtSimon Glass
2017-06-02fdt: Add Python bindingsSimon Glass
2017-04-13fdtgrep: Cope with the /aliases node being lastSimon Glass
2017-04-10libfdt: fix build with Python 3Stefan Agner
2017-04-10fdt: Bring in changes from v1.4.4Simon Glass
2017-01-14libfdt: Correct fdt handling of overlays without fixups and base trees withou...David Gibson
2016-10-24libfdt: fix fdt_stringlist_search()Masahiro Yamada
2016-10-24libfdt: fix fdt_stringlist_count()Masahiro Yamada
2016-10-23libfdt: Sync overlay with upstreamMaxime Ripard
2016-10-13libfdt: Drop inlining of fdt_path_offset()Simon Glass
2016-10-13libfdt: Sync fdt_for_each_subnode() with upstreamSimon Glass
2016-10-13libfdt: Bring in upstream stringlist functionsSimon Glass
2016-10-13libfdt: Sync up with upstreamSimon Glass
2016-10-13libfdt: Fix undefined behaviour in fdt_offset_ptr()David Gibson
2016-09-23libfdt: simplify fdt_del_mem_rsv()Masahiro Yamada
2016-09-19dtoc: Support finding the offset of a propertySimon Glass
2016-09-19dtoc: Support packing the device treeSimon Glass
2016-09-19dtoc: Support deleting device tree propertiesSimon Glass
2016-09-19dtoc: Move to using bytearraySimon Glass
2016-08-20tests: Introduce DT overlay testsMaxime Ripard
2016-08-20cmd: fdt: add fdt overlay application subcommandMaxime Ripard
2016-08-20libfdt: Add overlay application functionMaxime Ripard
2016-08-20libfdt: Add fdt_setprop_inplace_namelen_partialMaxime Ripard
2016-08-20libfdt: Add fdt_path_offset_namelenMaxime Ripard
2016-08-20libfdt: Fix separator spellingMaxime Ripard
2016-08-20libfdt: Add max phandle retrieval functionMaxime Ripard
2016-07-15dm: Add a more efficient libfdt librarySimon Glass
2016-06-19lib/libfdt/: General aesthetic/style fixes.Robert P. J. Day
2016-03-14libfdt: Add a function to write a property placeholderSimon Glass
2015-11-04fdt: Correct handling of alias regionsSimon Glass
2015-07-21fdt: Add fdt_first/next_region() functionsSimon Glass
2015-07-21fdt: Add a function to remove unused strings from a device treeSimon Glass
2015-07-20libfdt: fix error code of fdt_count_strings()Masahiro Yamada
2015-07-20libfdt: fix error code of fdt_get_string_index()Masahiro Yamada
2015-04-24fdt: Fix handling of paths with options in themHans de Goede
2014-12-08libfdt: move CONFIG_OF_LIBFDT and CONFIG_FIT to lib/MakefileMasahiro Yamada
2014-10-22fdt: Add functions to retrieve stringsThierry Reding
2014-10-22fdt: Add a function to get the index of a stringThierry Reding
2014-10-22fdt: Add a function to count stringsThierry Reding
2014-08-09fdt: Sync up with libfdtSimon Glass
2014-06-19libfdt: Fix segfault when calling fit_check_format() on corrupt FIT imagesJon Nalley
2013-10-31lib: convert makefiles to Kbuild styleMasahiro Yamada
2013-10-14Coding Style cleanup: remove trailing empty linesWolfgang Denk
2013-08-10libfdt: SPDX-License-Identifier: GPL-2.0+ BSD-2-ClauseRoger Meier
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-06-26libfdt: Add fdt_find_regions()Simon Glass