summaryrefslogtreecommitdiffstats
path: root/lib/libfdt
Commit message (Expand)AuthorAgeFilesLines
* libfdt: Drop -FDT_ERR_TOODEEPSimon Glass2017-07-102-7/+2
* fdt: Stop building the old python libfdt moduleSimon Glass2017-06-022-150/+0
* fdt: Rename existing python libfdt moduleSimon Glass2017-06-022-5/+4
* fdt: Allow swig options to be provided by MakefileSimon Glass2017-06-021-2/+2
* fdt: Move header files into lib/libfdtSimon Glass2017-06-022-0/+2211
* fdt: Add Python bindingsSimon Glass2017-06-022-0/+512
* fdtgrep: Cope with the /aliases node being lastSimon Glass2017-04-131-5/+35
* libfdt: fix build with Python 3Stefan Agner2017-04-101-1/+1
* fdt: Bring in changes from v1.4.4Simon Glass2017-04-103-12/+17
* libfdt: Correct fdt handling of overlays without fixups and base trees withou...David Gibson2017-01-131-1/+6
* libfdt: fix fdt_stringlist_search()Masahiro Yamada2016-10-241-1/+1
* libfdt: fix fdt_stringlist_count()Masahiro Yamada2016-10-241-1/+1
* libfdt: Sync overlay with upstreamMaxime Ripard2016-10-232-73/+129
* libfdt: Drop inlining of fdt_path_offset()Simon Glass2016-10-131-0/+5
* libfdt: Sync fdt_for_each_subnode() with upstreamSimon Glass2016-10-131-4/+4
* libfdt: Bring in upstream stringlist functionsSimon Glass2016-10-131-40/+64
* libfdt: Sync up with upstreamSimon Glass2016-10-133-10/+10
* libfdt: Fix undefined behaviour in fdt_offset_ptr()David Gibson2016-10-131-6/+7
* libfdt: simplify fdt_del_mem_rsv()Masahiro Yamada2016-09-231-5/+1
* dtoc: Support finding the offset of a propertySimon Glass2016-09-181-0/+3
* dtoc: Support packing the device treeSimon Glass2016-09-181-0/+1
* dtoc: Support deleting device tree propertiesSimon Glass2016-09-181-0/+12
* dtoc: Move to using bytearraySimon Glass2016-09-181-0/+8
* tests: Introduce DT overlay testsMaxime Ripard2016-08-201-49/+262
* cmd: fdt: add fdt overlay application subcommandMaxime Ripard2016-08-201-7/+7
* libfdt: Add overlay application functionMaxime Ripard2016-08-202-0/+407
* libfdt: Add fdt_setprop_inplace_namelen_partialMaxime Ripard2016-08-201-4/+25
* libfdt: Add fdt_path_offset_namelenMaxime Ripard2016-08-201-8/+10
* libfdt: Fix separator spellingMaxime Ripard2016-08-201-4/+4
* libfdt: Add max phandle retrieval functionMaxime Ripard2016-08-201-0/+26
* dm: Add a more efficient libfdt librarySimon Glass2016-07-143-0/+141
* lib/libfdt/: General aesthetic/style fixes.Robert P. J. Day2016-06-1911-97/+109
* libfdt: Add a function to write a property placeholderSimon Glass2016-03-141-2/+14
* fdt: Correct handling of alias regionsSimon Glass2015-11-041-1/+1
* fdt: Add fdt_first/next_region() functionsSimon Glass2015-07-212-1/+493
* fdt: Add a function to remove unused strings from a device treeSimon Glass2015-07-211-0/+32
* libfdt: fix error code of fdt_count_strings()Masahiro Yamada2015-07-201-1/+1
* libfdt: fix error code of fdt_get_string_index()Masahiro Yamada2015-07-201-1/+1
* fdt: Fix handling of paths with options in themHans de Goede2015-04-231-3/+22
* libfdt: move CONFIG_OF_LIBFDT and CONFIG_FIT to lib/MakefileMasahiro Yamada2014-12-081-4/+1
* fdt: Add functions to retrieve stringsThierry Reding2014-10-221-0/+30
* fdt: Add a function to get the index of a stringThierry Reding2014-10-221-0/+26
* fdt: Add a function to count stringsThierry Reding2014-10-221-0/+20
* fdt: Sync up with libfdtSimon Glass2014-08-095-7/+95
* libfdt: Fix segfault when calling fit_check_format() on corrupt FIT imagesJon Nalley2014-06-191-1/+1
* lib: convert makefiles to Kbuild styleMasahiro Yamada2013-10-311-25/+2
* Coding Style cleanup: remove trailing empty linesWolfgang Denk2013-10-141-1/+0
* libfdt: SPDX-License-Identifier: GPL-2.0+ BSD-2-ClauseRoger Meier2013-08-108-368/+8
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* libfdt: Add fdt_find_regions()Simon Glass2013-06-261-0/+129