summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tag Version 1.4.0HEADv1.4.0masterJon 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
* utilfdt_read: pass back up the length of data readMike Frysinger2013-04-215-8/+12
* utilfdt_read_err: use xmalloc funcsMike Frysinger2013-04-211-2/+2
* Added license header to dtc/libfdt/fdt.h and libfdt_env.hJustin Sobota2013-02-182-0/+102
* Fix typoFrançois Revol2013-02-031-1/+1
* Export fdt_stringlist_contains()Simon Glass2013-01-272-3/+16
* .gitignore: Add rule for *.patchSimon Glass2013-01-271-0/+1
* Move property-printing into utilSimon Glass2013-01-273-36/+52
* Adjust util_is_printable_string() comment and fix testSimon Glass2013-01-272-4/+7
* fdtget-runtest.sh: use printf instead of /bin/echo -eStephen Warren2013-01-061-1/+1
* dtc: Drop the '-S is deprecated' warningKRONSTORFER Horst2013-01-061-3/+0
* dtc/libfdt: sparse fixesKim Phillips2013-01-066-23/+23
* dtc/libfdt: introduce fdt types for annotation by endian checkersKim Phillips2013-01-062-32/+63
* dtc/fdtdump: include libfdt_env.h prior to fdt.hKim Phillips2013-01-061-1/+1
* dtc/tests: don't include fdt.h prior to libfdt.hKim Phillips2013-01-0653-54/+0
* Fix util_is_printable_stringPantelis Antoniou2013-01-061-7/+13
* fdtdump: properly handle multi-string propertiesPantelis Antoniou2013-01-061-1/+11
* Add documentation on how to submit patchesMichael Ellerman2012-10-161-0/+5
* dtc: srcpos_verror() should print to stderrMichael Ellerman2012-10-161-3/+3
* dtc: fix for_each_*() to skip first object if deletedStephen Warren2012-10-084-34/+59
* libfdt: Added missing functions to shared libraryAnders Hedlund2012-10-031-0/+6
* dtc: zero out new label objectsStephen Warren2012-09-281-0/+1
* dtc: cpp co-existence: add support for #line directivesStephen Warren2012-09-285-0/+42
* dtc: cpp co-existence: allow names starting with # to be escapedStephen Warren2012-09-286-3/+57
* dtc: Add ability to delete nodes and propertiesStephen Warren2012-09-0610-52/+312
* dtc/libfdt: install missing headerYann E. MORIN2012-08-221-1/+1
* fdtput: Add -p option to create subnodes along entire pathSimon Glass2012-07-122-4/+68
* fdtput: Adjust report_error() to use name, namelen paramsSimon Glass2012-07-121-7/+18
* fdtput: Add -c option to create nodesSimon Glass2012-07-122-1/+64
* fdtput: Prepare to support multiple operationsSimon Glass2012-07-121-11/+26
* fdtput: Fix nit in help messageSimon Glass2012-07-111-1/+1
* Allow toggling of semantic checksDavid Gibson2012-07-086-6/+154
* Re-work level setting on checks codeDavid Gibson2012-07-082-55/+63
* Add test for re-defining an identical labelStephen Warren2012-07-082-0/+17