aboutsummaryrefslogtreecommitdiff
path: root/libfdt/fdt_ro.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-07-14libfdt: Increase namespace-pollution paranoiaDavid Gibson1-11/+11
2008-07-14dtc: Enable and fix -Wcast-qual warningsDavid Gibson1-1/+1
2008-07-14dtc: Enable and fix -Wpointer-arith warningsDavid Gibson1-2/+2
2008-05-29libfdt: Several cleanups to parameter checkingDavid Gibson1-18/+8
2008-02-18libfdt: Remove no longer used code from fdt_node_offset_by_compatible()David Gibson1-11/+1
2008-02-18libfdt: Trivial cleanup for CHECK_HEADER)David Gibson1-7/+0
2008-02-12libfdt: Add and use a node iteration helper function.David Gibson1-174/+84
2007-11-20libfdt: Abolish fdt_offset_ptr_typed()David Gibson1-1/+1
2007-11-13libfdt: Add phandle related functionsDavid Gibson1-0/+21
2007-10-24libfdt: Rename and publish _fdt_next_tag()David Gibson1-11/+11
2007-10-24libfdt: Rename and publish _fdt_check_header()David Gibson1-3/+3
2007-10-22libfdt: Make fdt_string() return a const pointerDavid Gibson1-1/+1
2007-10-16libfdt: Add functions for handling the "compatible" propertyDavid Gibson1-0/+83
2007-10-15libfdt: Add functions to get/add/delete memory reservemap entriesDavid Gibson1-0/+17
2007-10-15libfdt: Make unit address optional for finding nodesDavid Gibson1-6/+8
2007-09-18dtc: Whitespace cleanupDavid Gibson1-2/+2
2007-09-17libfdt: Add fdt_node_offset_by_prop_value()David Gibson1-0/+51
2007-09-05dtc: Assume properties preced subnodes in the flattened treeDavid Gibson1-12/+2
2007-08-31libfdt: Fix use of uninitialized variable in fdt_get_path()David Gibson1-1/+1
2007-08-30libfdt: Add fdt_parent_offset() and supporting functionsDavid Gibson1-0/+68
2007-08-30libfdt: Add fdt_get_path() functionDavid Gibson1-0/+66
2007-08-30libfdt: Add fdt_get_name() to retrieve a node's nameDavid Gibson1-0/+24