summaryrefslogtreecommitdiff
path: root/lib/libfdt
AgeCommit message (Expand)Author
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