1. e25c34d x86: coreboot: Add a command to check and update CMOS RAM by Simon Glass · 3 months ago
  2. d04c23f x86: coreboot: Show the option table by Simon Glass · 3 months ago
  3. bde8690 x86: coreboot: Add a test for cbsysinfo command by Simon Glass · 3 months ago
  4. 15a55db test/cmd/mem_copy.c: Use CONFIG_SYS_LOAD_ADDR for base by Tom Rini · 3 months ago
  5. a87884f test/cmd: Make some "ut dm" tests only available on sandbox by Tom Rini · 3 months ago
  6. 9252b7f meminfo: Show the lmb records by Simon Glass · 3 months ago
  7. f18c048 cmd: Update the meminfo command to show the memory map by Simon Glass · 3 months ago
  8. c4e5826 x86: Add msr command by Simon Glass · 5 months ago
  9. 557767f x86: Add a cpuid command by Simon Glass · 5 months ago
  10. f0feda9 coreboot: Switch to a monospaced font by Simon Glass · 1 year ago
  11. 112eb85 video: Allow querying the font size by Simon Glass · 1 year ago
  12. 8cb3303 net: introduce alternative implementation as net/lwip/ by Jerome Forissier · 3 months ago
  13. c17805e Merge patch series "Fix various bugs" by Tom Rini · 4 months ago
  14. 017b441 test: mbr: Drop a duplicate test by Simon Glass · 5 months ago
  15. 6cfc777 test: mbr: Use RAM for the buffers by Simon Glass · 5 months ago
  16. e9d8995 test: mbr: Use a constant for the block size by Simon Glass · 5 months ago
  17. 705cc13 test: mbr: Unmap the buffers after use by Simon Glass · 5 months ago
  18. e7474ac test: mbr: Adjust test to drop 0x by Simon Glass · 5 months ago
  19. 1c9b37e test: mbr: Adjust test to use lower-case hex by Simon Glass · 5 months ago
  20. 360aadd Merge patch series "Make LMB memory map global and persistent" by Tom Rini · 4 months ago
  21. ed17a33 lmb: make LMB memory map persistent and global by Sughosh Ganu · 5 months ago
  22. 9735cfa Merge patch series "Tidy up console recording in tests" by Tom Rini · 5 months ago
  23. e6f498e test: Tidy up checking for console end by Simon Glass · 5 months ago
  24. 0af38d1 test: cmd: Drop unnecessary console_record_reset_enable() by Simon Glass · 5 months ago
  25. 0e77c2b test: cmd: Use UTF_CONSOLE in tests by Simon Glass · 5 months ago
  26. 2b60f8c test: fdt: Move common code into the setup functions by Simon Glass · 5 months ago
  27. b813303 test: fdt: Check internal-function return values by Simon Glass · 5 months ago
  28. 9b99762 test: Rename UTF_CONSOLE_REC to UTF_CONSOLE by Simon Glass · 5 months ago
  29. b073d48 test: Drop the blank line before test macros by Simon Glass · 5 months ago
  30. 725c438 test: Rename unit-test flags by Simon Glass · 5 months ago
  31. 5019d32 board_f: Move fdt_size to board by Simon Glass · 5 months ago
  32. 6abd992 board_f: Add a new struct to hold pre-relocation info by Simon Glass · 5 months ago
  33. 7670200 Merge patch series "test/overlay: Make this depend on SANDBOX" by Tom Rini · 5 months ago
  34. 2191c11 test/cmd: Move wget test to under a sandbox guard by Tom Rini · 5 months ago
  35. dfc0acd log: Avoid including function names by default by Simon Glass · 5 months ago
  36. dbb6b5a sandbox: fix wget test failure after fixing wget issue by Yasuharu Shibata · 5 months ago
  37. dcc7470 test: Remove duplicate newlines by Marek Vasut · 6 months ago
  38. 48641bf Merge patch series "automatically add /chosen/kaslr-seed and deduplicate code" by Tom Rini · 7 months ago
  39. f485a99 test: cmd: fdt: fix chosen test for DM_RNG by Tim Harvey · 7 months ago
  40. 03de305 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · 8 months ago
  41. d678a59 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · 8 months ago
  42. 752ed08 test: Remove <common.h> and add needed includes by Tom Rini · 9 months ago
  43. 4c73630 cmd: setexpr: fix no matching string in gsub return empty value by Massimiliano Minella · 11 months ago
  44. 8904e93 test: cmd: mbr: Fix Smatch static checker warning by Alexander Gendin · 12 months ago
  45. 13f4c85 test: add test of "cp" shell command by Rasmus Villemoes · 1 year ago
  46. 078c6e2 test: font: Add dependencies on fonts by Simon Glass · 1 year, 4 months ago
  47. 40565bb test: fdt: Add a special case for real boards by Simon Glass · 1 year, 4 months ago
  48. 3535f60 test: bdinfo: Add missing asserts by Simon Glass · 1 year, 4 months ago
  49. 80a8a2e test: Handle use of stack pointer in bdinfo by Simon Glass · 1 year, 4 months ago
  50. 4001e5a test: Add a new suite for commands by Simon Glass · 1 year, 4 months ago
  51. be4a5f7 test: bdinfo: Handle systems without getopt by Marek Vasut · 1 year, 1 month ago
  52. e54987d Merge patch series "cmd: bdinfo: Optionally use getopt and implement bdinfo -a" by Tom Rini · 1 year, 1 month ago
  53. 3ff2d79 test: bdinfo: Test bdinfo -e by Marek Vasut · 1 year, 3 months ago
  54. 2696f3a test: bdinfo: Test bdinfo -m by Marek Vasut · 1 year, 3 months ago
  55. 8827a38 test: bdinfo: Test bdinfo -h by Marek Vasut · 1 year, 3 months ago
  56. 4823b05 test: bdinfo: Test both bdinfo and bdinfo -a by Marek Vasut · 1 year, 3 months ago
  57. 5bd32a9 test: bdinfo: Rename bdinfo_test_move() to bdinfo_test_full() by Marek Vasut · 1 year, 3 months ago
  58. a40f35f test: cmd: mbr: Remove unreachable code by Alexander Gendin · 1 year, 2 months ago
  59. 04291ee cmd: mbr: Allow 4 MBR partitions without need for extended by Alexander Gendin · 1 year, 3 months ago
  60. 33eb0b9 cli: Add a command to show cmdline history by Simon Glass · 1 year, 4 months ago
  61. f16a48f arm_ffa: introduce armffa command by Abdellatif El Khlifi · 1 year, 6 months ago
  62. 94e7cb1 Revert "Merge branch '2023-07-24-introduce-FF-A-suppport'" by Tom Rini · 1 year, 6 months ago
  63. 20e2b99 arm_ffa: introduce armffa command Sandbox test by Abdellatif El Khlifi · 1 year, 6 months ago
  64. b279f51 bdinfo: Show the RAM top and approximate stack pointer by Simon Glass · 1 year, 6 months ago
  65. 347a845 bdinfo: Show information about the serial port by Simon Glass · 1 year, 6 months ago
  66. 2c522af bdinfo: Correct use of assertions by Simon Glass · 1 year, 6 months ago
  67. bf52766 test: bdinfo: Add test for command bdinfo by Marek Vasut · 1 year, 8 months ago
  68. f53e973 test: fdt: Fix copyright message by Marek Vasut · 1 year, 9 months ago
  69. b4fae89 fdt: Make fdt addr -q quieter by Peter Hoyes · 1 year, 10 months ago
  70. 49b7d69 test: exit: fix run_commandf() warnings by Evgeny Bachinin · 1 year, 10 months ago
  71. 0d73c23 test: fdt: fix run_commandf() warnings by Evgeny Bachinin · 1 year, 10 months ago
  72. 447dfbc test: Add test for new command pci_mps by Stephen Carlson · 1 year, 10 months ago
  73. 20c5c45 test: add tests of 'read' and 'write' shell commands by Rasmus Villemoes · 1 year, 11 months ago
  74. c5fe73e test: cmd: fdt: Test fdt apply by Marek Vasut · 1 year, 11 months ago
  75. 77291e6 test: cmd: fdt: Test fdt chosen by Marek Vasut · 1 year, 11 months ago
  76. 50daa2e test: cmd: fdt: Test fdt rsvmem by Marek Vasut · 1 year, 11 months ago
  77. d9b4c9f test: cmd: fdt: Test fdt memory by Marek Vasut · 1 year, 11 months ago
  78. 927e03b test: cmd: fdt: Test fdt header by Marek Vasut · 1 year, 11 months ago
  79. b0cd7cc test: cmd: fdt: Test fdt print and list by Marek Vasut · 1 year, 11 months ago
  80. a96dea2 test: cmd: fdt: Drop new unneeded curly brackets by Marek Vasut · 1 year, 10 months ago
  81. fa847bb test: Wrap assert macros in ({ ... }) and fix missing semicolons by Marek Vasut · 1 year, 10 months ago
  82. 3998b45 test: cmd: fdt: Add list of remaining missing tests by Marek Vasut · 1 year, 11 months ago
  83. 2628151 test: cmd: fdt: Test fdt bootcpu by Marek Vasut · 1 year, 11 months ago
  84. e46a438 test: cmd: fdt: Test fdt rm by Marek Vasut · 1 year, 11 months ago
  85. 6c28594 test: cmd: fdt: Test fdt mknode by Marek Vasut · 1 year, 11 months ago
  86. 8bd49a8 test: cmd: fdt: Test fdt set by Marek Vasut · 1 year, 11 months ago
  87. 66e975a test: cmd: fdt: Test fdt get size by Marek Vasut · 1 year, 11 months ago
  88. b6d1dec test: cmd: fdt: Test fdt get addr by Marek Vasut · 1 year, 11 months ago
  89. 890d3fc test: cmd: fdt: Test fdt get name by Marek Vasut · 1 year, 11 months ago
  90. 8fa2835 test: cmd: fdt: Test fdt resize by Marek Vasut · 1 year, 11 months ago
  91. 0572872 test: cmd: fdt: Test fdt move by Marek Vasut · 1 year, 11 months ago
  92. f1df20a test: cmd: fdt: Test both string and integer arrays in 'fdt get value' by Marek Vasut · 1 year, 11 months ago
  93. 39e0727 test: cmd: fdt: Test alias resolution in 'fdt get value' by Marek Vasut · 1 year, 11 months ago
  94. d672976 test: cmd: fdt: Generate fuller DT internally and switch fdt get value to it by Marek Vasut · 1 year, 11 months ago
  95. 025b9d8 test: cmd: fdt: Rename fdt_test_get() to fdt_test_get_value() by Marek Vasut · 1 year, 11 months ago
  96. ab40faf test: cmd: fdt: Rename fdt_test_resize() to fdt_test_addr_resize() by Marek Vasut · 1 year, 11 months ago
  97. 4f6e348 video console: move vidconsole_get_font_size() logic to driver ops by Dzmitry Sankouski · 1 year, 11 months ago
  98. 41a29f2 cmd: Add a SEAMA image load command by Linus Walleij · 2 years ago
  99. 0e38bd8 video: Add font functions to the vidconsole API by Simon Glass · 2 years ago
  100. f08dcd9 test: cmd: exit: Add unit test for exit and partly run commands by Marek Vasut · 2 years, 1 month ago