summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2023-03-14test: cmd: fdt: Test fdt print and listMarek Vasut1-0/+143
2023-03-14test: cmd: fdt: Drop new unneeded curly bracketsMarek Vasut1-8/+6
2023-03-14test: Wrap assert macros in ({ ... }) and fix missing semicolonsMarek Vasut8-22/+22
2023-03-14Merge tag 'v2023.04-rc4' into nextTom Rini2-0/+30
2023-03-13test: unit test for crc8Heinrich Schuchardt2-0/+30
2023-03-09test: cmd: fdt: Test fdt bootcpuMarek Vasut1-0/+33
2023-03-09test: cmd: fdt: Test fdt rmMarek Vasut1-0/+84
2023-03-09test: cmd: fdt: Test fdt mknodeMarek Vasut1-0/+68
2023-03-09test: cmd: fdt: Test fdt setMarek Vasut1-0/+144
2023-03-09test: cmd: fdt: Test fdt get sizeMarek Vasut1-0/+87
2023-03-09test: cmd: fdt: Test fdt get addrMarek Vasut1-0/+67
2023-03-09test: cmd: fdt: Test fdt get nameMarek Vasut1-0/+79
2023-03-09test: cmd: fdt: Test fdt resizeMarek Vasut1-0/+24
2023-03-09test: cmd: fdt: Test fdt moveMarek Vasut1-0/+34
2023-03-09test: cmd: fdt: Test both string and integer arrays in 'fdt get value'Marek Vasut1-16/+42
2023-03-09test: cmd: fdt: Test alias resolution in 'fdt get value'Marek Vasut1-20/+45
2023-03-09test: cmd: fdt: Generate fuller DT internally and switch fdt get value to itMarek Vasut1-13/+111
2023-03-09test: cmd: fdt: Rename fdt_test_get() to fdt_test_get_value()Marek Vasut1-3/+3
2023-03-09test: cmd: fdt: Rename fdt_test_resize() to fdt_test_addr_resize()Marek Vasut1-2/+2
2023-03-08test: cmd: fdt: Add list of remaining missing testsMarek Vasut1-0/+7
2023-03-08test: cmd: fdt: Test fdt bootcpuMarek Vasut1-0/+33
2023-03-08test: cmd: fdt: Test fdt rmMarek Vasut1-0/+84
2023-03-08test: cmd: fdt: Test fdt mknodeMarek Vasut1-0/+68
2023-03-08test: cmd: fdt: Test fdt setMarek Vasut1-0/+144
2023-03-08test: cmd: fdt: Test fdt get sizeMarek Vasut1-0/+87
2023-03-08test: cmd: fdt: Test fdt get addrMarek Vasut1-0/+67
2023-03-08test: cmd: fdt: Test fdt get nameMarek Vasut1-0/+79
2023-03-08test: cmd: fdt: Test fdt resizeMarek Vasut1-0/+24
2023-03-08test: cmd: fdt: Test fdt moveMarek Vasut1-0/+34
2023-03-08test: cmd: fdt: Test both string and integer arrays in 'fdt get value'Marek Vasut1-16/+42
2023-03-08test: cmd: fdt: Test alias resolution in 'fdt get value'Marek Vasut1-20/+45
2023-03-08test: cmd: fdt: Generate fuller DT internally and switch fdt get value to itMarek Vasut1-13/+111
2023-03-08test: cmd: fdt: Rename fdt_test_get() to fdt_test_get_value()Marek Vasut1-3/+3
2023-03-08test: cmd: fdt: Rename fdt_test_resize() to fdt_test_addr_resize()Marek Vasut1-2/+2
2023-03-08test: Add concurrencytest to the requirementsSimon Glass1-0/+1
2023-03-08patman: Move library functions into a library directorySimon Glass1-0/+1
2023-03-08bootflow: Rename bootflow_flags_tSimon Glass2-6/+6
2023-03-07video console: add 12x22 console simple font testDzmitry Sankouski1-0/+41
2023-03-07video console: move vidconsole_get_font_size() logic to driver opsDzmitry Sankouski1-6/+7
2023-03-02test: Tidy up sandbox handling in test-mainSimon Glass1-5/+5
2023-02-28tpm: Implement tpm_auto_start() for TPMv1.2Simon Glass1-0/+45
2023-02-28tpm: Separate out the TPM tests for v1 and v2Simon Glass1-9/+51
2023-02-28test: add a test for the new tpm_auto_start() functionIlias Apalodimas1-0/+5
2023-02-27Merge tag 'v2023.04-rc3' into nextTom Rini1-2/+3
2023-02-24CI: Update test/nokia_rx51_test.sh to use prebuilt imagesPali Rohár1-8/+16
2023-02-23trace: Relax test requirementsSimon Glass1-2/+3
2023-02-14dm: test: Add a test for the various migration combinationsSimon Glass1-0/+108
2023-02-14test: Add a way to set the environment for a pytestSimon Glass2-4/+6
2023-02-14dm: treewide: Complete migration to new driver model schemaSimon Glass2-5/+5
2023-02-12reset: Allow reset_get_by_name() with NULL nameSamuel Holland1-2/+1