aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-12-31Fix valgrind errors in sw_tree1David Gibson2-5/+26
2013-12-30Add option to run_tests.sh to stop immediately on a failing testDavid Gibson1-1/+8
2013-12-25Pass 'unsigned char' type to isdigit()/isspace()/isprint() functionsSerge Lamikhov-Center3-5/+5
2013-10-28Use stdbool more widelyDavid Gibson12-37/+39
2013-10-26libfdt: Add function to resize the buffer for a sequential write treeDavid Gibson4-8/+114
2013-10-01util: Fix out of bounds memory accessSerge Lamikhov-Center1-1/+1
2013-09-20Ensure all tests have matching reg and unit addressStephen Warren19-1/+120
2013-08-15Makefile: provide separate install targetsDavid Gibson1-2/+10
2013-06-22Tag Version 1.4.0v1.4.0Jon Loeliger1-1/+1
2013-06-03dtc: ensure #line directives don't consume data from the next lineStephen Warren2-1/+11
2013-05-29Add missing test binary to .gitignoreDavid Gibson1-0/+1
2013-05-29fdtput: expand fdt if value does not fitSrinivas Kandagatla2-15/+65
2013-05-29Remove some tests for misfeaturesDavid Gibson1-4/+0
2013-05-29Use shorten_echo for wrap_testsDavid Gibson1-1/+1
2013-05-24fdtdump: add a debug modeMike Frysinger1-4/+37
2013-05-24util: add common ARRAY_SIZE defineMike Frysinger3-3/+2
2013-05-24util: drop "long" from usage helpersMike Frysinger7-24/+24
2013-05-24dtc/fdt{get, put}/convert-dtsv0-lexer: convert to new usage helpersMike Frysinger5-127/+131
2013-05-24fdtdump: add a --scan optionMike Frysinger1-2/+44
2013-05-24fdtdump: make usage a bit more friendlyMike Frysinger3-8/+138
2013-04-28libfdt: Add fdt_next_subnode() to permit easy subnode iterationSimon Glass6-1/+193
2013-04-22utilfdt_read: pass back up the length of data readMike Frysinger2-3/+29
2013-04-22Revert "utilfdt_read: pass back up the length of data read"Jon Loeliger5-12/+8
2013-04-21util_version: new helper for displaying version infoMike Frysinger3-4/+13
2013-04-21die: constify format string argMike Frysinger1-1/+1
2013-04-21utilfdt_read: pass back up the length of data readMike Frysinger5-8/+12
2013-04-21utilfdt_read_err: use xmalloc funcsMike Frysinger1-2/+2
2013-02-18Added license header to dtc/libfdt/fdt.h and libfdt_env.hJustin Sobota2-0/+102
2013-02-03Fix typoFrançois Revol1-1/+1
2013-01-27Export fdt_stringlist_contains()Simon Glass2-3/+16
2013-01-27.gitignore: Add rule for *.patchSimon Glass1-0/+1
2013-01-27Move property-printing into utilSimon Glass3-36/+52
2013-01-27Adjust util_is_printable_string() comment and fix testSimon Glass2-4/+7
2013-01-06fdtget-runtest.sh: use printf instead of /bin/echo -eStephen Warren1-1/+1
2013-01-06dtc: Drop the '-S is deprecated' warningKRONSTORFER Horst1-3/+0
2013-01-06dtc/libfdt: sparse fixesKim Phillips6-23/+23
2013-01-06dtc/libfdt: introduce fdt types for annotation by endian checkersKim Phillips2-32/+63
2013-01-06dtc/fdtdump: include libfdt_env.h prior to fdt.hKim Phillips1-1/+1
2013-01-06dtc/tests: don't include fdt.h prior to libfdt.hKim Phillips53-54/+0
2013-01-06Fix util_is_printable_stringPantelis Antoniou1-7/+13
2013-01-06fdtdump: properly handle multi-string propertiesPantelis Antoniou1-1/+11
2012-10-16Add documentation on how to submit patchesMichael Ellerman1-0/+5
2012-10-16dtc: srcpos_verror() should print to stderrMichael Ellerman1-3/+3
2012-10-08dtc: fix for_each_*() to skip first object if deletedStephen Warren4-34/+59
2012-10-03libfdt: Added missing functions to shared libraryAnders Hedlund1-0/+6
2012-09-28dtc: zero out new label objectsStephen Warren1-0/+1
2012-09-28dtc: cpp co-existence: add support for #line directivesStephen Warren5-0/+42
2012-09-28dtc: cpp co-existence: allow names starting with # to be escapedStephen Warren6-3/+57
2012-09-06dtc: Add ability to delete nodes and propertiesStephen Warren10-52/+312
2012-08-22dtc/libfdt: install missing headerYann E. MORIN1-1/+1