summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version to v1.6.0v1.6.0David Gibson2020-03-041-1/+1
* Execute tests on FreeBSD with Cirrus CIDavid Gibson2020-03-041-0/+2
* tests: Allow running the testsuite on already installed binary / librariesDavid Gibson2020-03-042-6/+13
* tests: Honour NO_YAML make variableDavid Gibson2020-03-041-1/+15
* tests: Properly clean up .bak file from testsDavid Gibson2020-03-042-1/+2
* tests: Honour $(NO_PYTHON) flag from Makefile in run_tests.shDavid Gibson2020-03-041-1/+15
* Encode $(NO_PYTHON) consistently with other variablesDavid Gibson2020-03-041-3/+5
* tests: No need to explicitly pass $PYTHON from Make to run_tests.shDavid Gibson2020-03-041-3/+3
* tests: Let run_tests.sh run Python tests without Makefile assistanceDavid Gibson2020-03-041-0/+4
* checks: Add 'dma-ranges' checkRob Herring2020-03-043-10/+26
* libfdt: Use VALID_INPUT for FDT_ERR_BADSTATE checksSimon Glass2020-03-032-4/+5
* libfdt: Add support for disabling internal checksSimon Glass2020-03-032-2/+11
* libfdt: Improve comments in some of the assumptionsSimon Glass2020-03-031-3/+12
* libfdt: Fix a few typosSimon Glass2020-03-031-3/+3
* libfdt: Allow exclusion of fdt_check_full()Simon Glass2020-02-243-64/+75
* libfdt: Add support for disabling ordering check/fixupSimon Glass2020-02-241-1/+2
* libfdt: Add support for disabling version checksSimon Glass2020-02-243-24/+32
* libfdt: Add support for disabling rollback handlingSimon Glass2020-02-241-3/+15
* libfdt: Add support for disabling sanity checksSimon Glass2020-02-242-24/+48
* libfdt: Add support for disabling dtb checksSimon Glass2020-02-244-29/+45
* Add a way to control the level of checks in the codeSimon Glass2020-02-242-1/+109
* libfdt: De-inline fdt_header_size()Simon Glass2020-02-243-4/+11
* Revert "yamltree: Ensure consistent bracketing of properties with phandles"Rob Herring2020-01-291-21/+0
* Remove redundant YYLOC global declarationDirk Mueller2020-01-161-1/+0
* Move -DNO_VALGRIND into CPPFLAGSDavid Gibson2019-12-191-1/+1
* Makefile: pass $(CFLAGS) also during dependency generationEd Maste2019-12-171-1/+1
* travis.yml: Run tests on the non-x86 builders, tooThomas Huth2019-12-041-0/+32
* Add .cirrus.yml for FreeBSD buildEd Maste2019-11-211-0/+21
* Avoid gnu_printf attribute when using ClangEd Maste2019-11-211-0/+4
* tests: default to 'cc' if CC not setEd Maste2019-11-161-1/+1
* Add test-case for trailing zeroStefan Mavrodiev2019-11-151-0/+4
* Remove trailing zero from the overlay pathStefan Mavrodiev2019-11-151-1/+1
* pylibfdt: Adjust for deprecated test methodsSimon Glass2019-11-151-99/+99
* tests: add extension to sed -i for GNU/BSD sed compatibilityEd Maste2019-11-151-1/+1
* libfdt: Correct prototype for fdt_ro_probe_()David Gibson2019-11-081-2/+2
* Use correct inttypes.h format specifierDavid Gibson2019-11-071-1/+2
* support byacc in addition to bisonEthan Sommer2019-11-032-1/+5
* pylibfdt: Correct the type for fdt_property_stub()Simon Glass2019-10-272-5/+6
* tests: fix some python warningsMarc-André Lureau2019-10-141-2/+4
* util: use gnu_printf format attributeMarc-André Lureau2019-10-141-1/+1
* fstree: replace lstat with statMarc-André Lureau2019-10-141-1/+1
* dumptrees: pass outputdir as first argumentMarc-André Lureau2019-10-142-1/+11
* tests: allow out-of-tree test runMarc-André Lureau2019-10-149-173/+185
* fdtoverlay: Return non-zero exit code if overlays can't be appliedValter Minute2019-10-111-1/+0
* Add .editorconfigMarc-André Lureau2019-10-091-0/+30
* yamltree: Ensure consistent bracketing of properties with phandlesRob Herring2019-09-251-0/+21
* libfdt.h: add explicit cast from void* to uint8_t* in fdt(32|64)_stLuc Michel2019-09-101-2/+2
* pylibfdt: use python3 shebangLuca Weiss2019-09-091-1/+4
* Ignore phandle properties in /aliasesv1.5.1David Gibson2019-09-041-0/+5
* README: update for Python 3coverity_scanLuca Weiss2019-08-291-14/+12