aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2023-02-05pylibfdt: add size_hint parameter for get_pathLuca Weiss1-0/+1
2022-11-21dtc: Warning rather than error on possible truncation of cell valuesDavid Gibson3-0/+19
2022-10-12libfdt: tests: add get_next_tag_invalid_prop_lenTadeusz Struk5-1/+104
2022-07-31Don't generate erroneous fixups from reference to pathDavid Gibson2-0/+7
2022-07-27Allow static building with mesonTero Tervala1-2/+7
2022-07-27Allow static building with makeTero Tervala2-8/+14
2022-07-26Fix test script to run also on dash shellTero Tervala1-2/+2
2022-07-02Add missing relref_merge test to meson test listTero Tervala1-0/+1
2022-04-20pylibfdt: add FdtRo.get_path()Luca Weiss1-0/+13
2022-01-25tests: add test cases for label-relative path referencesAhmad Fatoum7-2/+112
2021-12-29Handle integer overflow in check_property_phandle_args()David Gibson2-0/+21
2021-12-28tests: setprop_inplace: use xstrdup instead of unchecked strdupAhmad Fatoum1-1/+1
2021-12-28pylibfdt: add Property.as_*int*_array()Luca Weiss2-0/+15
2021-12-28pylibfdt: add Property.as_stringlist()Luca Weiss1-0/+8
2021-12-09Support 'r' format for printing raw bytes with fdtgetRafał Miłecki2-1/+6
2021-10-21checks: Add an interrupt-map checkRob Herring4-0/+59
2021-10-11treesource: Maintain phandle label/path on outputRob Herring2-0/+6
2021-09-27asm: Use assembler macros instead of cpp macrosDavid Gibson1-194/+207
2021-09-25asm: Use .asciz and .ascii instead of .stringRob Herring3-51/+49
2021-06-21tests: Fix signedness comparisons warningsAndre Przywara13-16/+35
2021-06-08checks: Drop interrupt_cells_is_cell checkRob Herring1-2/+2
2021-05-04tests: add a positive gpio test caseIlya Lipnitskiy2-0/+14
2021-03-23libfdt: Check that the root-node name is emptySimon Glass5-3/+20
2021-03-23libfdt: Check that there is only one root nodeSimon Glass5-2/+25
2020-12-22tests: Fix overlay_overlay_nosugar test casePaul Barker2-5/+5
2020-12-08meson: increase default timeout for testsMarc-André Lureau1-0/+1
2020-12-08meson: do not assume python is installed, skip testsMarc-André Lureau1-6/+6
2020-10-21build-sys: add meson buildMarc-André Lureau1-0/+130
2020-05-18checks: Add interrupt provider testAndre Przywara2-0/+8
2020-03-04tests: Allow running the testsuite on already installed binary / librariesDavid Gibson2-6/+13
2020-03-04tests: Honour NO_YAML make variableDavid Gibson1-1/+15
2020-03-04tests: Properly clean up .bak file from testsDavid Gibson1-1/+1
2020-03-04tests: Honour $(NO_PYTHON) flag from Makefile in run_tests.shDavid Gibson1-1/+15
2020-03-04tests: No need to explicitly pass $PYTHON from Make to run_tests.shDavid Gibson1-3/+3
2020-03-04tests: Let run_tests.sh run Python tests without Makefile assistanceDavid Gibson1-0/+4
2020-03-04checks: Add 'dma-ranges' checkRob Herring2-0/+13
2019-11-16tests: default to 'cc' if CC not setEd Maste1-1/+1
2019-11-15Add test-case for trailing zeroStefan Mavrodiev1-0/+4
2019-11-15pylibfdt: Adjust for deprecated test methodsSimon Glass1-99/+99
2019-11-15tests: add extension to sed -i for GNU/BSD sed compatibilityEd Maste1-1/+1
2019-10-27pylibfdt: Correct the type for fdt_property_stub()Simon Glass1-2/+3
2019-10-14tests: fix some python warningsMarc-André Lureau1-2/+4
2019-10-14dumptrees: pass outputdir as first argumentMarc-André Lureau2-1/+11
2019-10-14tests: allow out-of-tree test runMarc-André Lureau9-173/+185
2019-07-28libfdt: Allow #size-cells of 0David Gibson2-0/+12
2019-07-04fdtoverlay: Ignore symbols in overlays which don't apply to the target treeDavid Gibson1-1/+3
2019-07-04fdtoverlay: Allow adding labels to __overlay__ nodes in overlaysDavid Gibson3-0/+31
2019-07-04pylibfdt: Add support for fdt_get_alias()Appana Durga Kedareswara rao1-0/+7
2019-06-30tests: Add a failed test case for 'fdtoverlay' with long target pathFabrice Gasnier3-0/+44
2019-06-21tests: Replace license boilerplate with SPDX tagsRob Herring73-1056/+73