summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dtc: Bump version to 1.4.1v1.4.1David Gibson2014-11-121-1/+1
* dtc: Add maintainer script for signing and upload to kernel.orgDavid Gibson2014-11-122-0/+32
* Improve portabilityPhil Elwell2014-10-242-3/+3
* dtc: Delete the unused start condition INCLUDEWang Long2014-09-262-2/+0
* dtc: Update the usage helper messageWang Long2014-09-111-2/+4
* Properly handle embedded nul delimited string listsJack Miller2014-08-084-1/+11
* Work around MSVC limitationsAndrei Errapart2014-06-191-3/+3
* Open binary files in binary modeAndrei Errapart2014-06-193-3/+3
* Correct write_propval_bytes() for platforms with signed char by defaultAndrei Errapart2014-06-191-1/+1
* Fix an off-by-2 error in the source output codeDavid Gibson2014-06-183-1/+19
* Add a basic test for fdtdumpSimon Glass2014-06-185-1/+99
* Tweak code to display cell valuesSimon Glass2014-06-181-3/+3
* Correct output from memreserve in fdtdumpSimon Glass2014-06-181-1/+1
* libfdt: Add helpers to read #address-cells and #size-cellsDavid Gibson2014-05-128-2/+243
* Fix bug with references to root nodeDavid Gibson2014-05-098-2/+48
* Update source code location for dtc in manual.txtHeinrich Schuchardt2014-03-031-12/+10
* Remove duplicate assignmentHeinrich Schuchardt2014-03-031-1/+0
* Consistently use xrealloc instead of reallocHeinrich Schuchardt2014-03-031-6/+1
* Remove dead code in util.cHeinrich Schuchardt2014-03-021-4/+0
* Remove references to unused DT_BASE tokenDavid Gibson2014-02-151-2/+0
* Add a README file for dtc and libfdtGrant Likely2014-02-121-0/+20
* Makefile: add a make "dist" targetFlorian Fainelli2014-02-041-0/+5
* dtc: fix some more -Wshadow warningsFlorian Fainelli2014-02-014-17/+17
* Makefile: enable -Wshadow by defaultFlorian Fainelli2014-01-251-1/+1
* libfdt: avoid shadowing "err" in FDT_RW_CHECK_HEADERFlorian Fainelli2014-01-251-3/+3
* libfdt: avoid shadowing "err" in FDT_CHECK_HEADERFlorian Fainelli2014-01-251-3/+3
* dtc: avoid shadowing dirname()Florian Fainelli2014-01-251-2/+2
* Clean up parser error messagesDavid Gibson2014-01-041-26/+18
* Correct locations in parser error messaesDavid Gibson2014-01-041-14/+12
* Die on failed /incbin/ seeksDavid Gibson2014-01-041-4/+3
* Move character literal processing to the lexerDavid Gibson2014-01-042-36/+18
* Move integer literal processing back to the lexerDavid Gibson2014-01-032-34/+38
* Make srcpos_{v,}error() more widely usefulDavid Gibson2014-01-013-11/+13
* Fix memory leak in srcpos_verror()David Gibson2014-01-011-1/+3
* Fix indentation of srcpos_verror()David Gibson2014-01-011-5/+5
* Fix typo in type of srcpos_verror() et al.David Gibson2014-01-012-4/+4
* Remove unused srcpos_warn() functionDavid Gibson2014-01-012-19/+0
* Fix valgrind errors in sw_tree1David Gibson2013-12-312-5/+26
* Add option to run_tests.sh to stop immediately on a failing testDavid Gibson2013-12-301-1/+8
* Pass 'unsigned char' type to isdigit()/isspace()/isprint() functionsSerge Lamikhov-Center2013-12-253-5/+5
* Use stdbool more widelyDavid Gibson2013-10-2812-37/+39
* libfdt: Add function to resize the buffer for a sequential write treeDavid Gibson2013-10-264-8/+114
* util: Fix out of bounds memory accessSerge Lamikhov-Center2013-10-011-1/+1
* Ensure all tests have matching reg and unit addressStephen Warren2013-09-2019-1/+120
* Makefile: provide separate install targetsDavid Gibson2013-08-151-2/+10
* Tag Version 1.4.0v1.4.0Jon Loeliger2013-06-221-1/+1
* dtc: ensure #line directives don't consume data from the next lineStephen Warren2013-06-032-1/+11
* Add missing test binary to .gitignoreDavid Gibson2013-05-291-0/+1
* fdtput: expand fdt if value does not fitSrinivas Kandagatla2013-05-292-15/+65
* Remove some tests for misfeaturesDavid Gibson2013-05-291-4/+0