aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2023-03-30test: fs: Check fat short file nameStefan Herbrechtsmeier
2023-03-30test: exit: fix run_commandf() warningsEvgeny Bachinin
2023-03-30test: fdt: fix run_commandf() warningsEvgeny Bachinin
2023-03-30unit-test: cover run_commandf() by test-casesEvgeny Bachinin
2023-03-30test: Add test for new command pci_mpsStephen Carlson
2023-03-17test: add tests of 'read' and 'write' shell commandsRasmus Villemoes
2023-03-16Merge tag 'dm-next-12mar23a' of git://git.denx.de/u-boot-dm into nextTom Rini
2023-03-14test: cmd: fdt: Test fdt applyMarek Vasut
2023-03-14test: cmd: fdt: Test fdt chosenMarek Vasut
2023-03-14test: cmd: fdt: Test fdt rsvmemMarek Vasut
2023-03-14test: cmd: fdt: Test fdt memoryMarek Vasut
2023-03-14test: cmd: fdt: Test fdt headerMarek Vasut
2023-03-14test: cmd: fdt: Test fdt print and listMarek Vasut
2023-03-14test: cmd: fdt: Drop new unneeded curly bracketsMarek Vasut
2023-03-14test: Wrap assert macros in ({ ... }) and fix missing semicolonsMarek Vasut
2023-03-14Merge tag 'v2023.04-rc4' into nextTom Rini
2023-03-13test: unit test for crc8Heinrich Schuchardt
2023-03-09test: cmd: fdt: Test fdt bootcpuMarek Vasut
2023-03-09test: cmd: fdt: Test fdt rmMarek Vasut
2023-03-09test: cmd: fdt: Test fdt mknodeMarek Vasut
2023-03-09test: cmd: fdt: Test fdt setMarek Vasut
2023-03-09test: cmd: fdt: Test fdt get sizeMarek Vasut
2023-03-09test: cmd: fdt: Test fdt get addrMarek Vasut
2023-03-09test: cmd: fdt: Test fdt get nameMarek Vasut
2023-03-09test: cmd: fdt: Test fdt resizeMarek Vasut
2023-03-09test: cmd: fdt: Test fdt moveMarek Vasut
2023-03-09test: cmd: fdt: Test both string and integer arrays in 'fdt get value'Marek Vasut
2023-03-09test: cmd: fdt: Test alias resolution in 'fdt get value'Marek Vasut
2023-03-09test: cmd: fdt: Generate fuller DT internally and switch fdt get value to itMarek Vasut
2023-03-09test: cmd: fdt: Rename fdt_test_get() to fdt_test_get_value()Marek Vasut
2023-03-09test: cmd: fdt: Rename fdt_test_resize() to fdt_test_addr_resize()Marek Vasut
2023-03-08test: cmd: fdt: Add list of remaining missing testsMarek Vasut
2023-03-08test: cmd: fdt: Test fdt bootcpuMarek Vasut
2023-03-08test: cmd: fdt: Test fdt rmMarek Vasut
2023-03-08test: cmd: fdt: Test fdt mknodeMarek Vasut
2023-03-08test: cmd: fdt: Test fdt setMarek Vasut
2023-03-08test: cmd: fdt: Test fdt get sizeMarek Vasut
2023-03-08test: cmd: fdt: Test fdt get addrMarek Vasut
2023-03-08test: cmd: fdt: Test fdt get nameMarek Vasut
2023-03-08test: cmd: fdt: Test fdt resizeMarek Vasut
2023-03-08test: cmd: fdt: Test fdt moveMarek Vasut
2023-03-08test: cmd: fdt: Test both string and integer arrays in 'fdt get value'Marek Vasut
2023-03-08test: cmd: fdt: Test alias resolution in 'fdt get value'Marek Vasut
2023-03-08test: cmd: fdt: Generate fuller DT internally and switch fdt get value to itMarek Vasut
2023-03-08test: cmd: fdt: Rename fdt_test_get() to fdt_test_get_value()Marek Vasut
2023-03-08test: cmd: fdt: Rename fdt_test_resize() to fdt_test_addr_resize()Marek Vasut
2023-03-08test: Add concurrencytest to the requirementsSimon Glass
2023-03-08patman: Move library functions into a library directorySimon Glass
2023-03-08bootflow: Rename bootflow_flags_tSimon Glass
2023-03-07video console: add 12x22 console simple font testDzmitry Sankouski