aboutsummaryrefslogtreecommitdiff
path: root/lib/libfdt/fdt_ro.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-26libfdt: migrate fdt_ro.c to a wrapper of scripts/dtc/libfdt/fdt_ro.cMasahiro Yamada1-924/+1
2020-01-30libfdt: Revert 6dcb8ba4 from upstream libfdtTom Rini1-10/+10
2019-11-04fdt: Sync up to the latest libfdtSimon Glass1-104/+316
2019-04-11libfdt: Add phandle generation helperThierry Reding1-0/+31
2018-05-31scripts/dtc: Update to upstream version v1.4.6-9-gaadd0b65c987Rob Herring1-9/+9
2018-05-07SPDX: Convert all of our multiple license tags to Linux Kernel styleTom Rini1-1/+1
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada1-2/+2
2016-10-24libfdt: fix fdt_stringlist_search()Masahiro Yamada1-1/+1
2016-10-24libfdt: fix fdt_stringlist_count()Masahiro Yamada1-1/+1
2016-10-13libfdt: Drop inlining of fdt_path_offset()Simon Glass1-0/+5
2016-10-13libfdt: Bring in upstream stringlist functionsSimon Glass1-40/+64
2016-10-13libfdt: Sync up with upstreamSimon Glass1-6/+4
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-06-19lib/libfdt/: General aesthetic/style fixes.Robert P. J. Day1-5/+5
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-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-06-19libfdt: Fix segfault when calling fit_check_format() on corrupt FIT imagesJon Nalley1-1/+1
2013-08-10libfdt: SPDX-License-Identifier: GPL-2.0+ BSD-2-ClauseRoger Meier1-46/+1
2013-05-10Export fdt_stringlist_contains()Simon Glass1-3/+2
2013-02-07libfdt: update from upstream dtc commit 142419eKim Phillips1-1/+1
2011-07-14libfdt: Implement property iteration functionsDavid Gibson1-36/+87
2011-07-14Support ePAPR compliant phandle propertiesDavid Gibson1-6/+27
2010-04-13Move libfdt/ into lib/Peter Tyser1-0/+506