aboutsummaryrefslogtreecommitdiff
path: root/test/cmd
AgeCommit message (Expand)AuthorFilesLines
2024-05-06test: Remove <common.h> and add needed includesTom Rini19-19/+0
2024-03-02cmd: setexpr: fix no matching string in gsub return empty valueMassimiliano Minella1-0/+10
2024-03-02test: cmd: mbr: Fix Smatch static checker warningAlexander Gendin1-1/+5
2024-01-17test: add test of "cp" shell commandRasmus Villemoes2-0/+169
2023-12-13test: font: Add dependencies on fontsSimon Glass1-1/+5
2023-12-13test: fdt: Add a special case for real boardsSimon Glass1-1/+7
2023-12-13test: bdinfo: Add missing assertsSimon Glass1-4/+7
2023-12-13test: Handle use of stack pointer in bdinfoSimon Glass1-0/+12
2023-12-13test: Add a new suite for commandsSimon Glass2-0/+22
2023-12-10test: bdinfo: Handle systems without getoptMarek Vasut1-8/+18
2023-12-09Merge patch series "cmd: bdinfo: Optionally use getopt and implement bdinfo -a"WIP/09Dec2023-nextTom Rini1-8/+66
2023-12-09test: bdinfo: Test bdinfo -eMarek Vasut1-0/+14
2023-12-09test: bdinfo: Test bdinfo -mMarek Vasut1-3/+23
2023-12-09test: bdinfo: Test bdinfo -hMarek Vasut1-0/+17
2023-12-09test: bdinfo: Test both bdinfo and bdinfo -aMarek Vasut1-5/+12
2023-12-09test: bdinfo: Rename bdinfo_test_move() to bdinfo_test_full()Marek Vasut1-2/+2
2023-11-10test: cmd: mbr: Remove unreachable codeAlexander Gendin1-9/+7
2023-10-24cmd: mbr: Allow 4 MBR partitions without need for extendedAlexander Gendin2-0/+482
2023-10-11cli: Add a command to show cmdline historySimon Glass2-0/+50
2023-08-08arm_ffa: introduce armffa commandAbdellatif El Khlifi2-0/+35
2023-07-24Revert "Merge branch '2023-07-24-introduce-FF-A-suppport'"Tom Rini2-35/+0
2023-07-24arm_ffa: introduce armffa command Sandbox testAbdellatif El Khlifi2-0/+35
2023-07-17bdinfo: Show the RAM top and approximate stack pointerSimon Glass1-0/+7
2023-07-17bdinfo: Show information about the serial portSimon Glass1-0/+14
2023-07-14bdinfo: Correct use of assertionsSimon Glass1-30/+49
2023-06-20test: bdinfo: Add test for command bdinfoMarek Vasut2-0/+189
2023-04-28test: fdt: Fix copyright messageMarek Vasut1-1/+1
2023-04-03fdt: Make fdt addr -q quieterPeter Hoyes1-1/+0
2023-03-30test: exit: fix run_commandf() warningsEvgeny Bachinin1-9/+9
2023-03-30test: fdt: fix run_commandf() warningsEvgeny Bachinin1-11/+11
2023-03-30test: Add test for new command pci_mpsStephen Carlson2-0/+45
2023-03-17test: add tests of 'read' and 'write' shell commandsRasmus Villemoes2-0/+105
2023-03-14test: cmd: fdt: Test fdt applyMarek Vasut1-0/+152
2023-03-14test: cmd: fdt: Test fdt chosenMarek Vasut1-0/+48
2023-03-14test: cmd: fdt: Test fdt rsvmemMarek Vasut1-0/+63
2023-03-14test: cmd: fdt: Test fdt memoryMarek Vasut1-0/+83
2023-03-14test: cmd: fdt: Test fdt headerMarek Vasut1-0/+59
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 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