aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.tests
AgeCommit message (Expand)AuthorFilesLines
2019-05-10libfdt: Ensure fdt_add_property frees allocated name string on failureNicholas Piggin1-1/+1
2019-03-29Link tools and tests against libfdt shared libraryDavid Gibson1-3/+3
2019-03-29libfdt: add fdt_append_addrrange()AKASHI Takahiro1-0/+1
2018-11-24libfdt: Add a test for fdt_getprop_by_offset()Simon Glass1-1/+1
2018-11-23Refine make tests_clean targetDavid Gibson1-4/+3
2018-11-23pylibfdt: Allow switch to Python 3 via environment variable PYTHONLumir Balhar1-3/+3
2018-11-14tests: Don't lose errors from make checkmDavid Gibson1-1/+1
2018-09-10Make valgrind optionalDavid Gibson1-0/+5
2018-09-10tests: Better testing of dtc -I fs modeDavid Gibson1-1/+5
2018-07-20libfdt: fdt_address_cells() and fdt_size_cells()Sebastian Huber1-0/+1
2018-06-07libfdt: Add fdt_check_full() functionDavid Gibson1-1/+1
2018-06-07libfdt: Safer access to memory reservationsDavid Gibson1-1/+1
2018-06-07libfdt: Safer access to strings sectionDavid Gibson1-1/+1
2018-06-07libfdt: Make fdt_check_header() more thoroughDavid Gibson1-1/+1
2018-06-07libfdt: Improve sequential write state checkingDavid Gibson1-1/+1
2018-01-04Makefile.tests: Add LIBDL make(1) variable for portability sakekevans@FreeBSD.org1-1/+4
2017-04-08pylibfdt: Allow setup.py to operate stand-aloneSimon Glass1-3/+3
2016-12-09tests: Add check_path testPantelis Antoniou1-1/+2
2016-10-06tests: Add tests cases for the overlay codeMaxime Ripard1-1/+2
2016-07-28libfdt: Add iterator over propertiesMaxime Ripard1-0/+1
2015-09-30fdt: Add a function to count stringsThierry Reding1-0/+1
2014-05-12libfdt: Add helpers to read #address-cells and #size-cellsDavid Gibson1-0/+1
2013-04-28libfdt: Add fdt_next_subnode() to permit easy subnode iterationSimon Glass1-1/+2
2012-09-28dtc: cpp co-existence: allow names starting with # to be escapedStephen Warren1-1/+1
2012-04-09dtc: Basic integer expressionsStephen Warren1-1/+2
2012-01-21Introduce ${TESTS_BIN} in Makefiles to identify tested executables.Jon Loeliger1-3/+3
2012-01-11libfdt: Activate testcase for appending propertiesDavid Gibson1-0/+1
2011-10-11dtc: Add support for variable sized elementsAnton Staaf1-0/+1
2011-09-22Make testutils use utilfdtSimon Glass1-2/+3
2011-09-22Add fdt read/write utility functionsSimon Glass1-2/+3
2011-09-22dtc: Support character literals in cell listsAnton Staaf1-0/+1
2010-04-30dtc: Extend and better test dtbs_equal utility programs (resend)David Gibson1-0/+1
2009-11-26Support ePAPR compliant phandle propertiesDavid Gibson1-1/+2
2009-11-11Fix dtc bugs for 64-bit compileDavid Gibson1-1/+3
2009-11-11Fix bug in -Odts with properties containing multiple terminating nullsDavid Gibson1-0/+1
2009-02-03dtc: Add testcases for labels within valuesDavid Gibson1-1/+1
2009-02-03dtc: Make asm output more portable and add testcasesDavid Gibson1-1/+6
2009-01-02libfdt: Introduce libfdt shared libraryJosh Boyer1-2/+2
2008-10-03Rearrange ftdump and convert-dtsv0 into sub-Makefiles.Jon Loeliger1-3/+2
2008-10-02libfdt: Add function to explicitly expand aliasesDavid Gibson1-0/+1
2008-08-14libfdt: Add support for using aliases in fdt_path_offset()Kumar Gala1-1/+1
2008-06-19dtc: Add support for binary includes.David Gibson1-1/+1
2008-05-19dtc: Add program to convert dts files from v0 to v1David Gibson1-4/+4
2008-05-19dtc: Rework handling of boot_cpuid_physDavid Gibson1-1/+1
2008-05-19dtc: Clean up included Makefile fragmentsDavid Gibson1-2/+2
2008-02-18libfdt: More tests of NOP handling behaviourDavid Gibson1-1/+1
2008-02-14libfdt: Fix NOP handling bug in fdt_add_subnode_namelen()David Gibson1-1/+2
2008-01-11libfdt: Add fdt_set_name() functionDavid Gibson1-1/+1
2007-12-06dtc: More detailed testing of tree checksDavid Gibson1-1/+1
2007-12-05dtc: Implement path referencesDavid Gibson1-1/+1