aboutsummaryrefslogtreecommitdiff
path: root/lib/libfdt
AgeCommit message (Expand)AuthorFilesLines
2016-08-20libfdt: Add fdt_setprop_inplace_namelen_partialMaxime Ripard1-4/+25
2016-08-20libfdt: Add fdt_path_offset_namelenMaxime Ripard1-8/+10
2016-08-20libfdt: Fix separator spellingMaxime Ripard1-4/+4
2016-08-20libfdt: Add max phandle retrieval functionMaxime Ripard1-0/+26
2016-07-14dm: Add a more efficient libfdt librarySimon Glass3-0/+141
2016-06-19lib/libfdt/: General aesthetic/style fixes.Robert P. J. Day11-97/+109
2016-03-14libfdt: Add a function to write a property placeholderSimon Glass1-2/+14
2015-11-04fdt: Correct handling of alias regionsSimon Glass1-1/+1
2015-07-21fdt: Add fdt_first/next_region() functionsSimon Glass2-1/+493
2015-07-21fdt: Add a function to remove unused strings from a device treeSimon Glass1-0/+32
2015-07-20libfdt: fix error code of fdt_count_strings()Masahiro Yamada1-1/+1
2015-07-20libfdt: fix error code of fdt_get_string_index()Masahiro Yamada1-1/+1
2015-04-23fdt: Fix handling of paths with options in themHans de Goede1-3/+22
2014-12-08libfdt: move CONFIG_OF_LIBFDT and CONFIG_FIT to lib/MakefileMasahiro Yamada1-4/+1
2014-10-22fdt: Add functions to retrieve stringsThierry Reding1-0/+30
2014-10-22fdt: Add a function to get the index of a stringThierry Reding1-0/+26
2014-10-22fdt: Add a function to count stringsThierry Reding1-0/+20
2014-08-09fdt: Sync up with libfdtSimon Glass5-7/+95
2014-06-19libfdt: Fix segfault when calling fit_check_format() on corrupt FIT imagesJon Nalley1-1/+1
2013-10-31lib: convert makefiles to Kbuild styleMasahiro Yamada1-25/+2
2013-10-14Coding Style cleanup: remove trailing empty linesWolfgang Denk1-1/+0
2013-08-10libfdt: SPDX-License-Identifier: GPL-2.0+ BSD-2-ClauseRoger Meier8-368/+8
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-06-26libfdt: Add fdt_find_regions()Simon Glass1-0/+129
2013-05-14libfdt: Add fdt_next_subnode() to permit easy subnode iterationSimon Glass1-0/+28
2013-05-10Export fdt_stringlist_contains()Simon Glass1-3/+2
2013-02-07libfdt: update from upstream dtc commit 142419eKim Phillips5-7/+7
2012-10-15libfdt: Add helper function to create a trivial, empty treeGerald Van Baren2-1/+85
2012-10-15libfdt: Add support for appending the values to a existing propertyMinghuan Lian1-0/+27
2011-07-14libfdt: Implement property iteration functionsDavid Gibson3-36/+97
2011-07-14Support ePAPR compliant phandle propertiesDavid Gibson1-6/+27
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier1-2/+2
2010-04-13Move libfdt/ into lib/Peter Tyser9-0/+1837