summaryrefslogtreecommitdiffstats
path: root/cpukit/dtc/libfdt/fdt_ro.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* libfdt: Add support for disabling sanity checksSimon Glass2020-03-021-20/+41
* libfdt: Add support for disabling dtb checksSimon Glass2020-03-021-1/+2
* libfdt: Tweak data handling to satisfy CoverityDavid Gibson2020-03-021-5/+6
* libfdt: Replace GPL/BSD boilerplate/reference with SPDX tagsRob Herring2020-03-021-46/+1
* libfdt: Make fdt_get_max_phandle() an inlineDavid Gibson2020-03-021-12/+0
* libfdt: Add phandle generation helperThierry Reding2020-03-021-0/+18
* libfdt: Add new maximum phandle lookup functionThierry Reding2020-03-021-15/+29
* Revert "libfdt: Add phandle generation helper"David Gibson2020-03-021-31/+0
* libfdt: Add phandle generation helperThierry Reding2020-03-021-0/+31
* libfdt: Add helpers for accessing unaligned wordsDavid Gibson2018-07-191-9/+9
* libfdt: Add fdt_check_full() functionDavid Gibson2018-07-191-0/+63
* libfdt: Safer access to memory reservationsDavid Gibson2018-07-191-6/+27
* libfdt: Propagate name errors in fdt_getprop_by_offset()David Gibson2018-07-191-2/+12
* libfdt: Safer access to strings sectionDavid Gibson2018-07-191-3/+58
* libfdt: Clean up header checking functionsDavid Gibson2018-07-191-9/+9
* Add limited read-only support for older (V2 and V3) device tree to libfdt.Nathan Whitehorn2018-07-191-15/+85
* libfdt: Remove leading underscores from identifiersDavid Gibson2018-07-191-16/+16
* Fix a few whitespace and style nitsSimon Glass2018-07-191-2/+2
* libfdt: fix fdt_stringlist_search()Masahiro Yamada2018-07-191-1/+1
* libfdt: fix fdt_stringlist_count()Masahiro Yamada2018-07-191-1/+1
* libfdt: Add max phandle retrieval functionMaxime Ripard2018-07-191-0/+26
* libfdt: simplify fdt_node_check_compatible()Masahiro Yamada2018-07-191-4/+2
* libfdt: Initial importSebastian Huber2015-10-161-0/+679