416 Commits (1ff3d3f8de701ed107e908030b5c1fed9d17125a)
 

Author SHA1 Message Date
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
Yann E. MORIN 8716901d22 dtc/libfdt: install missing header 12 years ago
Simon Glass f807af1928 fdtput: Add -p option to create subnodes along entire path 12 years ago
Simon Glass 3553dfac22 fdtput: Adjust report_error() to use name, namelen params 12 years ago
Simon Glass d46c2de570 fdtput: Add -c option to create nodes 12 years ago
Simon Glass f58dff5040 fdtput: Prepare to support multiple operations 12 years ago
Simon Glass bb21f0a766 fdtput: Fix nit in help message 12 years ago
David Gibson d5399197e9 Allow toggling of semantic checks 12 years ago
David Gibson 511dedd40f Re-work level setting on checks code 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
Simon Glass 3cbf829874 dtc: Remove spurious output on stderr 13 years ago
Bert Kenward 37b167f68a Remove invalid macro starting with _ from libfdt_env.h 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 16c99ee8e3 fdtget: Add -l to list the subnodes of a node 13 years ago
Simon Glass 30eb201ada fdtget: Add -p to list the properties of a node 13 years ago
Simon Glass 097ec97c1a fdtget: Fix multiple arg bug and add test for it 13 years ago
Horst Kronstorfer a6e6c60e3a dtc: Fix zero-length input segfault 13 years ago
David Gibson e280442e08 Fix uninitialized access bug in utilfdt_decode_type 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 53d6ca639d Trivial style fixup 13 years ago
David Gibson 9cf26ffa4a Add quilt files to .gitignore 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
Simon Glass 1ede50c355 Add fdtput utility to write property values to a device tree 13 years ago
Simon Glass 68d057f20d Add fdtget utility to read property values from a device tree 13 years ago
Stephen Warren 69df9f0de2 dtc: Implement -d option to write out a dependency file 13 years ago
David Gibson 97b909f852 libfdt: Activate testcase for appending properties 13 years ago
Minghuan Lian a31e3ef83b libfdt: Add support for appending the values to a existing property 13 years ago
Mike Frysinger 8f459c5d72 fdtdump: rename from ftdump 13 years ago
Anton Staaf 033089f290 dtc: Add support for variable sized elements 13 years ago
Anton Staaf a4b515c038 dtc: Add data_append_integer function 13 years ago
Anton Staaf 2cd4c8d27d libfdt: Add fdt16_to_cpu utility function 13 years ago
Simon Glass 07a8691fbb ftdump: use utilfdt to read blob 13 years ago
Simon Glass 1c25c0d520 Make testutils use utilfdt 13 years ago