aboutsummaryrefslogtreecommitdiff
path: root/libfdt/fdt_rw.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-08Fix CID 1461557David Gibson1-5/+8
2021-03-09libfdt: Fix a possible "unchecked return value" warningDavid Gibson1-1/+4
2021-01-04Set last_comp_version correctly in new dtb and fix potential version issues i...Justin Covell1-1/+3
2020-09-24libfdt: fdt_splice_(): Fix comparison warningAndre Przywara1-1/+1
2020-06-16libfdt: Correct condition for reordering blocksSimon Glass1-1/+1
2020-03-06libfdt: fix undefined behaviour in fdt_splice_()Jan Beulich1-6/+7
2020-02-24libfdt: Add support for disabling ordering check/fixupSimon Glass1-1/+2
2020-02-24libfdt: Add support for disabling version checksSimon Glass1-3/+3
2020-02-24libfdt: Add support for disabling rollback handlingSimon Glass1-3/+15
2020-02-24libfdt: Add support for disabling dtb checksSimon Glass1-0/+2
2019-06-21libfdt: Replace GPL/BSD boilerplate/reference with SPDX tagsRob Herring1-46/+1
2019-05-10libfdt: Ensure fdt_add_property frees allocated name string on failureNicholas Piggin1-3/+19
2018-06-07libfdt: Clean up header checking functionsDavid Gibson1-14/+14
2017-10-26libfdt: Remove leading underscores from identifiersDavid Gibson1-45/+45
2017-07-28Introduce fdt_setprop_placeholder() methodPantelis Antoniou1-3/+17
2017-04-09Fix a few whitespace and style nitsSimon Glass1-2/+2
2017-02-24libfdt: Remove undefined behaviour setting empty propertiesDavid Gibson1-1/+2
2016-08-22libfdt: simplify fdt_del_mem_rsv()Masahiro Yamada1-5/+1
2015-12-02libfdt: check for potential overrun in _fdt_splice()Courtney Cavin1-0/+2
2014-01-25libfdt: avoid shadowing "err" in FDT_RW_CHECK_HEADERFlorian Fainelli1-3/+3
2013-01-06dtc/libfdt: sparse fixesKim Phillips1-2/+2
2011-12-05libfdt: Add support for appending the values to a existing propertyMinghuan Lian1-0/+27
2009-02-06libfdt: Rework/cleanup fdt_next_tag()David Gibson1-0/+2
2008-07-14libfdt: Increase namespace-pollution paranoiaDavid Gibson1-61/+60
2008-07-14dtc: Enable and fix -Wcast-qual warningsDavid Gibson1-2/+2
2008-07-14dtc: Enable and fix -Wpointer-arith warningsDavid Gibson1-22/+27
2008-05-29libfdt: Several cleanups to parameter checkingDavid Gibson1-16/+8
2008-02-18libfdt: Trivial cleanup for CHECK_HEADER)David Gibson1-6/+2
2008-02-14libfdt: Fix NOP handling bug in fdt_add_subnode_namelen()David Gibson1-1/+1
2008-01-11libfdt: Add fdt_set_name() functionDavid Gibson1-0/+24
2007-11-26dtc: Add valgrind support to testsuiteDavid Gibson1-3/+3
2007-11-01libfdt: Handle v16 and re-ordered trees for r/wDavid Gibson1-19/+89
2007-10-30libfdt: Correctly handle versions > 17David Gibson1-1/+4
2007-10-25libfdt: Remove un-const-safe fdt_set_header macroDavid Gibson1-7/+7
2007-10-24libfdt: Rename and publish _fdt_next_tag()David Gibson1-3/+3
2007-10-24libfdt: Rename and publish _fdt_check_header()David Gibson1-1/+1
2007-10-22libfdt: Add missing RW_CHECK_HEADER to fdt_del_node()David Gibson1-0/+2
2007-10-15libfdt: Add functions to get/add/delete memory reservemap entriesDavid Gibson1-0/+47
2007-06-14Move everything into a subdirectory in preparation for merge into dtc.David Gibson1-0/+325