Commit Graph

  • 6a6c972cdf dtc: Clean up included Makefile fragments David Gibson 2008-05-16 13:20:41 +1000
  • 35aa1a273b dtc: Simplify error handling for unparseable input David Gibson 2008-05-16 13:21:51 +1000
  • 1577696b6d dtc: Change exit code for usage message David Gibson 2008-03-18 14:04:19 +1100
  • 2192d46dfd dtc: Cleanup \nnn and \xNN string escape handling David Gibson 2008-03-17 17:03:47 +1100
  • 3bdd393965 dtc: Add some documentation for the dts formta David Gibson 2008-03-11 10:47:14 +1100
  • 1a9468c9a0 dtc: Abolish asize field of struct data David Gibson 2008-03-06 15:48:04 +1100
  • 8a88ad8bad dtc: Remove ugly include stack abuse David Gibson 2008-03-06 12:45:41 +1100
  • f7ea3708c3 dtc: Make dtc_open_file() die() if unable to open requested file David Gibson 2008-03-06 12:16:55 +1100
  • 6c2e4d61f8 dtc: Testcases for input handling David Gibson 2008-03-05 16:22:41 +1100
  • 68fe10ba4e dtc: Assorted improvements to test harness David Gibson 2008-03-05 16:01:55 +1100
  • 6b8e05626a dtc: Make eval_literal() static David Gibson 2008-03-05 11:47:54 +1100
  • b2de518b80 dtc: Make -I dtb mode use fill_fullpaths() David Gibson 2008-02-29 16:51:28 +1100
  • 5ac97df149 dtc: Use for_each_marker_of_type in asm_emit_data() David Gibson 2008-02-28 20:58:28 +1100
  • a266e5c1e1 dtc: Test and fix conversion to/from old dtb versions David Gibson 2008-02-28 20:55:37 +1100
  • d028e84140 dtc: Strip redundant "name" properties David Gibson 2008-02-28 20:53:00 +1100
  • 2b3a96761a dtc: Fix indentation of fixup_phandle_references David Gibson 2008-02-28 16:42:15 +1100
  • fa5b520ccb dtc: Implement checks for the format of node and property names David Gibson 2008-02-27 13:45:13 +1100
  • 7c635dcb2f dtc: Fix error reporting in push_input_file() David Gibson 2008-02-26 16:44:29 +1100
  • 2512a7eb5c libfdt: Remove no longer used code from fdt_node_offset_by_compatible() David Gibson 2008-02-18 18:09:04 +1100
  • 8a4e75049d libfdt: Trivial cleanup for CHECK_HEADER) David Gibson 2008-02-18 18:06:31 +1100
  • a90b5905fe libfdt: More tests of NOP handling behaviour David Gibson 2008-02-18 16:09:25 +1100
  • d8b6942666 dtc: Fold comment handling test into testsuite David Gibson 2008-02-15 15:14:16 +1100
  • 089adb9964 libfdt: Fix NOP handling bug in fdt_add_subnode_namelen() David Gibson 2008-02-14 16:50:34 +1100
  • fc9769ac2b libfdt: Add and use a node iteration helper function. David Gibson 2008-02-12 11:58:31 +1100
  • 202863e4dd Tag Version 1.1.0 v1.1.0 Jon Loeliger 2008-01-24 10:16:07 -0600
  • 0f635df874 Remove const from dtc_file::dir. Scott Wood 2008-01-11 13:14:57 -0600
  • 82b327d380 libfdt: Add fdt_set_name() function David Gibson 2008-01-11 14:55:05 +1100
  • 7364cc79b5 Tag Version 1.1.0-rc1 v1.1.0-rc1 Jon Loeliger 2008-01-10 09:09:44 -0600
  • b1a6719aa6 Preserve scanner state when /include/ing. Scott Wood 2008-01-07 14:27:51 -0600
  • 42107f8bba Convert malloc() uses to xmalloc(). Scott Wood 2008-01-07 14:27:36 -0600
  • 3c3ecaacda Remove \n from yyerror() call. Scott Wood 2008-01-04 15:10:47 -0600
  • 5695e99d5f Handle absolute pathnames correctly in dtc_open_file. Scott Wood 2008-01-04 15:10:45 -0600
  • 7d24bd0a72 dtc/libfdt: Add README clarifying licensing David Gibson 2008-01-04 13:43:24 +1100
  • ad4f54ae2b Return a non-zero exit code if an error occurs during dts parsing. Scott Wood 2008-01-03 17:43:33 -0600
  • 910efac4b4 Look for include files in the directory of the including file. Scott Wood 2008-01-03 17:43:31 -0600
  • f77fe6a20e Add yyerrorf() for formatted error messages. Scott Wood 2008-01-03 17:43:29 -0600
  • 3bb78bfd97 dtc: Remove header information dumping David Gibson 2008-01-03 15:48:43 +1100
  • 3e516d961a dtc: Update TODO files David Gibson 2007-12-19 16:07:47 +1100
  • 08c0be206d dtc: Add missing copyright notice for dumptrees.c David Gibson 2007-12-19 11:04:33 +1100
  • 376ab6f2ed dtc: Remove remaining old-style checks David Gibson 2007-12-18 14:54:38 +1100
  • d6f9b62fe1 dtc: Don't build tests as part of "all" David Gibson 2007-12-17 16:39:39 +1100
  • 30f7fbfbe9 libfdt: Add more documentation (patch the seventh) David Gibson 2007-12-17 14:42:07 +1100
  • f819a4e21d libfdt: Add more documentation (patch the sixth) David Gibson 2007-12-17 14:41:52 +1100
  • a68cbc09ff dtc: Fix silly typo in dtc-checkfails.sh David Gibson 2007-12-07 18:08:20 +1100
  • b7c5eaf3ee dtc: Allow gcc format warnings for check_msg() David Gibson 2007-12-07 18:08:03 +1100
  • 0d9d10184b dtc: Make dtc-checfails.sh script catch deaths-by-signal David Gibson 2007-12-07 15:37:45 +1100
  • 3476f9608b dtc: Reinstate full old-style reference-to-path for v0 dts files David Gibson 2007-12-07 14:38:26 +1100
  • e4ffc1443d dtc: Convert check for obsolete /chosen property David Gibson 2007-12-07 14:06:11 +1100
  • 7e089d9473 dtc: Convert #address-cells and #size-cells related checks David Gibson 2007-12-07 14:05:55 +1100
  • e110920707 dtc: Remove obsolete check_properties() function David Gibson 2007-12-06 17:04:04 +1100
  • faf037f0ef dtc: Migrate "string property" checks to new framework David Gibson 2007-12-06 17:01:07 +1100
  • c21acabc40 dtc: Migrate "one cell" checks to new framework David Gibson 2007-12-06 16:59:45 +1100
  • 5ba0086bfd dtc: More detailed testing of tree checks David Gibson 2007-12-06 16:56:55 +1100
  • d6060bd231 dtc: Remove space from flex command line David Gibson 2007-12-06 13:07:50 +1100
  • efbbef8e4f dtc: Implement path references David Gibson 2007-12-05 10:43:50 +1100
  • 80c72a81cf Fix padding options Kumar Gala 2007-12-04 17:36:08 -0600
  • c048102f5b dtc: Generate useful error message for properties after subnodes David Gibson 2007-12-05 10:27:04 +1100
  • 2b67c632df dtc: Trivial lexer cleanups David Gibson 2007-12-05 09:50:25 +1100
  • 459c955cca dtc: Convert "name" property checking to new infrastructure David Gibson 2007-12-05 09:40:23 +1100
  • d06cda32f6 dtc: Fix FAIL() macro varargs David Gibson 2007-12-05 09:34:53 +1100
  • 501e21cc6f Print out the total size as part of ftdump Kumar Gala 2007-12-04 10:33:20 -0600
  • 92cb9a25b1 dtc: Add many const qualifications David Gibson 2007-12-04 14:26:15 +1100
  • 2d72816ccf dtc: Fix uninitialized use of structure_ok David Gibson 2007-12-04 11:49:43 +1100
  • 2b7dc8dce5 Add an option to pad the blob that is generated Kumar Gala 2007-11-28 10:21:12 -0600
  • 7c44c2f9cb dtc: Fix some lexical problems with references David Gibson 2007-11-22 17:10:07 +1100
  • f29454eb7e Fix whitespace in libfdt/fdt.h Kumar Gala 2007-11-28 09:39:08 -0600
  • dc941774e2 dtc: Merge refs and labels into single "markers" list (v2) David Gibson 2007-11-22 14:39:23 +1100
  • b16a2bd89d dtc: Flexible tree checking infrastructure (v2) David Gibson 2007-11-22 14:38:07 +1100
  • 67b6b33b9b dtc: Add valgrind support to testsuite David Gibson 2007-11-21 11:56:14 +1100
  • 3ce5363387 dtc: Remove some redundant testcases David Gibson 2007-11-21 11:29:18 +1100
  • 8eaf5e3583 Add a script that compares an "old" and "new" dtc results. Jon Loeliger 2007-11-20 09:14:03 -0600
  • b2e61bde9f dtc: Don't use env(1) in testsuite David Gibson 2007-11-20 22:14:12 +1100
  • 0d6ade2547 dtc: Add testcases for tree checks David Gibson 2007-11-20 16:24:23 +1100
  • 2cf86939af libfdt: Abolish fdt_offset_ptr_typed() David Gibson 2007-11-19 17:26:22 +1100
  • 9521dc5ecc libfdt: Abolish _typed() variants, add _cell() variants David Gibson 2007-11-20 13:35:46 +1100
  • 682576d85b dtc: Add testcase for dtc references David Gibson 2007-11-13 10:02:29 +1100
  • 7346858f81 libfdt: Add phandle related functions David Gibson 2007-11-13 09:59:38 +1100
  • f6588bc32f dtc: Add missing dependencies for tests David Gibson 2007-11-13 09:52:58 +1100
  • 91967acabd dtc: -Odts produces v1 output David Gibson 2007-11-07 11:17:37 +1100
  • 9138db565a dtc: Switch dtc to C-style literals David Gibson 2007-11-07 11:17:17 +1100
  • 9ed27a2aac dtc: Simplify lexing/parsing of literals vs. node/property names David Gibson 2007-11-07 11:16:19 +1100
  • 53acf491e9 libfdt: Add more documentation (path the fifth) David Gibson 2007-11-07 11:54:14 +1100
  • 9409bd96a5 dtc: Better exercise dtc base and bytestring features David Gibson 2007-11-07 10:58:22 +1100
  • b433db0fc7 dtc: Add testcases exercising -Odts mode David Gibson 2007-11-07 10:34:06 +1100
  • d3ea6e5f96 dtc: Make -Idts -Odts preserve property-internal labels David Gibson 2007-11-07 10:22:25 +1100
  • ed01ae41e2 dtc: Refactor printing of property values in -Odts mode David Gibson 2007-11-07 10:21:20 +1100
  • d79d4e280f libfdt: Fix sw_tree1 testcase David Gibson 2007-11-06 10:42:45 +1100
  • 9d3af7ab62 libfdt: Add more documentation (patch the fourth) David Gibson 2007-11-05 14:29:37 +1100
  • 2ec634d24b libfdt: Add more documentation (patch the third) David Gibson 2007-11-05 14:29:18 +1100
  • e0f2989809 dtc: Fix the install target Emil Medve 2007-11-02 10:26:15 -0500
  • f7497dc6be dtc: Don't force alignment of cell list data David Gibson 2007-11-02 16:54:26 +1100
  • 02563ad023 dtc: Make -Idts -Odts preserve node/property labels David Gibson 2007-11-02 16:10:30 +1100
  • bf141b96cd dtc: Don't include libfdt in global LDFLAGS David Gibson 2007-11-02 15:15:17 +1100
  • 2f1ccc36f4 dtc: Move tree checking code to checks.c David Gibson 2007-11-01 16:49:26 +1100
  • a041dcdc48 libfdt: Handle v16 and re-ordered trees for r/w David Gibson 2007-11-01 11:37:31 +1100
  • 4a5df5c026 libfdt: Correctly handle versions > 17 David Gibson 2007-10-30 13:22:12 +1100
  • 7e14259791 dtc: Remove leftover debugging printf() from mangle-layout David Gibson 2007-10-30 13:17:15 +1100
  • 7b3fb789d2 DTC: Remove the need for the GLR Parser. Jon Loeliger 2007-10-22 16:09:56 -0500
  • 3bef796b44 libfdt: Test on trees with different block layouts David Gibson 2007-10-25 15:05:58 +1000
  • 9b91134ba3 libfdt: Remove un-const-safe fdt_set_header macro David Gibson 2007-10-25 14:29:38 +1000