summaryrefslogtreecommitdiff
path: root/libfdt/fdt_rw.c
AgeCommit message (Expand)Author
2021-06-08Fix CID 1461557 David Gibson
2021-03-09libfdt: Fix a possible "unchecked return value" warning David Gibson
2021-01-04Set last_comp_version correctly in new dtb and fix potential version issues i... Justin Covell
2020-09-24libfdt: fdt_splice_(): Fix comparison warning Andre Przywara
2020-06-16libfdt: Correct condition for reordering blocks Simon Glass
2020-03-06libfdt: fix undefined behaviour in fdt_splice_() Jan Beulich
2020-02-24libfdt: Add support for disabling ordering check/fixup Simon Glass
2020-02-24libfdt: Add support for disabling version checks Simon Glass
2020-02-24libfdt: Add support for disabling rollback handling Simon Glass
2020-02-24libfdt: Add support for disabling dtb checks Simon Glass
2019-06-21libfdt: Replace GPL/BSD boilerplate/reference with SPDX tags Rob Herring
2019-05-10libfdt: Ensure fdt_add_property frees allocated name string on failure Nicholas Piggin
2018-06-07libfdt: Clean up header checking functions David Gibson
2017-10-26libfdt: Remove leading underscores from identifiers David Gibson
2017-07-28Introduce fdt_setprop_placeholder() method Pantelis Antoniou
2017-04-09Fix a few whitespace and style nits Simon Glass
2017-02-24libfdt: Remove undefined behaviour setting empty properties David Gibson
2016-08-22libfdt: simplify fdt_del_mem_rsv() Masahiro Yamada
2015-12-02libfdt: check for potential overrun in _fdt_splice() Courtney Cavin
2014-01-25libfdt: avoid shadowing "err" in FDT_RW_CHECK_HEADER Florian Fainelli
2013-01-06dtc/libfdt: sparse fixes Kim Phillips
2011-12-05libfdt: Add support for appending the values to a existing property Minghuan Lian
2009-02-06libfdt: Rework/cleanup fdt_next_tag() David Gibson
2008-07-14libfdt: Increase namespace-pollution paranoia David Gibson
2008-07-14dtc: Enable and fix -Wcast-qual warnings David Gibson
2008-07-14dtc: Enable and fix -Wpointer-arith warnings David Gibson
2008-05-29libfdt: Several cleanups to parameter checking David Gibson
2008-02-18libfdt: Trivial cleanup for CHECK_HEADER) David Gibson
2008-02-14libfdt: Fix NOP handling bug in fdt_add_subnode_namelen() David Gibson
2008-01-11libfdt: Add fdt_set_name() function David Gibson
2007-11-26dtc: Add valgrind support to testsuite David Gibson
2007-11-01libfdt: Handle v16 and re-ordered trees for r/w David Gibson
2007-10-30libfdt: Correctly handle versions > 17 David Gibson
2007-10-25libfdt: Remove un-const-safe fdt_set_header macro David Gibson
2007-10-24libfdt: Rename and publish _fdt_next_tag() David Gibson
2007-10-24libfdt: Rename and publish _fdt_check_header() David Gibson
2007-10-22libfdt: Add missing RW_CHECK_HEADER to fdt_del_node() David Gibson
2007-10-15libfdt: Add functions to get/add/delete memory reservemap entries David Gibson
2007-06-14Move everything into a subdirectory in preparation for merge into dtc. David Gibson