summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Implement string concatenate and repeat operatorsexpressionsDavid Gibson2014-03-036-3/+223
* Re-implement "," in property definitions as a bytestring operatorDavid Gibson2014-03-031-23/+14
* Implement path references in terms of bytestring expressionsDavid Gibson2014-03-031-4/+5
* Implement labels within property values as bytestring expressionsDavid Gibson2014-03-031-10/+28
* Implement arrays as expressionsDavid Gibson2014-03-033-31/+89
* Integrate /incbin/ with expanded expressionsDavid Gibson2014-03-033-41/+60
* Add string and bytestring expression typesDavid Gibson2014-03-034-16/+165
* Add type information to expression treesDavid Gibson2014-03-033-25/+123
* Add srcpos information to expressionsDavid Gibson2014-03-033-42/+58
* First cut at expression treesDavid Gibson2014-03-034-76/+321
* 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
* Use shorten_echo for wrap_testsDavid Gibson2013-05-291-1/+1
* fdtdump: add a debug modeMike Frysinger2013-05-241-4/+37
* util: add common ARRAY_SIZE defineMike Frysinger2013-05-243-3/+2
* util: drop "long" from usage helpersMike Frysinger2013-05-247-24/+24
* dtc/fdt{get, put}/convert-dtsv0-lexer: convert to new usage helpersMike Frysinger2013-05-245-127/+131