aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2018-06-07tests: Better handling of valgrind errors saving blobsDavid Gibson4-34/+13
2018-06-07tests: Remove unused #defineDavid Gibson1-2/+0
2018-06-07libfdt: Add fdt_header_size()David Gibson1-6/+2
2018-06-07Consolidate utilfdt_read_len() variantsDavid Gibson1-1/+1
2018-06-07libfdt: Safer access to memory reservationsDavid Gibson6-1/+87
2018-06-07libfdt: Safer access to strings sectionDavid Gibson7-4/+117
2018-06-07libfdt: Make fdt_check_header() more thoroughDavid Gibson4-1/+132
2018-06-07libfdt: Improve sequential write state checkingDavid Gibson4-1/+143
2018-06-04Make Property a subclass of bytearraySimon Glass1-1/+1
2018-06-04pylibfdt: Add a method to access the device tree directlySimon Glass1-2/+3
2018-05-04tests: Add a test case for the omit-if-no-ref keywordMaxime Ripard2-0/+33
2018-03-09tests: Update valgrind suppressions for sw_tree1David Gibson1-1/+1
2018-03-09tests: Remove valgrind error from tests/get_pathDavid Gibson1-1/+2
2018-03-07checks: add graph binding checksRob Herring2-0/+27
2018-03-07checks: add a check for duplicate unit-addresses of child nodesRob Herring2-0/+15
2018-03-06Correct overlay syntactic sugar for generating target-path fragmentsDavid Gibson2-0/+60
2018-03-06Improve tests for dtc overlay generationDavid Gibson4-81/+146
2018-01-04Makefile.tests: Add LIBDL make(1) variable for portability sakekevans@FreeBSD.org1-1/+4
2018-01-04Attempt to auto-detect stat(1) being used if not given proper invocationkevans@FreeBSD.org1-1/+8
2018-01-03tests: Improve compatibility with other platformskevans@FreeBSD.org1-4/+9
2017-12-15checks: add chosen node checksRob Herring2-0/+13
2017-12-13checks: add string list check for *-names propertiesRob Herring2-1/+2
2017-12-13checks: add string list checkRob Herring2-1/+6
2017-12-13checks: add a string check for 'label' propertyRob Herring2-1/+2
2017-11-11tests: Add some basic tests for the pci_bridge checksDavid Gibson4-0/+61
2017-10-30tests: Check non-matching cases for fdt_node_check_compatible()David Gibson1-0/+19
2017-10-26Remove leading underscores from identifiersDavid Gibson5-15/+13
2017-10-26Fix some errors in commentsDavid Gibson1-4/+5
2017-10-26tests: Correct warning in sw_tree1.cDavid Gibson1-0/+2
2017-10-06tests: Avoid 64-bit arithmetic in assemblerDavid Gibson2-25/+28
2017-09-28tests: Add a test for overlays syntactic sugarPantelis Antoniou1-0/+6
2017-09-22checks: add interrupts property checkRob Herring2-0/+13
2017-09-22checks: add gpio binding properties checkRob Herring2-0/+15
2017-09-22checks: add phandle with arg property checksRob Herring2-0/+12
2017-08-21pylibfdt: Add support for fdt_subnode_offset()Simon Glass1-0/+12
2017-08-21pylibfdt: Add support for fdt_node_offset_by_phandle()Simon Glass1-0/+10
2017-08-21pylibfdt: Add support for fdt_parent_offset()Simon Glass1-0/+13
2017-08-21pylibfdt: Add support for fdt_get_phandle()Simon Glass1-0/+6
2017-08-21tests: Return a failure code when any tests failSimon Glass1-0/+1
2017-08-21pylibfdt: Use local pylibfdt moduleSimon Glass1-2/+2
2017-08-21pylibfdt: Add a test for use of uint32_tSimon Glass1-0/+5
2017-08-09tests: Add stacked overlay tests on fdtoverlayPantelis Antoniou4-0/+47
2017-07-13dtc: change default phandles to ePAPR style instead of bothRob Herring1-1/+1
2017-06-15tests: fdtoverlay unit testPantelis Antoniou3-1/+67
2017-05-17Suppress expected error message in fdtdump testDavid Gibson1-1/+1
2017-04-19Fix get_node_by_path string equality checkTim Montague2-1/+24
2017-04-08pylibfdt: Allow setup.py to operate stand-aloneSimon Glass1-3/+3
2017-04-02Add a libfdt function to write a property placeholderSimon Glass5-0/+10
2017-03-21Build pylibfdt as part of the normal build processSimon Glass1-0/+28
2017-03-21Add tests for pylibfdtSimon Glass1-0/+288