aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-07-02Add simple .travis.ymlDavid Gibson1-0/+5
2015-07-01guess output file formatAndre Przywara1-1/+10
2015-07-01guess input file format based on file content or file nameAndre Przywara1-1/+50
2015-05-25tests: convert `echo -n` to `printf`Mike Frysinger1-10/+10
2015-04-30Fix crash with poorly defined #size-cellsJack Miller3-1/+15
2015-04-07Add testcases for fdt_path_offset_namelen()David Gibson1-0/+31
2015-04-07Extend path_offset testcase for handling of duplicated separatorsDavid Gibson1-0/+10
2015-04-07Use a helper function to clean up path_offset testcaseDavid Gibson1-35/+20
2015-04-07libfdt: Add fdt_path_offset_namelen()Peter Hurley3-8/+26
2015-03-18libfdt: Add missing functions to shared libraryJulien Grall1-0/+2
2015-02-23dtc: parser: Add label while overriding nodesNikhil Devshatwar3-0/+69
2015-01-27fdtput: add delete node and property functionWang Long2-3/+104
2015-01-13dtc: Use va_end to match corresponding va_startColin Ian King2-0/+2
2014-11-12dtc: Bump version to 1.4.1v1.4.1David Gibson1-1/+1
2014-11-12dtc: Add maintainer script for signing and upload to kernel.orgDavid Gibson2-0/+32
2014-10-24Improve portabilityPhil Elwell2-3/+3
2014-09-26dtc: Delete the unused start condition INCLUDEWang Long2-2/+0
2014-09-11dtc: Update the usage helper messageWang Long1-2/+4
2014-08-08Properly handle embedded nul delimited string listsJack Miller4-1/+11
2014-06-19Work around MSVC limitationsAndrei Errapart1-3/+3
2014-06-19Open binary files in binary modeAndrei Errapart3-3/+3
2014-06-19Correct write_propval_bytes() for platforms with signed char by defaultAndrei Errapart1-1/+1
2014-06-18Fix an off-by-2 error in the source output codeDavid Gibson3-1/+19
2014-06-18Add a basic test for fdtdumpSimon Glass5-1/+99
2014-06-18Tweak code to display cell valuesSimon Glass1-3/+3
2014-06-18Correct output from memreserve in fdtdumpSimon Glass1-1/+1
2014-05-12libfdt: Add helpers to read #address-cells and #size-cellsDavid Gibson8-2/+243
2014-05-09Fix bug with references to root nodeDavid Gibson8-2/+48
2014-03-03Update source code location for dtc in manual.txtHeinrich Schuchardt1-12/+10
2014-03-03Remove duplicate assignmentHeinrich Schuchardt1-1/+0
2014-03-03Consistently use xrealloc instead of reallocHeinrich Schuchardt1-6/+1
2014-03-02Remove dead code in util.cHeinrich Schuchardt1-4/+0
2014-02-15Remove references to unused DT_BASE tokenDavid Gibson1-2/+0
2014-02-12Add a README file for dtc and libfdtGrant Likely1-0/+20
2014-02-04Makefile: add a make "dist" targetFlorian Fainelli1-0/+5
2014-02-01dtc: fix some more -Wshadow warningsFlorian Fainelli4-17/+17
2014-01-25Makefile: enable -Wshadow by defaultFlorian Fainelli1-1/+1
2014-01-25libfdt: avoid shadowing "err" in FDT_RW_CHECK_HEADERFlorian Fainelli1-3/+3
2014-01-25libfdt: avoid shadowing "err" in FDT_CHECK_HEADERFlorian Fainelli1-3/+3
2014-01-25dtc: avoid shadowing dirname()Florian Fainelli1-2/+2
2014-01-04Clean up parser error messagesDavid Gibson1-26/+18
2014-01-04Correct locations in parser error messaesDavid Gibson1-14/+12
2014-01-04Die on failed /incbin/ seeksDavid Gibson1-4/+3
2014-01-04Move character literal processing to the lexerDavid Gibson2-36/+18
2014-01-03Move integer literal processing back to the lexerDavid Gibson2-34/+38
2014-01-01Make srcpos_{v,}error() more widely usefulDavid Gibson3-11/+13
2014-01-01Fix memory leak in srcpos_verror()David Gibson1-1/+3
2014-01-01Fix indentation of srcpos_verror()David Gibson1-5/+5
2014-01-01Fix typo in type of srcpos_verror() et al.David Gibson2-4/+4
2014-01-01Remove unused srcpos_warn() functionDavid Gibson2-19/+0