Commit Graph

  • 142419e43c dtc/libfdt: sparse fixes Kim Phillips 2012-11-13 18:34:30 -0600
  • feafcd972c dtc/libfdt: introduce fdt types for annotation by endian checkers Kim Phillips 2012-11-28 17:33:01 -0600
  • 20b866a7ce dtc/fdtdump: include libfdt_env.h prior to fdt.h Kim Phillips 2012-11-13 18:34:09 -0600
  • 38ad79d339 dtc/tests: don't include fdt.h prior to libfdt.h Kim Phillips 2012-11-13 18:34:01 -0600
  • 1c1efd6954 Fix util_is_printable_string Pantelis Antoniou 2013-01-04 21:12:58 +0200
  • 94a4799b20 fdtdump: properly handle multi-string properties Pantelis Antoniou 2013-01-04 21:12:46 +0200
  • e4b497f367 Add documentation on how to submit patches Michael Ellerman 2012-10-16 18:04:20 +1100
  • 8dec4d86ad dtc: srcpos_verror() should print to stderr Michael Ellerman 2012-10-16 17:58:56 +1100
  • 1762ab42ef dtc: fix for_each_*() to skip first object if deleted Stephen Warren 2012-10-05 09:57:41 -0600
  • c6fb1d2391 libfdt: Added missing functions to shared library Anders Hedlund 2012-09-10 13:50:56 +0200
  • 317a5d92bc dtc: zero out new label objects Stephen Warren 2012-09-28 12:39:22 -0600
  • 1b6d1941dc dtc: cpp co-existence: add support for #line directives Stephen Warren 2012-09-27 17:11:05 -0600
  • 1ff3d3f8de dtc: cpp co-existence: allow names starting with # to be escaped Stephen Warren 2012-09-27 17:11:04 -0600
  • 45013d8619 dtc: Add ability to delete nodes and properties Stephen Warren 2012-08-07 22:50:15 -0600
  • 8716901d22 dtc/libfdt: install missing header Yann E. MORIN 2012-08-22 01:48:17 +0200
  • f807af1928 fdtput: Add -p option to create subnodes along entire path Simon Glass 2012-07-12 08:52:51 -0700
  • 3553dfac22 fdtput: Adjust report_error() to use name, namelen params Simon Glass 2012-07-10 05:56:47 -0700
  • d46c2de570 fdtput: Add -c option to create nodes Simon Glass 2012-07-12 08:52:49 -0700
  • f58dff5040 fdtput: Prepare to support multiple operations Simon Glass 2012-07-12 08:52:48 -0700
  • bb21f0a766 fdtput: Fix nit in help message Simon Glass 2012-07-10 05:56:44 -0700
  • d5399197e9 Allow toggling of semantic checks David Gibson 2012-07-08 23:25:22 +1000
  • 511dedd40f Re-work level setting on checks code David Gibson 2012-07-08 23:25:21 +1000
  • f67dfe8459 Add test for re-defining an identical label Stephen Warren 2012-07-03 14:09:30 -0600
  • 942b3c065f Fix compilation warning/error in setprop_inplace.c Stephen Warren 2012-06-12 14:48:12 -0600
  • be6026838e libfdt: Add helper function to create a trivial, empty tree David Gibson 2012-06-01 14:12:38 +1000
  • cbf1410eab libfdt: Add helpers for 64-bit integer properties David Gibson 2012-06-01 14:12:37 +1000
  • 4adbb5336b Remove test_tree1_dts0 testcases David Gibson 2012-06-01 14:12:36 +1000
  • 3ec9cb5703 Add integer expressions files to .gitignore Simon Glass 2012-04-19 09:33:36 -0700
  • 84a94f6ffc dtc: Adjust .gitignore to be in alphabetical order Simon Glass 2012-04-19 09:33:35 -0700
  • 3cbf829874 dtc: Remove spurious output on stderr Simon Glass 2012-04-11 16:32:26 -0700
  • 37b167f68a Remove invalid macro starting with _ from libfdt_env.h Bert Kenward 2012-04-10 08:00:15 -0700
  • 5f0c3b2d62 dtc: Basic integer expressions Stephen Warren 2012-04-03 20:56:00 -0600
  • eaec1dbc59 fdtget-runtest.sh: Fix failures when /bin/sh isn't bash Stephen Warren 2012-03-20 20:23:46 -0600
  • de6b76240e dtc: Add -i option to support search paths Simon Glass 2012-03-14 20:04:13 -0700
  • 7fcbef2757 fdtget: Add -d to provide a default value Simon Glass 2012-03-06 16:41:47 -0800
  • 16c99ee8e3 fdtget: Add -l to list the subnodes of a node Simon Glass 2012-03-06 16:41:46 -0800
  • 30eb201ada fdtget: Add -p to list the properties of a node Simon Glass 2012-03-02 17:12:08 -0800
  • 097ec97c1a fdtget: Fix multiple arg bug and add test for it Simon Glass 2012-03-02 17:12:07 -0800
  • a6e6c60e3a dtc: Fix zero-length input segfault Horst Kronstorfer 2012-02-07 10:02:53 +0100
  • e280442e08 Fix uninitialized access bug in utilfdt_decode_type David Gibson 2012-02-03 17:06:12 +1100
  • 0b3b46e019 Generate test data for fdtput more sensibly David Gibson 2012-02-03 16:12:09 +1100
  • c34e88354a Don't use diff to check fdt{get,put} results David Gibson 2012-02-03 16:12:08 +1100
  • 15b23d21a6 Clean up invocation of fdt{get,put} tests David Gibson 2012-02-03 16:12:07 +1100
  • c879a8a28b Factor signal checks out of test scripts David Gibson 2012-02-03 16:12:06 +1100
  • a90b5b1491 Remove bashism from run_tests.sh David Gibson 2012-02-03 16:12:05 +1100
  • 2ca83614e7 Use 'trap' builtin to clean up temporaries in test scripts David Gibson 2012-02-03 16:12:04 +1100
  • 9a50d82c4e Remove unused variable from test scripts David Gibson 2012-02-03 16:12:03 +1100
  • 53d6ca639d Trivial style fixup David Gibson 2012-02-03 16:12:02 +1100
  • 9cf26ffa4a Add quilt files to .gitignore David Gibson 2012-02-03 16:12:01 +1100
  • 81f11f4f10 Update .gitignore for tests David Gibson 2012-02-03 16:12:00 +1100
  • 1456da7e2d Introduce ${TESTS_BIN} in Makefiles to identify tested executables. Jon Loeliger 2012-01-21 15:24:51 -0600
  • 1ede50c355 Add fdtput utility to write property values to a device tree Simon Glass 2012-01-21 10:14:48 -0800
  • 68d057f20d Add fdtget utility to read property values from a device tree Simon Glass 2012-01-21 10:14:47 -0800
  • 69df9f0de2 dtc: Implement -d option to write out a dependency file Stephen Warren 2012-01-12 11:31:00 -0700
  • 97b909f852 libfdt: Activate testcase for appending properties David Gibson 2012-01-11 23:41:32 +1100
  • a31e3ef83b libfdt: Add support for appending the values to a existing property Minghuan Lian 2011-12-05 12:22:07 +1100
  • 8f459c5d72 fdtdump: rename from ftdump Mike Frysinger 2011-10-25 17:29:24 -0400
  • 033089f290 dtc: Add support for variable sized elements Anton Staaf 2011-10-11 10:22:29 -0700
  • a4b515c038 dtc: Add data_append_integer function Anton Staaf 2011-10-11 10:22:28 -0700
  • 2cd4c8d27d libfdt: Add fdt16_to_cpu utility function Anton Staaf 2011-10-11 10:22:27 -0700
  • 07a8691fbb ftdump: use utilfdt to read blob Simon Glass 2011-09-22 10:11:04 -0700
  • 1c25c0d520 Make testutils use utilfdt Simon Glass 2011-09-22 10:11:03 -0700
  • 36204fdf74 Add fdt read/write utility functions Simon Glass 2011-09-22 10:11:02 -0700
  • 9ebd9b4a56 Create Makefile.utils and move ftdump into it Simon Glass 2011-09-21 13:32:44 -0700
  • a4ea2fa951 dtc: Support character literals in cell lists Anton Staaf 2011-09-09 12:16:30 -0700
  • 83df28bd39 dtc: Remove gcc 4.6 "set but not used" warnings David Gibson 2011-09-12 11:18:43 +1000
  • b43335a238 dtc: Refactor character literal parsing code Anton Staaf 2011-09-09 12:16:29 -0700
  • ed8fee1a64 Add missing tests to .gitignore Simon Glass 2011-07-05 12:02:52 -0700
  • 492f9d5de7 Split out is_printable_string() into util.c Simon Glass 2011-07-05 12:02:49 -0700
  • d5b3165023 dtc: Remove unused variable in flat_read_mem_reserve Josh Boyer 2011-06-28 09:47:11 -0400
  • 0a5aca98ba dtc: Remove unused check variable Josh Boyer 2011-06-28 08:47:09 -0400
  • bc895d6d09 Tag Version 1.3.0 v1.3.0 Jon Loeliger 2011-05-08 14:45:39 -0500
  • 99c1db78dc libfdt: include version number in soname Paolo Bonzini 2011-04-26 20:45:27 +1000
  • 37c0b6a091 dtc: Add code to make diffing trees easier David Gibson 2010-11-10 09:51:09 +1100
  • 73ae43ea44 Allow nodes to be referenced by path at the top level. John Bonesio 2010-11-02 15:55:04 -0700
  • c0fa2e6d4e Create new and use new print_error that uses printf style formatting. John Bonesio 2010-10-20 14:44:58 -0700
  • 8773e12fa9 Add merging of labelled subnodes. This patch allows the following David Gibson 2010-09-20 16:33:34 -0600
  • 390635762d Remove another bashism from run_tests.sh David Gibson 2010-08-30 12:53:03 +1000
  • 0e89e8c5a0 Fix a filehandle leak Martin Ettl 2010-07-14 16:10:56 +1000
  • e3b32b75b5 dtc: Extend and better test dtbs_equal utility programs (resend) David Gibson 2010-04-30 15:30:00 +1000
  • 341df2bdc3 dtc: Add -Wredundant-decls (resend) David Gibson 2010-04-30 15:27:32 +1000
  • 73dca9ae0b libfdt: Implement property iteration functions David Gibson 2010-03-09 17:39:14 +1100
  • 74f6a51b1f dtc: Enable more warnings David Gibson 2010-03-09 10:49:33 +1100
  • 8765874963 dtc: Correct headers in util.c David Gibson 2010-03-03 16:38:01 +1100
  • 9dfb495f80 Update .gitignore files Grant Likely 2010-02-24 12:06:23 -0700
  • 83da1b2a4e Allow device tree to be modified by additonal device tree sections Grant Likely 2010-02-25 09:58:29 -0700
  • 716418849a dtc: Audit and fix valgrind errors David Gibson 2010-02-24 22:29:19 +1100
  • 05898c67c1 dtc: Allow multiple labels on nodes and properties David Gibson 2010-02-24 18:22:17 +1100
  • 49c2da3085 Remove obsolete references_dts0 test David Gibson 2010-02-24 01:23:37 +1100
  • 329055dbbc Disallow re-use of the same label within a dts file David Gibson 2010-02-23 19:56:41 +1100
  • 15ad6d862e dtc: Automatically pick a sensible boot_cpuid_phys David Gibson 2010-02-19 15:50:50 +1100
  • 5c8d2e2b57 Modification of lexer and parser, improving dtc portability. Lukasz Wojcik 2010-01-29 17:31:51 +0100
  • c6225f86fd dtc: Cleanup YYLTYPE and YYLLOC_DEFAULT declarations David Gibson 2009-12-08 14:24:42 +1100
  • e1fee329e2 dtc: Cleanup srcpos_string() David Gibson 2009-12-08 14:24:42 +1100
  • 728c5e87c6 dtc: Cleanup line number tracking, add column number tracking David Gibson 2009-12-08 14:24:42 +1100
  • d68cb36b0b dtc: Simpler interface to source file management David Gibson 2009-12-08 14:24:42 +1100
  • d75b33af67 Support ePAPR compliant phandle properties David Gibson 2009-11-26 15:37:13 +1100
  • 0ef21055ee Assorted cleanups and extensions for ftdump David Gibson 2009-11-17 17:00:53 +1100
  • b31b271f91 Fix dtc bugs for 64-bit compile David Gibson 2009-11-12 13:30:02 +1100
  • f2f6d0f2f0 Don't use echo -e in run_tests.sh David Gibson 2009-11-12 11:56:34 +1100