summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Alter grammar to allow multiple /dts-v1/ tagsmulti-v1-tagsDavid Gibson2014-06-024-48/+52
* 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
* 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
* fdtdump: add a --scan optionMike Frysinger2013-05-241-2/+44
* fdtdump: make usage a bit more friendlyMike Frysinger2013-05-243-8/+138
* libfdt: Add fdt_next_subnode() to permit easy subnode iterationSimon Glass2013-04-286-1/+193
* utilfdt_read: pass back up the length of data readMike Frysinger2013-04-222-3/+29
* Revert "utilfdt_read: pass back up the length of data read"Jon Loeliger2013-04-225-12/+8
* util_version: new helper for displaying version infoMike Frysinger2013-04-213-4/+13
* die: constify format string argMike Frysinger2013-04-211-1/+1