summaryrefslogtreecommitdiff
path: root/test/cmd/fdt.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-28test: fdt: Fix copyright messageMarek Vasut1-1/+1
2023-04-02fdt: Make fdt addr -q quieterPeter Hoyes1-1/+0
2023-03-30test: fdt: fix run_commandf() warningsEvgeny Bachinin1-11/+11
2023-03-15test: cmd: fdt: Test fdt applyMarek Vasut1-0/+152
2023-03-15test: cmd: fdt: Test fdt chosenMarek Vasut1-0/+48
2023-03-15test: cmd: fdt: Test fdt rsvmemMarek Vasut1-0/+63
2023-03-15test: cmd: fdt: Test fdt memoryMarek Vasut1-0/+83
2023-03-15test: cmd: fdt: Test fdt headerMarek Vasut1-0/+59
2023-03-15test: cmd: fdt: Test fdt print and listMarek Vasut1-0/+143
2023-03-15test: cmd: fdt: Drop new unneeded curly bracketsMarek Vasut1-8/+6
2023-03-09test: cmd: fdt: Add list of remaining missing testsMarek Vasut1-0/+7
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-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
2022-11-23test: cmd: fdt: Add fdt get value test caseMarek Vasut1-0/+53
2022-10-18fdt: Show a message when the working FDT changesSimon Glass1-1/+10
2022-07-26fdt: Start a test for the fdt commandSimon Glass1-0/+142