aboutsummaryrefslogtreecommitdiff
path: root/libfdt/fdt_rw.c
AgeCommit message (Expand)AuthorFilesLines
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