summaryrefslogtreecommitdiff
path: root/lib/libfdt
AgeCommit message (Expand)AuthorFilesLines
2017-06-02fdt: Stop building the old python libfdt moduleSimon Glass2-150/+0
2017-06-02fdt: Rename existing python libfdt moduleSimon Glass2-5/+4
2017-06-02fdt: Allow swig options to be provided by MakefileSimon Glass1-2/+2
2017-06-02fdt: Move header files into lib/libfdtSimon Glass2-0/+2211
2017-06-02fdt: Add Python bindingsSimon Glass2-0/+512
2017-04-13fdtgrep: Cope with the /aliases node being lastSimon Glass1-5/+35
2017-04-10libfdt: fix build with Python 3Stefan Agner1-1/+1
2017-04-10fdt: Bring in changes from v1.4.4Simon Glass3-12/+17
2017-01-14libfdt: Correct fdt handling of overlays without fixups and base trees withou...David Gibson1-1/+6
2016-10-24libfdt: fix fdt_stringlist_search()Masahiro Yamada1-1/+1
2016-10-24libfdt: fix fdt_stringlist_count()Masahiro Yamada1-1/+1
2016-10-23libfdt: Sync overlay with upstreamMaxime Ripard2-73/+129
2016-10-13libfdt: Drop inlining of fdt_path_offset()Simon Glass1-0/+5
2016-10-13libfdt: Sync fdt_for_each_subnode() with upstreamSimon Glass1-4/+4
2016-10-13libfdt: Bring in upstream stringlist functionsSimon Glass1-40/+64
2016-10-13libfdt: Sync up with upstreamSimon Glass3-10/+10
2016-10-13libfdt: Fix undefined behaviour in fdt_offset_ptr()David Gibson1-6/+7
2016-09-24libfdt: simplify fdt_del_mem_rsv()Masahiro Yamada1-5/+1
2016-09-19dtoc: Support finding the offset of a propertySimon Glass1-0/+3
2016-09-19dtoc: Support packing the device treeSimon Glass1-0/+1
2016-09-19dtoc: Support deleting device tree propertiesSimon Glass1-0/+12
2016-09-19dtoc: Move to using bytearraySimon Glass1-0/+8
2016-08-20tests: Introduce DT overlay testsMaxime Ripard1-49/+262
2016-08-20cmd: fdt: add fdt overlay application subcommandMaxime Ripard1-7/+7
2016-08-20libfdt: Add overlay application functionMaxime Ripard2-0/+407
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-15dm: Add a more efficient libfdt librarySimon Glass3-0/+141
2016-06-20lib/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-22fdt: Add fdt_first/next_region() functionsSimon Glass2-1/+493
2015-07-22fdt: 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-24fdt: 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-23fdt: Add functions to retrieve stringsThierry Reding1-0/+30
2014-10-23fdt: Add a function to get the index of a stringThierry Reding1-0/+26
2014-10-23fdt: 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-15Coding 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