summaryrefslogtreecommitdiff
path: root/tests/Makefile.tests
Commit message (Expand)AuthorAgeFilesLines
* libfdt: tests: add get_next_tag_invalid_prop_lenTadeusz Struk2022-10-121-1/+1
* Allow static building with makeTero Tervala2022-07-271-5/+7
* tests: add test cases for label-relative path referencesAhmad Fatoum2022-01-251-1/+1
* libfdt: Check that the root-node name is emptySimon Glass2021-03-231-1/+1
* libfdt: Check that there is only one root nodeSimon Glass2021-03-231-1/+3
* tests: Properly clean up .bak file from testsDavid Gibson2020-03-041-1/+1
* tests: No need to explicitly pass $PYTHON from Make to run_tests.shDavid Gibson2020-03-041-3/+3
* dumptrees: pass outputdir as first argumentMarc-André Lureau2019-10-141-1/+1
* libfdt: Ensure fdt_add_property frees allocated name string on failureNicholas Piggin2019-05-101-1/+1
* Link tools and tests against libfdt shared libraryDavid Gibson2019-03-291-3/+3
* libfdt: add fdt_append_addrrange()AKASHI Takahiro2019-03-291-0/+1
* libfdt: Add a test for fdt_getprop_by_offset()Simon Glass2018-11-241-1/+1
* Refine make tests_clean targetDavid Gibson2018-11-231-4/+3
* pylibfdt: Allow switch to Python 3 via environment variable PYTHONLumir Balhar2018-11-231-3/+3
* tests: Don't lose errors from make checkmDavid Gibson2018-11-141-1/+1
* Make valgrind optionalDavid Gibson2018-09-101-0/+5
* tests: Better testing of dtc -I fs modeDavid Gibson2018-09-101-1/+5
* libfdt: fdt_address_cells() and fdt_size_cells()Sebastian Huber2018-07-201-0/+1
* libfdt: Add fdt_check_full() functionDavid Gibson2018-06-071-1/+1
* libfdt: Safer access to memory reservationsDavid Gibson2018-06-071-1/+1
* libfdt: Safer access to strings sectionDavid Gibson2018-06-071-1/+1
* libfdt: Make fdt_check_header() more thoroughDavid Gibson2018-06-071-1/+1
* libfdt: Improve sequential write state checkingDavid Gibson2018-06-071-1/+1
* Makefile.tests: Add LIBDL make(1) variable for portability sakekevans@FreeBSD.org2018-01-041-1/+4
* pylibfdt: Allow setup.py to operate stand-aloneSimon Glass2017-04-081-3/+3
* tests: Add check_path testPantelis Antoniou2016-12-091-1/+2
* tests: Add tests cases for the overlay codeMaxime Ripard2016-10-061-1/+2
* libfdt: Add iterator over propertiesMaxime Ripard2016-07-281-0/+1
* fdt: Add a function to count stringsThierry Reding2015-09-301-0/+1
* libfdt: Add helpers to read #address-cells and #size-cellsDavid Gibson2014-05-121-0/+1
* libfdt: Add fdt_next_subnode() to permit easy subnode iterationSimon Glass2013-04-281-1/+2
* dtc: cpp co-existence: allow names starting with # to be escapedStephen Warren2012-09-281-1/+1
* dtc: Basic integer expressionsStephen Warren2012-04-091-1/+2
* Introduce ${TESTS_BIN} in Makefiles to identify tested executables.Jon Loeliger2012-01-211-3/+3
* libfdt: Activate testcase for appending propertiesDavid Gibson2012-01-111-0/+1
* dtc: Add support for variable sized elementsAnton Staaf2011-10-111-0/+1
* Make testutils use utilfdtSimon Glass2011-09-221-2/+3
* Add fdt read/write utility functionsSimon Glass2011-09-221-2/+3
* dtc: Support character literals in cell listsAnton Staaf2011-09-221-0/+1
* dtc: Extend and better test dtbs_equal utility programs (resend)David Gibson2010-04-301-0/+1
* Support ePAPR compliant phandle propertiesDavid Gibson2009-11-261-1/+2
* Fix dtc bugs for 64-bit compileDavid Gibson2009-11-111-1/+3
* Fix bug in -Odts with properties containing multiple terminating nullsDavid Gibson2009-11-111-0/+1
* dtc: Add testcases for labels within valuesDavid Gibson2009-02-031-1/+1
* dtc: Make asm output more portable and add testcasesDavid Gibson2009-02-031-1/+6
* libfdt: Introduce libfdt shared libraryJosh Boyer2009-01-021-2/+2
* Rearrange ftdump and convert-dtsv0 into sub-Makefiles.Jon Loeliger2008-10-031-3/+2
* libfdt: Add function to explicitly expand aliasesDavid Gibson2008-10-021-0/+1
* libfdt: Add support for using aliases in fdt_path_offset()Kumar Gala2008-08-141-1/+1
* dtc: Add support for binary includes.David Gibson2008-06-191-1/+1