aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2017-07-13dtc: change default phandles to ePAPR style instead of bothRob Herring
2017-06-15tests: fdtoverlay unit testPantelis Antoniou
2017-05-17Suppress expected error message in fdtdump testDavid Gibson
2017-04-19Fix get_node_by_path string equality checkTim Montague
2017-04-08pylibfdt: Allow setup.py to operate stand-aloneSimon Glass
2017-04-02Add a libfdt function to write a property placeholderSimon Glass
2017-03-21Build pylibfdt as part of the normal build processSimon Glass
2017-03-21Add tests for pylibfdtSimon Glass
2017-03-21checks: Warn on node name unit-addresses with '0x' or leading 0sRob Herring
2017-03-06tests: Make realloc_fdt() really allocate *fdtNicolas Iooss
2017-03-06Fix assorted sparse warningsDavid Gibson
2017-02-24libfdt: Add fdt_setprop_empty()David Gibson
2017-01-31dtc: Fix NULL pointer use in dtlabel + dtref caseStephen Boyd
2016-12-09dtc: Don't always generate __symbols__ for pluginsDavid Gibson
2016-12-09tests: Don't use -@ on plugin de/recompile testsDavid Gibson
2016-12-09tests: Remove "suppression of fixups" testsDavid Gibson
2016-12-09tests: Clarify dtc overlay testsDavid Gibson
2016-12-09tests: More thorough tests of libfdt overlay application without dtcDavid Gibson
2016-12-09tests: Fix double expansion bugs in test codeDavid Gibson
2016-12-09tests: Split overlay tests into those with do/don't exercise dtc plugin gener...David Gibson
2016-12-09tests: Test auto-alias generation on base tree, not overlayDavid Gibson
2016-12-09tests: Make overlay/plugin tests unconditionalDavid Gibson
2016-12-09tests: Add overlay testsPantelis Antoniou
2016-12-09tests: Add check_path testPantelis Antoniou
2016-10-12tests: overlay: Rename the device tree blobs to be more explicitMaxime Ripard
2016-10-11tests: overlay: Add test suffix to the compiled blobsMaxime Ripard
2016-10-07tests: overlay: Move back the bad fixup testsMaxime Ripard
2016-10-06libfdt: Don't use 'index' as a local variable nameDavid Gibson
2016-10-06tests: Add tests cases for the overlay codeMaxime Ripard
2016-09-22dtc: Fix assorted problems in the testcases for the -a optionDavid Gibson
2016-09-22Implement the -a option to pad dtb alignedTim Wang
2016-08-01libfdt: Add fdt_setprop_inplace_namelen_partialMaxime Ripard
2016-07-28libfdt: Add max phandle retrieval functionMaxime Ripard
2016-07-28libfdt: Add iterator over propertiesMaxime Ripard
2016-07-28libfdt: Add a subnodes iterator macroThierry Reding
2016-05-27Alter grammar to allow multiple /dts-v1/ tagsDavid Gibson
2016-02-19Warn on node name unit-address presence/absence mismatchStephen Warren
2016-02-19Catch unsigned 32bit overflow when parsing flattened device tree offsetsAnton Blanchard
2016-01-12Prevent crash on modulo by zeroDavid Gibson
2016-01-04Fix some bugs in processing of line directivesDavid Gibson
2016-01-03Fix crash on nul character in string escape sequenceDavid Gibson
2016-01-03Gracefully handle bad octal literalsDavid Gibson
2016-01-03Prevent crash on division by zeroDavid Gibson
2015-09-30fdt: Add functions to retrieve stringsThierry Reding
2015-09-30fdt: Add a function to get the index of a stringThierry Reding
2015-09-30fdt: Add a function to count stringsThierry Reding
2015-07-09fdtdump: Fix bug printing bytestrings with negative valuesDavid Gibson
2015-07-09Remove redundant fdtdump test codeDavid Gibson
2015-07-09Move fdt_path_offset alias tests to right tests sectionDavid Gibson
2015-05-25tests: convert `echo -n` to `printf`Mike Frysinger