summaryrefslogtreecommitdiff
path: root/libfdt/fdt_ro.c
Commit message (Expand)AuthorAgeFilesLines
* add fdt_get_symbol() and fdt_get_symbol_namelen() functionsRasmus Villemoes2023-05-031-0/+11
* use fdt_path_getprop_namelen() in fdt_get_alias_namelen()Rasmus Villemoes2023-05-031-7/+1
* add fdt_path_getprop_namelen() helperRasmus Villemoes2023-05-031-0/+12
* Fix a UB when fdt_get_string return nullLoveSy2021-12-281-1/+1
* libfdt: Internally perform potentially unaligned loadsTom Rini2020-12-161-10/+10
* libfdt: fdt_get_string(): Fix sequential write comparison warningsAndre Przywara2020-10-021-4/+6
* libfdt: fdt_node_offset_by_phandle(): Fix comparison warningAndre Przywara2020-09-251-1/+1
* libfdt: fdt_get_string(): Fix comparison warningsSimon Glass2020-09-241-2/+2
* libfdt: fdt_mem_rsv(): Fix comparison warningsAndre Przywara2020-09-231-2/+2
* libfdt: Add support for disabling internal checksSimon Glass2020-03-031-2/+2
* libfdt: Allow exclusion of fdt_check_full()Simon Glass2020-02-241-63/+0
* libfdt: Add support for disabling version checksSimon Glass2020-02-241-8/+8
* libfdt: Add support for disabling sanity checksSimon Glass2020-02-241-20/+41
* libfdt: Add support for disabling dtb checksSimon Glass2020-02-241-1/+2
* libfdt: Tweak data handling to satisfy CoverityDavid Gibson2019-07-051-5/+6
* libfdt: Replace GPL/BSD boilerplate/reference with SPDX tagsRob Herring2019-06-211-46/+1
* libfdt: Make fdt_get_max_phandle() an inlineDavid Gibson2019-03-291-12/+0
* libfdt: Add phandle generation helperThierry Reding2019-03-291-0/+18
* libfdt: Add new maximum phandle lookup functionThierry Reding2019-03-291-15/+29
* Revert "libfdt: Add phandle generation helper"David Gibson2019-03-251-31/+0
* libfdt: Add phandle generation helperThierry Reding2019-03-211-0/+31
* libfdt: Add helpers for accessing unaligned wordsDavid Gibson2018-06-261-9/+9
* libfdt: Add fdt_check_full() functionDavid Gibson2018-06-071-0/+63
* libfdt: Safer access to memory reservationsDavid Gibson2018-06-071-6/+27
* libfdt: Propagate name errors in fdt_getprop_by_offset()David Gibson2018-06-071-2/+12
* libfdt: Safer access to strings sectionDavid Gibson2018-06-071-3/+58
* libfdt: Clean up header checking functionsDavid Gibson2018-06-071-9/+9
* Add limited read-only support for older (V2 and V3) device tree to libfdt.Nathan Whitehorn2018-01-271-15/+85
* libfdt: Remove leading underscores from identifiersDavid Gibson2017-10-261-16/+16
* Fix a few whitespace and style nitsSimon Glass2017-04-091-2/+2
* libfdt: fix fdt_stringlist_search()Masahiro Yamada2016-10-171-1/+1
* libfdt: fix fdt_stringlist_count()Masahiro Yamada2016-10-171-1/+1
* libfdt: Add max phandle retrieval functionMaxime Ripard2016-07-281-0/+26
* libfdt: simplify fdt_node_check_compatible()Masahiro Yamada2016-02-201-4/+2
* fdt: Add functions to retrieve stringsThierry Reding2015-09-301-0/+45
* fdt: Add a function to get the index of a stringThierry Reding2015-09-301-0/+30
* fdt: Add a function to count stringsThierry Reding2015-09-301-0/+25
* libfdt: Add fdt_path_offset_namelen()Peter Hurley2015-04-071-8/+14
* Export fdt_stringlist_contains()Simon Glass2013-01-271-3/+2
* dtc/libfdt: sparse fixesKim Phillips2013-01-061-1/+1
* libfdt: Implement property iteration functionsDavid Gibson2010-03-101-36/+87
* Support ePAPR compliant phandle propertiesDavid Gibson2009-11-261-6/+27
* libfdt: Rework/cleanup fdt_next_tag()David Gibson2009-02-061-24/+9
* libfdt: Rework fdt_next_node()David Gibson2009-02-061-12/+8
* libfdt: Fix bug in fdt_subnode_offset_namelen()David Gibson2008-11-051-4/+7
* libfdt: Add function to explicitly expand aliasesDavid Gibson2008-10-021-7/+19
* libfdt: Fix bugs in fdt_get_path()David Gibson2008-09-251-12/+11
* libfdt: Add support for using aliases in fdt_path_offset()Kumar Gala2008-08-141-2/+19
* libfdt: Implement fdt_get_property_namelen() and fdt_getprop_namelen()David Gibson2008-08-131-7/+30
* libfdt: Forgot one function when cleaning the namespaceDavid Gibson2008-07-311-2/+3