summaryrefslogtreecommitdiff
path: root/test/cmd
AgeCommit message (Expand)AuthorFilesLines
2023-03-18test: add tests of 'read' and 'write' shell commandsRasmus Villemoes2-0/+105
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-15test: Wrap assert macros in ({ ... }) and fix missing semicolonsMarek Vasut1-2/+2
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
2023-03-07video console: move vidconsole_get_font_size() logic to driver opsDzmitry Sankouski1-6/+7
2023-02-07cmd: Add a SEAMA image load commandLinus Walleij2-0/+72
2023-01-17video: Add font functions to the vidconsole APISimon Glass1-3/+3
2023-01-11test: cmd: exit: Add unit test for exit and partly run commandsMarek Vasut2-1/+136
2022-11-28test: cmd: add test for wget command.Ying-Chun Liu (PaulLiu)2-0/+207
2022-11-23test: Disable part of the setexpr test for nowSimon Glass1-1/+5
2022-11-23test: cmd: fdt: Add fdt get value test caseMarek Vasut1-0/+53
2022-10-30video: Add commands to list and change fontsSimon Glass2-0/+78
2022-10-18fdt: Show a message when the working FDT changesSimon Glass1-1/+10
2022-10-12test: run setexpr test only on sandboxHeinrich Schuchardt1-0/+2
2022-10-11test: cmd: add test for temperature commandRobert Marko2-0/+40
2022-09-02cmd: Add pause commandSamuel Dionne-Riel2-0/+48
2022-07-26fdt: Start a test for the fdt commandSimon Glass2-0/+143
2022-07-26addrmap: Support on sandboxSimon Glass1-3/+2
2022-06-22cmd: load: add load command for memory mappedRui Miguel Silva2-0/+73
2022-04-28test: dm: pinmux: Get LED2 udevice in the pinmux testMarek Vasut1-0/+5
2022-04-14led: Configure LED default-state on bootMarek Vasut1-1/+1
2022-03-14cmd: test: pinmux: Do not check all empty spacesMichal Simek1-4/+4
2021-07-28test: cmd: setexpr: add format string testsRoland Gaudig1-0/+84
2021-07-23cmd: pinmux: support pin name in status commandPatrick Delaunay2-0/+37
2021-07-16test: Rename final check in setexpr_test_backref()Simon Glass1-2/+0
2021-07-06sandbox: cros-ec: Add tests for the Chromium OS EC PWM driverAlper Nebi Yasak1-2/+30
2021-06-08display_options: Drop two spaces before the ASCII columnSimon Glass1-13/+13
2021-04-13hush: Fix assignments being misinterpreted as commandsSean Anderson1-0/+2
2021-03-27test: Silenece the echo and print testsSimon Glass1-1/+2
2021-03-22test: cmd: setexpr: Fix a typoBin Meng1-1/+1