1. 7505d5b test: add test of "cp" shell command by Rasmus Villemoes · 11 months ago
  2. 88934a7 test: font: Add dependencies on fonts by Simon Glass · 1 year, 2 months ago
  3. 5ad263f test: fdt: Add a special case for real boards by Simon Glass · 1 year, 2 months ago
  4. 43b9a32 test: bdinfo: Add missing asserts by Simon Glass · 1 year, 2 months ago
  5. a44bd85 test: Handle use of stack pointer in bdinfo by Simon Glass · 1 year, 2 months ago
  6. 621a97e test: Add a new suite for commands by Simon Glass · 1 year, 2 months ago
  7. 949f0fe test: bdinfo: Handle systems without getopt by Marek Vasut · 12 months ago
  8. 5e2bb90 Merge patch series "cmd: bdinfo: Optionally use getopt and implement bdinfo -a" by Tom Rini · 12 months ago
  9. f14a03b test: bdinfo: Test bdinfo -e by Marek Vasut · 1 year, 2 months ago
  10. 3c5fd09 test: bdinfo: Test bdinfo -m by Marek Vasut · 1 year, 2 months ago
  11. 2409924 test: bdinfo: Test bdinfo -h by Marek Vasut · 1 year, 2 months ago
  12. eb0b1db test: bdinfo: Test both bdinfo and bdinfo -a by Marek Vasut · 1 year, 2 months ago
  13. 391e5c3 test: bdinfo: Rename bdinfo_test_move() to bdinfo_test_full() by Marek Vasut · 1 year, 2 months ago
  14. 207fc53 test: cmd: mbr: Remove unreachable code by Alexander Gendin · 1 year, 1 month ago
  15. 038cb02 cmd: mbr: Allow 4 MBR partitions without need for extended by Alexander Gendin · 1 year, 2 months ago
  16. 4c0bf97 cli: Add a command to show cmdline history by Simon Glass · 1 year, 2 months ago
  17. 5ad079f arm_ffa: introduce armffa command by Abdellatif El Khlifi · 1 year, 4 months ago
  18. 74aad48 Revert "Merge branch '2023-07-24-introduce-FF-A-suppport'" by Tom Rini · 1 year, 4 months ago
  19. fc0a74e arm_ffa: introduce armffa command Sandbox test by Abdellatif El Khlifi · 1 year, 5 months ago
  20. 5087c77 bdinfo: Show the RAM top and approximate stack pointer by Simon Glass · 1 year, 5 months ago
  21. 3ddee31 bdinfo: Show information about the serial port by Simon Glass · 1 year, 5 months ago
  22. 0a5e069 bdinfo: Correct use of assertions by Simon Glass · 1 year, 5 months ago
  23. 2cd173c test: bdinfo: Add test for command bdinfo by Marek Vasut · 1 year, 6 months ago
  24. d578efb test: fdt: Fix copyright message by Marek Vasut · 1 year, 7 months ago
  25. cc91ed7 fdt: Make fdt addr -q quieter by Peter Hoyes · 1 year, 8 months ago
  26. b354403 test: exit: fix run_commandf() warnings by Evgeny Bachinin · 1 year, 8 months ago
  27. e604bc0 test: fdt: fix run_commandf() warnings by Evgeny Bachinin · 1 year, 8 months ago
  28. e5c05ae test: Add test for new command pci_mps by Stephen Carlson · 1 year, 9 months ago
  29. ceefc04 test: add tests of 'read' and 'write' shell commands by Rasmus Villemoes · 1 year, 9 months ago
  30. dc0ccea test: cmd: fdt: Test fdt apply by Marek Vasut · 1 year, 9 months ago
  31. 8d450da test: cmd: fdt: Test fdt chosen by Marek Vasut · 1 year, 9 months ago
  32. cd162df test: cmd: fdt: Test fdt rsvmem by Marek Vasut · 1 year, 9 months ago
  33. 65b6f46 test: cmd: fdt: Test fdt memory by Marek Vasut · 1 year, 9 months ago
  34. 06c13ed test: cmd: fdt: Test fdt header by Marek Vasut · 1 year, 9 months ago
  35. 76a652a test: cmd: fdt: Test fdt print and list by Marek Vasut · 1 year, 9 months ago
  36. bc8c140 test: cmd: fdt: Drop new unneeded curly brackets by Marek Vasut · 1 year, 9 months ago
  37. 1531c4e test: Wrap assert macros in ({ ... }) and fix missing semicolons by Marek Vasut · 1 year, 9 months ago
  38. f2def36 test: cmd: fdt: Add list of remaining missing tests by Marek Vasut · 1 year, 9 months ago
  39. 2081b1d test: cmd: fdt: Test fdt bootcpu by Marek Vasut · 1 year, 9 months ago
  40. c3e350f test: cmd: fdt: Test fdt rm by Marek Vasut · 1 year, 9 months ago
  41. e4d26c9 test: cmd: fdt: Test fdt mknode by Marek Vasut · 1 year, 9 months ago
  42. f180de4 test: cmd: fdt: Test fdt set by Marek Vasut · 1 year, 9 months ago
  43. ce1b048 test: cmd: fdt: Test fdt get size by Marek Vasut · 1 year, 9 months ago
  44. cadef86 test: cmd: fdt: Test fdt get addr by Marek Vasut · 1 year, 9 months ago
  45. 8449993 test: cmd: fdt: Test fdt get name by Marek Vasut · 1 year, 9 months ago
  46. 6ab4fe2 test: cmd: fdt: Test fdt resize by Marek Vasut · 1 year, 9 months ago
  47. ddf8620 test: cmd: fdt: Test fdt move by Marek Vasut · 1 year, 9 months ago
  48. 9f90cad test: cmd: fdt: Test both string and integer arrays in 'fdt get value' by Marek Vasut · 1 year, 9 months ago
  49. b7517b4 test: cmd: fdt: Test alias resolution in 'fdt get value' by Marek Vasut · 1 year, 9 months ago
  50. 15503d0 test: cmd: fdt: Generate fuller DT internally and switch fdt get value to it by Marek Vasut · 1 year, 9 months ago
  51. fbeca45 test: cmd: fdt: Rename fdt_test_get() to fdt_test_get_value() by Marek Vasut · 1 year, 9 months ago
  52. 6e04a89 test: cmd: fdt: Rename fdt_test_resize() to fdt_test_addr_resize() by Marek Vasut · 1 year, 9 months ago
  53. 86c6a53 video console: move vidconsole_get_font_size() logic to driver ops by Dzmitry Sankouski · 1 year, 9 months ago
  54. bef3925 cmd: Add a SEAMA image load command by Linus Walleij · 1 year, 10 months ago
  55. 3b175ba video: Add font functions to the vidconsole API by Simon Glass · 1 year, 11 months ago
  56. e73c611 test: cmd: exit: Add unit test for exit and partly run commands by Marek Vasut · 2 years ago
  57. d623b47 test: cmd: add test for wget command. by Ying-Chun Liu (PaulLiu) · 2 years, 1 month ago
  58. d63c290 test: Disable part of the setexpr test for now by Simon Glass · 2 years ago
  59. 78c060d test: cmd: fdt: Add fdt get value test case by Marek Vasut · 2 years ago
  60. 9e972c3 video: Add commands to list and change fonts by Simon Glass · 2 years, 2 months ago
  61. 84328cf fdt: Show a message when the working FDT changes by Simon Glass · 2 years, 2 months ago
  62. 90a082d test: run setexpr test only on sandbox by Heinrich Schuchardt · 2 years, 2 months ago
  63. 7327b4c test: cmd: add test for temperature command by Robert Marko · 2 years, 3 months ago
  64. e69e1f1 cmd: Add pause command by Samuel Dionne-Riel · 2 years, 3 months ago
  65. f3c6a1d fdt: Start a test for the fdt command by Simon Glass · 2 years, 5 months ago
  66. f2d59c0 addrmap: Support on sandbox by Simon Glass · 2 years, 5 months ago
  67. 433f15a cmd: load: add load command for memory mapped by Rui Miguel Silva · 2 years, 7 months ago
  68. a15900c test: dm: pinmux: Get LED2 udevice in the pinmux test by Marek Vasut · 2 years, 7 months ago
  69. 03cadb6 led: Configure LED default-state on boot by Marek Vasut · 2 years, 8 months ago
  70. 516376f cmd: test: pinmux: Do not check all empty spaces by Michal Simek · 2 years, 9 months ago
  71. 6358207 test: cmd: setexpr: add format string tests by Roland Gaudig · 3 years, 4 months ago
  72. b40399c cmd: pinmux: support pin name in status command by Patrick Delaunay · 3 years, 6 months ago
  73. 8e2345e test: Rename final check in setexpr_test_backref() by Simon Glass · 3 years, 7 months ago
  74. 8a8cd4f sandbox: cros-ec: Add tests for the Chromium OS EC PWM driver by Alper Nebi Yasak · 3 years, 6 months ago
  75. 85c8fc5 display_options: Drop two spaces before the ASCII column by Simon Glass · 3 years, 7 months ago
  76. 69d61a3 hush: Fix assignments being misinterpreted as commands by Sean Anderson · 3 years, 9 months ago
  77. 4d294a7 test: Silenece the echo and print tests by Simon Glass · 3 years, 9 months ago
  78. 0bcbec7 test: cmd: setexpr: Fix a typo by Bin Meng · 3 years, 9 months ago
  79. d280d81 Merge tag 'v2021.04-rc4' into next by Tom Rini · 3 years, 9 months ago
  80. b50211f test: Add a macros for finding tests in linker_lists by Simon Glass · 3 years, 9 months ago
  81. 8f05ec4 test: Correct setexpr test prefix by Simon Glass · 3 years, 9 months ago
  82. 261fc06 test: cmd: Add a basic test for 'addrmap' command by Bin Meng · 3 years, 9 months ago
  83. c33f85e test: missing dependency for test/cmd/setexpr.c by Heinrich Schuchardt · 3 years, 9 months ago
  84. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
  85. 7a9814c test: unit test for echo command by Heinrich Schuchardt · 3 years, 10 months ago
  86. 1d5955f cmd: Add a pwm command by Pragnesh Patel · 4 years ago
  87. 704679d test: correct the test prefix in ut cmd_mem by Patrick Delaunay · 4 years ago
  88. 580a7a5 setexpr: Add support for strings by Simon Glass · 4 years, 1 month ago
  89. 7a11486 setexpr: Correct buffer overflow bug and enable tests by Simon Glass · 4 years, 1 month ago
  90. 28ae25a setexpr: Correct dropping of final unmatched string by Simon Glass · 4 years, 1 month ago
  91. 00e4419 setexpr: Add some tests for buffer overflow and backref by Simon Glass · 4 years, 1 month ago
  92. bbcdba8 test: Add some setexpr regex tests by Simon Glass · 4 years, 1 month ago
  93. 7c19edf setexpr: Add explicit support for 32- and 64-bit ints by Simon Glass · 4 years, 1 month ago
  94. 663a2c1 test: Add some tests for setexpr by Simon Glass · 4 years, 1 month ago
  95. 573c0fa cmd: Update the memory-search command by Simon Glass · 4 years, 4 months ago
  96. 19038de cmd: Add a memory-search command by Simon Glass · 4 years, 6 months ago