Commit Graph

  • b43345039b Fix some bugs in processing of line directives David Gibson 2016-01-04 22:56:39 +1100
  • d728ad59f5 Fix crash on nul character in string escape sequence David Gibson 2016-01-03 23:01:24 +1100
  • 1ab2205a6f Gracefully handle bad octal literals David Gibson 2016-01-03 22:54:37 +1100
  • 1937095588 Prevent crash on division by zero David Gibson 2016-01-03 22:27:32 +1100
  • d0b3ab0a0f libfdt: Fix undefined behaviour in fdt_offset_ptr() David Gibson 2015-12-17 17:19:11 +1100
  • d4c7c25c9e libfdt: check for potential overrun in _fdt_splice() Courtney Cavin 2015-12-01 16:43:10 -0800
  • f58799be13 libfdt: Add some missing symbols to version.lds David Gibson 2015-12-01 12:55:21 +1100
  • af9f26d1e5 Remove duplicated -Werror in dtc Makefile David Gibson 2015-11-16 23:45:36 +1100
  • 604e61e081 fdt: Add functions to retrieve strings Thierry Reding 2015-09-29 11:09:08 +0200
  • 8702bd1d3b fdt: Add a function to get the index of a string Thierry Reding 2015-09-29 11:09:07 +0200
  • 2218387a8c fdt: Add a function to count strings Thierry Reding 2015-09-30 13:16:12 +1000
  • 554fde2c77 libfdt: fix comment block of fdt_get_property_namelen() Masahiro Yamada 2015-08-27 12:12:42 +0900
  • e5e6df7c37 fdtdump: Fix bug printing bytestrings with negative values David Gibson 2015-07-09 13:47:19 +1000
  • 067829ea5f Remove redundant fdtdump test code David Gibson 2015-07-09 13:41:21 +1000
  • 897a429199 Move fdt_path_offset alias tests to right tests section David Gibson 2015-07-09 13:29:42 +1000
  • 2d1417cd9e Add simple .travis.yml David Gibson 2015-07-02 12:36:12 +1000
  • f6dbc6ca96 guess output file format Andre Przywara 2015-07-01 00:31:28 +0100
  • 5e78dff424 guess input file format based on file content or file name Andre Przywara 2015-07-01 00:31:27 +0100
  • 8b927bf3b8 tests: convert `echo -n` to `printf` Mike Frysinger 2015-05-24 21:57:32 -0400
  • 64c46b098b Fix crash with poorly defined #size-cells Jack Miller 2015-04-29 14:02:24 -0500
  • 9d3649bd3b Add testcases for fdt_path_offset_namelen() David Gibson 2015-04-07 14:41:42 +1000
  • ecd4f9d125 Extend path_offset testcase for handling of duplicated separators David Gibson 2015-04-07 14:25:39 +1000
  • 5fa047f498 Use a helper function to clean up path_offset testcase David Gibson 2015-04-07 14:20:33 +1000
  • b4150b59ae libfdt: Add fdt_path_offset_namelen() Peter Hurley 2015-03-06 10:12:38 -0500
  • a4b093f736 libfdt: Add missing functions to shared library Julien Grall 2015-03-17 16:00:34 +0000
  • 3346e065aa dtc: parser: Add label while overriding nodes Nikhil Devshatwar 2015-02-23 12:29:19 +1100
  • aa719618a8 fdtput: add delete node and property function Wang Long 2015-01-23 01:25:20 +0000
  • 5ef2f7c2fa dtc: Use va_end to match corresponding va_start Colin Ian King 2015-01-12 12:46:56 +0000
  • 302fca9f4c dtc: Bump version to 1.4.1 v1.4.1 David Gibson 2014-11-12 14:29:16 +1100
  • 656bd3b6b9 dtc: Add maintainer script for signing and upload to kernel.org David Gibson 2014-11-12 14:27:02 +1100
  • 242c264270 Improve portability Phil Elwell 2014-10-17 23:22:11 +0100
  • 6a76a9d30c dtc: Delete the unused start condition INCLUDE Wang Long 2014-09-25 01:52:53 +0000
  • 1e5ddb1f39 dtc: Update the usage helper message Wang Long 2014-09-11 15:16:37 +0800
  • 5d4a8b9c4c Properly handle embedded nul delimited string lists Jack Miller 2014-08-06 15:52:03 -0500
  • f9e91a48ba Work around MSVC limitations Andrei Errapart 2014-06-19 21:07:48 +1000
  • 83e606a64d Open binary files in binary mode Andrei Errapart 2014-06-19 21:12:27 +1000
  • 25a9bd6267 Correct write_propval_bytes() for platforms with signed char by default Andrei Errapart 2014-06-19 21:05:11 +1000
  • fa928fba7e Fix an off-by-2 error in the source output code David Gibson 2014-06-18 22:49:43 +1000
  • 76a65b14d1 Add a basic test for fdtdump Simon Glass 2014-06-18 21:24:32 +1000
  • c78ca72e1e Tweak code to display cell values Simon Glass 2014-06-18 01:00:23 -0600
  • dfcfb7f169 Correct output from memreserve in fdtdump Simon Glass 2014-06-18 01:00:22 -0600
  • 40f7f576c8 libfdt: Add helpers to read #address-cells and #size-cells David Gibson 2014-05-11 13:13:46 +1000
  • f240527e54 Fix bug with references to root node David Gibson 2014-05-09 20:48:49 +1000
  • 55a3a8823d Update source code location for dtc in manual.txt Heinrich Schuchardt 2014-03-03 10:51:18 +1100
  • 9bf20d3896 Remove duplicate assignment Heinrich Schuchardt 2014-03-02 21:45:57 +0100
  • 8ce36476ae Consistently use xrealloc instead of realloc Heinrich Schuchardt 2014-03-02 21:39:01 +0100
  • 821acd4c17 Remove dead code in util.c Heinrich Schuchardt 2014-03-01 09:11:47 +0100
  • aba74ddba2 Remove references to unused DT_BASE token David Gibson 2014-02-15 19:47:23 +1100
  • aef4927a70 Add a README file for dtc and libfdt Grant Likely 2014-02-11 13:56:32 +0000
  • 4491ed9f87 Makefile: add a make "dist" target Florian Fainelli 2014-02-03 12:46:28 -0800
  • 24cb3d0681 dtc: fix some more -Wshadow warnings Florian Fainelli 2014-02-01 16:41:59 +1100
  • c231d94e0f Makefile: enable -Wshadow by default Florian Fainelli 2014-01-24 17:19:13 -0800
  • 3a584d4760 libfdt: avoid shadowing "err" in FDT_RW_CHECK_HEADER Florian Fainelli 2014-01-24 17:19:12 -0800
  • 89c9af5481 libfdt: avoid shadowing "err" in FDT_CHECK_HEADER Florian Fainelli 2014-01-24 17:19:11 -0800
  • 6d88934371 dtc: avoid shadowing dirname() Florian Fainelli 2014-01-24 17:19:10 -0800
  • fa3f3f0ebd Clean up parser error messages David Gibson 2014-01-03 23:57:39 +1100
  • c854434dc2 Correct locations in parser error messaes David Gibson 2014-01-03 23:23:23 +1100
  • 6a15eb2350 Die on failed /incbin/ seeks David Gibson 2014-01-04 10:04:19 +1100
  • cfc6523619 Move character literal processing to the lexer David Gibson 2014-01-04 10:03:55 +1100
  • b82b977614 Move integer literal processing back to the lexer David Gibson 2014-01-03 20:00:01 +1100
  • 0e2d399225 Make srcpos_{v,}error() more widely useful David Gibson 2014-01-01 23:27:31 +1100
  • 0c0bf8519a Fix memory leak in srcpos_verror() David Gibson 2014-01-01 23:23:54 +1100
  • e19d3b1d6d Fix indentation of srcpos_verror() David Gibson 2014-01-01 23:17:39 +1100
  • a1e6da8aed Fix typo in type of srcpos_verror() et al. David Gibson 2014-01-01 23:16:39 +1100
  • 6efd9065e6 Remove unused srcpos_warn() function David Gibson 2014-01-01 23:19:35 +1100
  • a7ecdb4e75 Fix valgrind errors in sw_tree1 David Gibson 2013-12-31 22:34:05 +1100
  • edb10bcf1c Add option to run_tests.sh to stop immediately on a failing test David Gibson 2013-12-30 22:42:41 +1100
  • 17119ab0a5 Pass 'unsigned char' type to isdigit()/isspace()/isprint() functions Serge Lamikhov-Center 2013-12-25 15:26:03 +1100
  • 17625371ee Use stdbool more widely David Gibson 2013-10-28 21:06:53 +1100
  • 79eebb23db libfdt: Add function to resize the buffer for a sequential write tree David Gibson 2013-10-26 00:17:37 +1100
  • 883238dc50 util: Fix out of bounds memory access Serge Lamikhov-Center 2013-09-30 11:04:26 +0300
  • b290428d71 Ensure all tests have matching reg and unit address Stephen Warren 2013-09-19 22:15:13 +1000
  • 9476db68b6 Makefile: provide separate install targets David Gibson 2013-08-15 15:49:24 +1000
  • 65cc4d2748 Tag Version 1.4.0 v1.4.0 Jon Loeliger 2013-06-22 12:54:28 -0500
  • a1ee6f068e dtc: ensure #line directives don't consume data from the next line Stephen Warren 2013-05-31 12:33:04 -0600
  • 2e3fc7e9b3 Add missing test binary to .gitignore David Gibson 2013-05-29 12:46:35 +1000
  • d214655904 fdtput: expand fdt if value does not fit Srinivas Kandagatla 2013-05-29 12:47:38 +1000
  • a58afe2eb2 Remove some tests for misfeatures David Gibson 2013-05-29 12:44:18 +1000
  • 1c76ec3c09 Use shorten_echo for wrap_tests David Gibson 2013-05-29 12:39:47 +1000
  • 8ec013ae63 fdtdump: add a debug mode Mike Frysinger 2013-04-15 22:13:17 -0400
  • 4ad49c3a9c util: add common ARRAY_SIZE define Mike Frysinger 2013-04-15 22:13:16 -0400
  • b9e80656f2 util: drop "long" from usage helpers Mike Frysinger 2013-05-24 18:04:43 +1000
  • 03449b84c8 dtc/fdt{get, put}/convert-dtsv0-lexer: convert to new usage helpers Mike Frysinger 2013-05-24 18:02:35 +1000
  • fdc7387845 fdtdump: add a --scan option Mike Frysinger 2013-04-15 22:13:13 -0400
  • be8d1c82cb fdtdump: make usage a bit more friendly Mike Frysinger 2013-04-15 22:13:12 -0400
  • 4e76ec796c libfdt: Add fdt_next_subnode() to permit easy subnode iteration Simon Glass 2013-04-26 05:43:31 -0700
  • a6d55e039f utilfdt_read: pass back up the length of data read Mike Frysinger 2013-04-08 00:56:54 -0400
  • 5543b88d5e Revert "utilfdt_read: pass back up the length of data read" Jon Loeliger 2013-04-22 15:41:41 -0500
  • 31be4ce7ca util_version: new helper for displaying version info Mike Frysinger 2013-04-10 14:29:09 -0400
  • 97c122eacc die: constify format string arg Mike Frysinger 2013-04-10 14:29:08 -0400
  • cc2c178727 utilfdt_read: pass back up the length of data read Mike Frysinger 2013-04-10 14:29:07 -0400
  • f8cb5dd949 utilfdt_read_err: use xmalloc funcs Mike Frysinger 2013-04-10 14:29:06 -0400
  • 27cdc1b16f Added license header to dtc/libfdt/fdt.h and libfdt_env.h Justin Sobota 2013-02-15 11:06:10 -0500
  • cc11e522a3 Fix typo François Revol 2013-02-03 00:52:21 +0100
  • b7aa300eee Export fdt_stringlist_contains() Simon Glass 2013-01-21 12:59:18 -0800
  • d59b8078bd .gitignore: Add rule for *.patch Simon Glass 2013-01-21 12:59:17 -0800
  • d20391d6ff Move property-printing into util Simon Glass 2013-01-21 12:59:16 -0800
  • 8055d77a5b Adjust util_is_printable_string() comment and fix test Simon Glass 2013-01-27 11:13:11 -0800
  • 1760e7ca03 fdtget-runtest.sh: use printf instead of /bin/echo -e Stephen Warren 2012-12-11 10:05:51 -0700
  • 19cd5ead0b dtc: Drop the '-S is deprecated' warning KRONSTORFER Horst 2012-12-11 21:12:14 +0000