aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-03-04Bump version to v1.6.0v1.6.0David Gibson1-1/+1
2020-03-04Execute tests on FreeBSD with Cirrus CIDavid Gibson1-0/+2
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 Gibson2-1/+2
2020-03-04tests: Honour $(NO_PYTHON) flag from Makefile in run_tests.shDavid Gibson1-1/+15
2020-03-04Encode $(NO_PYTHON) consistently with other variablesDavid Gibson1-3/+5
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 Herring3-10/+26
2020-03-03libfdt: Use VALID_INPUT for FDT_ERR_BADSTATE checksSimon Glass2-4/+5
2020-03-03libfdt: Add support for disabling internal checksSimon Glass2-2/+11
2020-03-03libfdt: Improve comments in some of the assumptionsSimon Glass1-3/+12
2020-03-03libfdt: Fix a few typosSimon Glass1-3/+3
2020-02-24libfdt: Allow exclusion of fdt_check_full()Simon Glass3-64/+75
2020-02-24libfdt: Add support for disabling ordering check/fixupSimon Glass1-1/+2
2020-02-24libfdt: Add support for disabling version checksSimon Glass3-24/+32
2020-02-24libfdt: Add support for disabling rollback handlingSimon Glass1-3/+15
2020-02-24libfdt: Add support for disabling sanity checksSimon Glass2-24/+48
2020-02-24libfdt: Add support for disabling dtb checksSimon Glass4-29/+45
2020-02-24Add a way to control the level of checks in the codeSimon Glass2-1/+109
2020-02-24libfdt: De-inline fdt_header_size()Simon Glass3-4/+11
2020-01-29Revert "yamltree: Ensure consistent bracketing of properties with phandles"Rob Herring1-21/+0
2020-01-16Remove redundant YYLOC global declarationDirk Mueller1-1/+0
2019-12-19Move -DNO_VALGRIND into CPPFLAGSDavid Gibson1-1/+1
2019-12-17Makefile: pass $(CFLAGS) also during dependency generationEd Maste1-1/+1
2019-12-04travis.yml: Run tests on the non-x86 builders, tooThomas Huth1-0/+32
2019-11-21Add .cirrus.yml for FreeBSD buildEd Maste1-0/+21
2019-11-21Avoid gnu_printf attribute when using ClangEd Maste1-0/+4
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-15Remove trailing zero from the overlay pathStefan Mavrodiev1-1/+1
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-11-08libfdt: Correct prototype for fdt_ro_probe_()David Gibson1-2/+2
2019-11-07Use correct inttypes.h format specifierDavid Gibson1-1/+2
2019-11-03support byacc in addition to bisonEthan Sommer2-1/+5
2019-10-27pylibfdt: Correct the type for fdt_property_stub()Simon Glass2-5/+6
2019-10-14tests: fix some python warningsMarc-André Lureau1-2/+4
2019-10-14util: use gnu_printf format attributeMarc-André Lureau1-1/+1
2019-10-14fstree: replace lstat with statMarc-André Lureau1-1/+1
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-10-11fdtoverlay: Return non-zero exit code if overlays can't be appliedValter Minute1-1/+0
2019-10-09Add .editorconfigMarc-André Lureau1-0/+30
2019-09-25yamltree: Ensure consistent bracketing of properties with phandlesRob Herring1-0/+21
2019-09-10libfdt.h: add explicit cast from void* to uint8_t* in fdt(32|64)_stLuc Michel1-2/+2
2019-09-09pylibfdt: use python3 shebangLuca Weiss1-1/+4
2019-09-04Ignore phandle properties in /aliasesv1.5.1David Gibson1-0/+5
2019-08-29README: update for Python 3Luca Weiss1-14/+12