aboutsummaryrefslogtreecommitdiff
path: root/tests/sw_tree1.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-21tests: Replace license boilerplate with SPDX tagsRob Herring1-14/+1
2019-05-10libfdt: Add FDT_CREATE_FLAG_NO_NAME_DEDUP flag that trades size for speedNicholas Piggin1-8/+37
2018-07-09tests: Improve fdt_resize() testsDavid Gibson1-3/+32
2017-10-26tests: Correct warning in sw_tree1.cDavid Gibson1-0/+2
2017-04-02Add a libfdt function to write a property placeholderSimon Glass1-0/+5
2017-03-06tests: Make realloc_fdt() really allocate *fdtNicolas Iooss1-2/+2
2013-12-31Fix valgrind errors in sw_tree1David Gibson1-5/+8
2013-10-26libfdt: Add function to resize the buffer for a sequential write treeDavid Gibson1-8/+73
2013-09-20Ensure all tests have matching reg and unit addressStephen Warren1-0/+7
2013-01-06dtc/tests: don't include fdt.h prior to libfdt.hKim Phillips1-1/+0
2012-06-03libfdt: Add helpers for 64-bit integer propertiesDavid Gibson1-1/+2
2009-11-26Support ePAPR compliant phandle propertiesDavid Gibson1-1/+1
2008-11-05libfdt: Fix bug in fdt_subnode_offset_namelen()David Gibson1-0/+5
2007-11-20libfdt: Abolish _typed() variants, add _cell() variantsDavid Gibson1-7/+7
2007-11-13libfdt: Add phandle related functionsDavid Gibson1-0/+2
2007-11-06libfdt: Fix sw_tree1 testcaseDavid Gibson1-1/+0
2007-10-16libfdt: Add functions for handling the "compatible" propertyDavid Gibson1-0/+7
2007-10-15libfdt: Add functions to get/add/delete memory reservemap entriesDavid Gibson1-0/+3
2007-10-15libfdt: Make unit address optional for finding nodesDavid Gibson1-3/+3
2007-06-14Merge libfdt into dtc.David Gibson1-0/+83