summaryrefslogtreecommitdiffstats
path: root/cpukit/dtc/libfdt/fdt_ro.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-07-19Fix a UB when fdt_get_string return nullLoveSy1-1/+1
2021-12-14libfdt: Internally perform potentially unaligned loadsTom Rini1-10/+10
2021-12-14libfdt: fdt_get_string(): Fix sequential write comparison warningsAndre Przywara1-4/+6
2021-12-14libfdt: fdt_node_offset_by_phandle(): Fix comparison warningAndre Przywara1-1/+1
2021-12-14libfdt: fdt_get_string(): Fix comparison warningsSimon Glass1-2/+2
2021-12-14libfdt: fdt_mem_rsv(): Fix comparison warningsAndre Przywara1-2/+2
2021-12-14libfdt: Add support for disabling internal checksSimon Glass1-2/+2
2020-03-02libfdt: Allow exclusion of fdt_check_full()Simon Glass1-63/+0
2020-03-02libfdt: Add support for disabling version checksSimon Glass1-8/+8
2020-03-02libfdt: Add support for disabling sanity checksSimon Glass1-20/+41
2020-03-02libfdt: Add support for disabling dtb checksSimon Glass1-1/+2
2020-03-02libfdt: Tweak data handling to satisfy CoverityDavid Gibson1-5/+6
2020-03-02libfdt: Replace GPL/BSD boilerplate/reference with SPDX tagsRob Herring1-46/+1
2020-03-02libfdt: Make fdt_get_max_phandle() an inlineDavid Gibson1-12/+0
2020-03-02libfdt: Add phandle generation helperThierry Reding1-0/+18
2020-03-02libfdt: Add new maximum phandle lookup functionThierry Reding1-15/+29
2020-03-02Revert "libfdt: Add phandle generation helper"David Gibson1-31/+0
2020-03-02libfdt: Add phandle generation helperThierry Reding1-0/+31
2018-07-19libfdt: Add helpers for accessing unaligned wordsDavid Gibson1-9/+9
2018-07-19libfdt: Add fdt_check_full() functionDavid Gibson1-0/+63
2018-07-19libfdt: Safer access to memory reservationsDavid Gibson1-6/+27
2018-07-19libfdt: Propagate name errors in fdt_getprop_by_offset()David Gibson1-2/+12
2018-07-19libfdt: Safer access to strings sectionDavid Gibson1-3/+58
2018-07-19libfdt: Clean up header checking functionsDavid Gibson1-9/+9
2018-07-19Add limited read-only support for older (V2 and V3) device tree to libfdt.Nathan Whitehorn1-15/+85
2018-07-19libfdt: Remove leading underscores from identifiersDavid Gibson1-16/+16
2018-07-19Fix a few whitespace and style nitsSimon Glass1-2/+2
2018-07-19libfdt: fix fdt_stringlist_search()Masahiro Yamada1-1/+1
2018-07-19libfdt: fix fdt_stringlist_count()Masahiro Yamada1-1/+1
2018-07-19libfdt: Add max phandle retrieval functionMaxime Ripard1-0/+26
2018-07-19libfdt: simplify fdt_node_check_compatible()Masahiro Yamada1-4/+2
2015-10-16libfdt: Initial importSebastian Huber1-0/+679