aboutsummaryrefslogtreecommitdiff
path: root/libfdt/fdt_ro.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-03add fdt_get_symbol() and fdt_get_symbol_namelen() functionsRasmus Villemoes1-0/+11
2023-05-03use fdt_path_getprop_namelen() in fdt_get_alias_namelen()Rasmus Villemoes1-7/+1
2023-05-03add fdt_path_getprop_namelen() helperRasmus Villemoes1-0/+12
2021-12-28Fix a UB when fdt_get_string return nullLoveSy1-1/+1
2020-12-16libfdt: Internally perform potentially unaligned loadsTom Rini1-10/+10
2020-10-02libfdt: fdt_get_string(): Fix sequential write comparison warningsAndre Przywara1-4/+6
2020-09-25libfdt: fdt_node_offset_by_phandle(): Fix comparison warningAndre Przywara1-1/+1
2020-09-24libfdt: fdt_get_string(): Fix comparison warningsSimon Glass1-2/+2
2020-09-23libfdt: fdt_mem_rsv(): Fix comparison warningsAndre Przywara1-2/+2
2020-03-03libfdt: Add support for disabling internal checksSimon Glass1-2/+2
2020-02-24libfdt: Allow exclusion of fdt_check_full()Simon Glass1-63/+0
2020-02-24libfdt: Add support for disabling version checksSimon Glass1-8/+8
2020-02-24libfdt: Add support for disabling sanity checksSimon Glass1-20/+41
2020-02-24libfdt: Add support for disabling dtb checksSimon Glass1-1/+2
2019-07-05libfdt: Tweak data handling to satisfy CoverityDavid Gibson1-5/+6
2019-06-21libfdt: Replace GPL/BSD boilerplate/reference with SPDX tagsRob Herring1-46/+1
2019-03-29libfdt: Make fdt_get_max_phandle() an inlineDavid Gibson1-12/+0
2019-03-29libfdt: Add phandle generation helperThierry Reding1-0/+18
2019-03-29libfdt: Add new maximum phandle lookup functionThierry Reding1-15/+29
2019-03-25Revert "libfdt: Add phandle generation helper"David Gibson1-31/+0
2019-03-21libfdt: Add phandle generation helperThierry Reding1-0/+31
2018-06-26libfdt: Add helpers for accessing unaligned wordsDavid Gibson1-9/+9
2018-06-07libfdt: Add fdt_check_full() functionDavid Gibson1-0/+63
2018-06-07libfdt: Safer access to memory reservationsDavid Gibson1-6/+27
2018-06-07libfdt: Propagate name errors in fdt_getprop_by_offset()David Gibson1-2/+12
2018-06-07libfdt: Safer access to strings sectionDavid Gibson1-3/+58
2018-06-07libfdt: Clean up header checking functionsDavid Gibson1-9/+9
2018-01-27Add limited read-only support for older (V2 and V3) device tree to libfdt.Nathan Whitehorn1-15/+85
2017-10-26libfdt: Remove leading underscores from identifiersDavid Gibson1-16/+16
2017-04-09Fix a few whitespace and style nitsSimon Glass1-2/+2
2016-10-17libfdt: fix fdt_stringlist_search()Masahiro Yamada1-1/+1
2016-10-17libfdt: fix fdt_stringlist_count()Masahiro Yamada1-1/+1
2016-07-28libfdt: Add max phandle retrieval functionMaxime Ripard1-0/+26
2016-02-20libfdt: simplify fdt_node_check_compatible()Masahiro Yamada1-4/+2
2015-09-30fdt: Add functions to retrieve stringsThierry Reding1-0/+45
2015-09-30fdt: Add a function to get the index of a stringThierry Reding1-0/+30
2015-09-30fdt: Add a function to count stringsThierry Reding1-0/+25
2015-04-07libfdt: Add fdt_path_offset_namelen()Peter Hurley1-8/+14
2013-01-27Export fdt_stringlist_contains()Simon Glass1-3/+2
2013-01-06dtc/libfdt: sparse fixesKim Phillips1-1/+1
2010-03-10libfdt: Implement property iteration functionsDavid Gibson1-36/+87
2009-11-26Support ePAPR compliant phandle propertiesDavid Gibson1-6/+27
2009-02-06libfdt: Rework/cleanup fdt_next_tag()David Gibson1-24/+9
2009-02-06libfdt: Rework fdt_next_node()David Gibson1-12/+8
2008-11-05libfdt: Fix bug in fdt_subnode_offset_namelen()David Gibson1-4/+7
2008-10-02libfdt: Add function to explicitly expand aliasesDavid Gibson1-7/+19
2008-09-25libfdt: Fix bugs in fdt_get_path()David Gibson1-12/+11
2008-08-14libfdt: Add support for using aliases in fdt_path_offset()Kumar Gala1-2/+19
2008-08-13libfdt: Implement fdt_get_property_namelen() and fdt_getprop_namelen()David Gibson1-7/+30
2008-07-31libfdt: Forgot one function when cleaning the namespaceDavid Gibson1-2/+3