summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-06-22Tag Version 1.4.0HEADv1.4.0masterJon Loeliger
2013-06-03dtc: ensure #line directives don't consume data from the next lineStephen Warren
2013-05-29Add missing test binary to .gitignoreDavid Gibson
2013-05-29fdtput: expand fdt if value does not fitSrinivas Kandagatla
2013-05-29Remove some tests for misfeaturesDavid Gibson
2013-05-29Use shorten_echo for wrap_testsDavid Gibson
2013-05-24fdtdump: add a debug modeMike Frysinger
2013-05-24util: add common ARRAY_SIZE defineMike Frysinger
2013-05-24util: drop "long" from usage helpersMike Frysinger
2013-05-24dtc/fdt{get, put}/convert-dtsv0-lexer: convert to new usage helpersMike Frysinger
2013-05-24fdtdump: add a --scan optionMike Frysinger
2013-05-24fdtdump: make usage a bit more friendlyMike Frysinger
2013-04-28libfdt: Add fdt_next_subnode() to permit easy subnode iterationSimon Glass
2013-04-22utilfdt_read: pass back up the length of data readMike Frysinger
2013-04-22Revert "utilfdt_read: pass back up the length of data read"Jon Loeliger
2013-04-21util_version: new helper for displaying version infoMike Frysinger
2013-04-21die: constify format string argMike Frysinger
2013-04-21utilfdt_read: pass back up the length of data readMike Frysinger
2013-04-21utilfdt_read_err: use xmalloc funcsMike Frysinger
2013-02-18Added license header to dtc/libfdt/fdt.h and libfdt_env.hJustin Sobota
2013-02-03Fix typoFrançois Revol
2013-01-27Export fdt_stringlist_contains()Simon Glass
2013-01-27.gitignore: Add rule for *.patchSimon Glass
2013-01-27Move property-printing into utilSimon Glass
2013-01-27Adjust util_is_printable_string() comment and fix testSimon Glass
2013-01-06fdtget-runtest.sh: use printf instead of /bin/echo -eStephen Warren
2013-01-06dtc: Drop the '-S is deprecated' warningKRONSTORFER Horst
2013-01-06dtc/libfdt: sparse fixesKim Phillips
2013-01-06dtc/libfdt: introduce fdt types for annotation by endian checkersKim Phillips
2013-01-06dtc/fdtdump: include libfdt_env.h prior to fdt.hKim Phillips
2013-01-06dtc/tests: don't include fdt.h prior to libfdt.hKim Phillips
2013-01-06Fix util_is_printable_stringPantelis Antoniou
2013-01-06fdtdump: properly handle multi-string propertiesPantelis Antoniou
2012-10-16Add documentation on how to submit patchesMichael Ellerman
2012-10-16dtc: srcpos_verror() should print to stderrMichael Ellerman
2012-10-08dtc: fix for_each_*() to skip first object if deletedStephen Warren
2012-10-03libfdt: Added missing functions to shared libraryAnders Hedlund
2012-09-28dtc: zero out new label objectsStephen Warren
2012-09-28dtc: cpp co-existence: add support for #line directivesStephen Warren
2012-09-28dtc: cpp co-existence: allow names starting with # to be escapedStephen Warren
2012-09-06dtc: Add ability to delete nodes and propertiesStephen Warren
2012-08-22dtc/libfdt: install missing headerYann E. MORIN
2012-07-12fdtput: Add -p option to create subnodes along entire pathSimon Glass
2012-07-12fdtput: Adjust report_error() to use name, namelen paramsSimon Glass
2012-07-12fdtput: Add -c option to create nodesSimon Glass
2012-07-12fdtput: Prepare to support multiple operationsSimon Glass
2012-07-11fdtput: Fix nit in help messageSimon Glass
2012-07-08Allow toggling of semantic checksDavid Gibson
2012-07-08Re-work level setting on checks codeDavid Gibson
2012-07-08Add test for re-defining an identical labelStephen Warren