summaryrefslogtreecommitdiff
path: root/lib/libfdt
AgeCommit message (Expand)Author
2017-01-11libfdt: overlay: Fix missing symbols conditionStefan Agner
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-18dtoc: Support finding the offset of a propertySimon Glass
2016-09-18dtoc: Support packing the device treeSimon Glass
2016-09-18dtoc: Support deleting device tree propertiesSimon Glass
2016-09-18dtoc: 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-14dm: 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-23fdt: 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
2013-05-14libfdt: Add fdt_next_subnode() to permit easy subnode iterationSimon Glass
2013-05-10Export fdt_stringlist_contains()Simon Glass
2013-02-07libfdt: update from upstream dtc commit 142419eKim Phillips
2012-10-15libfdt: Add helper function to create a trivial, empty treeGerald Van Baren
2012-10-15libfdt: Add support for appending the values to a existing propertyMinghuan Lian
2011-07-14libfdt: Implement property iteration functionsDavid Gibson
2011-07-14Support ePAPR compliant phandle propertiesDavid Gibson
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier
2010-04-13Move libfdt/ into lib/Peter Tyser