219 Commits (e20d9658cd8f1cf2c03e843678cc9e89107e87ad)

Author SHA1 Message Date
Wang Long aa719618a8 fdtput: add delete node and property function 10 years ago
Jack Miller 5d4a8b9c4c Properly handle embedded nul delimited string lists 10 years ago
David Gibson fa928fba7e Fix an off-by-2 error in the source output code 10 years ago
Simon Glass 76a65b14d1 Add a basic test for fdtdump 10 years ago
David Gibson 40f7f576c8 libfdt: Add helpers to read #address-cells and #size-cells 11 years ago
David Gibson f240527e54 Fix bug with references to root node 11 years ago
Heinrich Schuchardt 9bf20d3896 Remove duplicate assignment 11 years ago
David Gibson a7ecdb4e75 Fix valgrind errors in sw_tree1 11 years ago
David Gibson edb10bcf1c Add option to run_tests.sh to stop immediately on a failing test 11 years ago
David Gibson 79eebb23db libfdt: Add function to resize the buffer for a sequential write tree 11 years ago
Stephen Warren b290428d71 Ensure all tests have matching reg and unit address 11 years ago
Stephen Warren a1ee6f068e dtc: ensure #line directives don't consume data from the next line 12 years ago
David Gibson 2e3fc7e9b3 Add missing test binary to .gitignore 12 years ago
Srinivas Kandagatla d214655904 fdtput: expand fdt if value does not fit 12 years ago
David Gibson a58afe2eb2 Remove some tests for misfeatures 12 years ago
David Gibson 1c76ec3c09 Use shorten_echo for wrap_tests 12 years ago
Simon Glass 4e76ec796c libfdt: Add fdt_next_subnode() to permit easy subnode iteration 12 years ago
Jon Loeliger 5543b88d5e Revert "utilfdt_read: pass back up the length of data read" 12 years ago
Mike Frysinger cc2c178727 utilfdt_read: pass back up the length of data read 12 years ago
Simon Glass 8055d77a5b Adjust util_is_printable_string() comment and fix test 12 years ago
Stephen Warren 1760e7ca03 fdtget-runtest.sh: use printf instead of /bin/echo -e 12 years ago
Kim Phillips 38ad79d339 dtc/tests: don't include fdt.h prior to libfdt.h 12 years ago
Stephen Warren 1762ab42ef dtc: fix for_each_*() to skip first object if deleted 12 years ago
Stephen Warren 1b6d1941dc dtc: cpp co-existence: add support for #line directives 12 years ago
Stephen Warren 1ff3d3f8de dtc: cpp co-existence: allow names starting with # to be escaped 12 years ago
Stephen Warren 45013d8619 dtc: Add ability to delete nodes and properties 12 years ago
Simon Glass f807af1928 fdtput: Add -p option to create subnodes along entire path 12 years ago
Simon Glass d46c2de570 fdtput: Add -c option to create nodes 12 years ago
David Gibson d5399197e9 Allow toggling of semantic checks 12 years ago
Stephen Warren f67dfe8459 Add test for re-defining an identical label 12 years ago
Stephen Warren 942b3c065f Fix compilation warning/error in setprop_inplace.c 12 years ago
David Gibson be6026838e libfdt: Add helper function to create a trivial, empty tree 13 years ago
David Gibson cbf1410eab libfdt: Add helpers for 64-bit integer properties 13 years ago
David Gibson 4adbb5336b Remove test_tree1_dts0 testcases 13 years ago
Simon Glass 3ec9cb5703 Add integer expressions files to .gitignore 13 years ago
Simon Glass 84a94f6ffc dtc: Adjust .gitignore to be in alphabetical order 13 years ago
Stephen Warren 5f0c3b2d62 dtc: Basic integer expressions 13 years ago
Stephen Warren eaec1dbc59 fdtget-runtest.sh: Fix failures when /bin/sh isn't bash 13 years ago
Simon Glass de6b76240e dtc: Add -i option to support search paths 13 years ago
Simon Glass 7fcbef2757 fdtget: Add -d to provide a default value 13 years ago
Simon Glass 097ec97c1a fdtget: Fix multiple arg bug and add test for it 13 years ago
David Gibson 0b3b46e019 Generate test data for fdtput more sensibly 13 years ago
David Gibson c34e88354a Don't use diff to check fdt{get,put} results 13 years ago
David Gibson 15b23d21a6 Clean up invocation of fdt{get,put} tests 13 years ago
David Gibson c879a8a28b Factor signal checks out of test scripts 13 years ago
David Gibson a90b5b1491 Remove bashism from run_tests.sh 13 years ago
David Gibson 2ca83614e7 Use 'trap' builtin to clean up temporaries in test scripts 13 years ago
David Gibson 9a50d82c4e Remove unused variable from test scripts 13 years ago
David Gibson 81f11f4f10 Update .gitignore for tests 13 years ago
Jon Loeliger 1456da7e2d Introduce ${TESTS_BIN} in Makefiles to identify tested executables. 13 years ago