1. 385a613 Merge patch series "Fix various bugs" by Tom Rini · Wed Sep 18 13:07:19 2024 -0600
  2. 3a2dc0a test: mbr: Drop a duplicate test by Simon Glass · Sun Sep 01 16:26:34 2024 -0600
  3. 2ca519b test: mbr: Use RAM for the buffers by Simon Glass · Sun Sep 01 16:26:33 2024 -0600
  4. a8c1252 test: mbr: Use a constant for the block size by Simon Glass · Sun Sep 01 16:26:32 2024 -0600
  5. 2a1f169 test: mbr: Unmap the buffers after use by Simon Glass · Sun Sep 01 16:26:31 2024 -0600
  6. 345567c test: mbr: Adjust test to drop 0x by Simon Glass · Sun Sep 01 16:26:22 2024 -0600
  7. 40d2a6e test: mbr: Adjust test to use lower-case hex by Simon Glass · Sun Sep 01 16:26:21 2024 -0600
  8. 390562d Merge patch series "Make LMB memory map global and persistent" by Tom Rini · Tue Sep 03 14:09:30 2024 -0600
  9. 291bf9c lmb: make LMB memory map persistent and global by Sughosh Ganu · Mon Aug 26 17:29:18 2024 +0530
  10. c7f0358 Merge patch series "Tidy up console recording in tests" by Tom Rini · Mon Aug 26 18:52:18 2024 -0600
  11. c579bd4 test: Tidy up checking for console end by Simon Glass · Thu Aug 22 07:58:03 2024 -0600
  12. 5622825 test: cmd: Drop unnecessary console_record_reset_enable() by Simon Glass · Thu Aug 22 07:57:58 2024 -0600
  13. aeee87e test: cmd: Use UTF_CONSOLE in tests by Simon Glass · Thu Aug 22 07:57:57 2024 -0600
  14. 27c46ab test: fdt: Move common code into the setup functions by Simon Glass · Thu Aug 22 07:57:56 2024 -0600
  15. f80a914 test: fdt: Check internal-function return values by Simon Glass · Thu Aug 22 07:57:55 2024 -0600
  16. 11fcfa3 test: Rename UTF_CONSOLE_REC to UTF_CONSOLE by Simon Glass · Thu Aug 22 07:57:50 2024 -0600
  17. d6c52f4 test: Drop the blank line before test macros by Simon Glass · Thu Aug 22 07:57:49 2024 -0600
  18. 1a92f83 test: Rename unit-test flags by Simon Glass · Thu Aug 22 07:57:48 2024 -0600
  19. 00f860f board_f: Move fdt_size to board by Simon Glass · Wed Aug 21 10:19:10 2024 -0600
  20. 7f67b37 board_f: Add a new struct to hold pre-relocation info by Simon Glass · Wed Aug 21 10:19:09 2024 -0600
  21. 6c997e1 Merge patch series "test/overlay: Make this depend on SANDBOX" by Tom Rini · Fri Aug 23 15:59:44 2024 -0600
  22. 0713d7e test/cmd: Move wget test to under a sandbox guard by Tom Rini · Thu Aug 15 21:49:05 2024 -0600
  23. fa55f42 log: Avoid including function names by default by Simon Glass · Thu Aug 22 07:54:56 2024 -0600
  24. 0c4813d sandbox: fix wget test failure after fixing wget issue by Yasuharu Shibata · Wed Aug 14 21:41:07 2024 +0900
  25. 7182182 test: Remove duplicate newlines by Marek Vasut · Sat Jul 13 15:19:33 2024 +0200
  26. 4972f15 Merge patch series "automatically add /chosen/kaslr-seed and deduplicate code" by Tom Rini · Fri Jun 28 17:31:28 2024 -0600
  27. 009d156 test: cmd: fdt: fix chosen test for DM_RNG by Tim Harvey · Tue Jun 18 14:06:09 2024 -0700
  28. dec7ea0 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · Mon May 20 13:35:03 2024 -0600
  29. abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · Sat May 18 20:20:43 2024 -0600
  30. d22d069 test: Remove <common.h> and add needed includes by Tom Rini · Sat Apr 27 08:10:58 2024 -0600
  31. 847f69c cmd: setexpr: fix no matching string in gsub return empty value by Massimiliano Minella · Thu Feb 08 15:58:27 2024 +0100
  32. 2036ad1 test: cmd: mbr: Fix Smatch static checker warning by Alexander Gendin · Sat Feb 03 02:56:19 2024 +0000
  33. 7505d5b test: add test of "cp" shell command by Rasmus Villemoes · Wed Jan 03 11:47:07 2024 +0100
  34. 88934a7 test: font: Add dependencies on fonts by Simon Glass · Sun Oct 01 19:15:19 2023 -0600
  35. 5ad263f test: fdt: Add a special case for real boards by Simon Glass · Sun Oct 01 19:15:18 2023 -0600
  36. 43b9a32 test: bdinfo: Add missing asserts by Simon Glass · Sun Oct 01 19:15:17 2023 -0600
  37. a44bd85 test: Handle use of stack pointer in bdinfo by Simon Glass · Sun Oct 01 19:15:16 2023 -0600
  38. 621a97e test: Add a new suite for commands by Simon Glass · Sun Oct 01 19:15:12 2023 -0600
  39. 949f0fe test: bdinfo: Handle systems without getopt by Marek Vasut · Sun Dec 10 16:01:56 2023 +0100
  40. 5e2bb90 Merge patch series "cmd: bdinfo: Optionally use getopt and implement bdinfo -a" by Tom Rini · Sat Dec 09 08:42:49 2023 -0500
  41. f14a03b test: bdinfo: Test bdinfo -e by Marek Vasut · Sat Oct 07 23:41:06 2023 +0200
  42. 3c5fd09 test: bdinfo: Test bdinfo -m by Marek Vasut · Sat Oct 07 23:41:05 2023 +0200
  43. 2409924 test: bdinfo: Test bdinfo -h by Marek Vasut · Sat Oct 07 23:41:04 2023 +0200
  44. eb0b1db test: bdinfo: Test both bdinfo and bdinfo -a by Marek Vasut · Sat Oct 07 23:41:03 2023 +0200
  45. 391e5c3 test: bdinfo: Rename bdinfo_test_move() to bdinfo_test_full() by Marek Vasut · Sat Oct 07 23:41:02 2023 +0200
  46. 207fc53 test: cmd: mbr: Remove unreachable code by Alexander Gendin · Wed Nov 08 03:05:19 2023 +0000
  47. 038cb02 cmd: mbr: Allow 4 MBR partitions without need for extended by Alexander Gendin · Mon Oct 09 01:24:36 2023 +0000
  48. 4c0bf97 cli: Add a command to show cmdline history by Simon Glass · Sun Oct 01 19:13:06 2023 -0600
  49. 5ad079f arm_ffa: introduce armffa command by Abdellatif El Khlifi · Fri Aug 04 14:33:43 2023 +0100
  50. 74aad48 Revert "Merge branch '2023-07-24-introduce-FF-A-suppport'" by Tom Rini · Mon Jul 24 19:51:05 2023 -0400
  51. fc0a74e arm_ffa: introduce armffa command Sandbox test by Abdellatif El Khlifi · Thu Jul 13 14:28:45 2023 +0100
  52. 5087c77 bdinfo: Show the RAM top and approximate stack pointer by Simon Glass · Sat Jul 15 21:38:46 2023 -0600
  53. 3ddee31 bdinfo: Show information about the serial port by Simon Glass · Wed Jul 12 09:04:37 2023 -0600
  54. 0a5e069 bdinfo: Correct use of assertions by Simon Glass · Tue Jul 11 20:46:30 2023 -0600
  55. 2cd173c test: bdinfo: Add test for command bdinfo by Marek Vasut · Wed May 31 03:03:58 2023 +0200
  56. d578efb test: fdt: Fix copyright message by Marek Vasut · Sat Apr 22 14:59:58 2023 +0200
  57. cc91ed7 fdt: Make fdt addr -q quieter by Peter Hoyes · Tue Mar 21 13:01:16 2023 +0000
  58. b354403 test: exit: fix run_commandf() warnings by Evgeny Bachinin · Mon Mar 20 11:23:14 2023 +0300
  59. e604bc0 test: fdt: fix run_commandf() warnings by Evgeny Bachinin · Mon Mar 20 11:23:13 2023 +0300
  60. e5c05ae test: Add test for new command pci_mps by Stephen Carlson · Fri Mar 10 11:07:15 2023 -0800
  61. ceefc04 test: add tests of 'read' and 'write' shell commands by Rasmus Villemoes · Thu Mar 02 09:12:25 2023 +0100
  62. dc0ccea test: cmd: fdt: Test fdt apply by Marek Vasut · Thu Mar 02 04:08:44 2023 +0100
  63. 8d450da test: cmd: fdt: Test fdt chosen by Marek Vasut · Thu Mar 02 04:08:43 2023 +0100
  64. cd162df test: cmd: fdt: Test fdt rsvmem by Marek Vasut · Thu Mar 02 04:08:42 2023 +0100
  65. 65b6f46 test: cmd: fdt: Test fdt memory by Marek Vasut · Thu Mar 02 04:08:41 2023 +0100
  66. 06c13ed test: cmd: fdt: Test fdt header by Marek Vasut · Thu Mar 02 04:08:39 2023 +0100
  67. 76a652a test: cmd: fdt: Test fdt print and list by Marek Vasut · Thu Mar 02 04:08:32 2023 +0100
  68. bc8c140 test: cmd: fdt: Drop new unneeded curly brackets by Marek Vasut · Fri Mar 10 04:33:14 2023 +0100
  69. 1531c4e test: Wrap assert macros in ({ ... }) and fix missing semicolons by Marek Vasut · Fri Mar 10 04:33:13 2023 +0100
  70. f2def36 test: cmd: fdt: Add list of remaining missing tests by Marek Vasut · Thu Mar 02 04:08:45 2023 +0100
  71. 2081b1d test: cmd: fdt: Test fdt bootcpu by Marek Vasut · Thu Mar 02 04:08:40 2023 +0100
  72. c3e350f test: cmd: fdt: Test fdt rm by Marek Vasut · Thu Mar 02 04:08:38 2023 +0100
  73. e4d26c9 test: cmd: fdt: Test fdt mknode by Marek Vasut · Thu Mar 02 04:08:37 2023 +0100
  74. f180de4 test: cmd: fdt: Test fdt set by Marek Vasut · Thu Mar 02 04:08:36 2023 +0100
  75. ce1b048 test: cmd: fdt: Test fdt get size by Marek Vasut · Thu Mar 02 04:08:35 2023 +0100
  76. cadef86 test: cmd: fdt: Test fdt get addr by Marek Vasut · Thu Mar 02 04:08:34 2023 +0100
  77. 8449993 test: cmd: fdt: Test fdt get name by Marek Vasut · Thu Mar 02 04:08:33 2023 +0100
  78. 6ab4fe2 test: cmd: fdt: Test fdt resize by Marek Vasut · Thu Mar 02 04:08:31 2023 +0100
  79. ddf8620 test: cmd: fdt: Test fdt move by Marek Vasut · Thu Mar 02 04:08:30 2023 +0100
  80. 9f90cad test: cmd: fdt: Test both string and integer arrays in 'fdt get value' by Marek Vasut · Thu Mar 02 04:08:29 2023 +0100
  81. b7517b4 test: cmd: fdt: Test alias resolution in 'fdt get value' by Marek Vasut · Thu Mar 02 04:08:28 2023 +0100
  82. 15503d0 test: cmd: fdt: Generate fuller DT internally and switch fdt get value to it by Marek Vasut · Thu Mar 02 04:08:27 2023 +0100
  83. fbeca45 test: cmd: fdt: Rename fdt_test_get() to fdt_test_get_value() by Marek Vasut · Thu Mar 02 04:08:26 2023 +0100
  84. 6e04a89 test: cmd: fdt: Rename fdt_test_resize() to fdt_test_addr_resize() by Marek Vasut · Thu Mar 02 04:08:25 2023 +0100
  85. 86c6a53 video console: move vidconsole_get_font_size() logic to driver ops by Dzmitry Sankouski · Tue Mar 07 13:21:15 2023 +0300
  86. bef3925 cmd: Add a SEAMA image load command by Linus Walleij · Wed Feb 01 00:16:13 2023 +0100
  87. 3b175ba video: Add font functions to the vidconsole API by Simon Glass · Fri Jan 06 08:52:32 2023 -0600
  88. e73c611 test: cmd: exit: Add unit test for exit and partly run commands by Marek Vasut · Tue Dec 20 07:26:00 2022 +0100
  89. d623b47 test: cmd: add test for wget command. by Ying-Chun Liu (PaulLiu) · Tue Nov 08 14:17:31 2022 +0800
  90. d63c290 test: Disable part of the setexpr test for now by Simon Glass · Tue Nov 22 15:12:10 2022 -0700
  91. 78c060d test: cmd: fdt: Add fdt get value test case by Marek Vasut · Mon Nov 14 22:50:00 2022 +0100
  92. 9e972c3 video: Add commands to list and change fonts by Simon Glass · Thu Oct 06 08:36:16 2022 -0600
  93. 84328cf fdt: Show a message when the working FDT changes by Simon Glass · Tue Oct 11 09:47:12 2022 -0600
  94. 90a082d test: run setexpr test only on sandbox by Heinrich Schuchardt · Sat Oct 01 21:42:35 2022 +0200
  95. 7327b4c test: cmd: add test for temperature command by Robert Marko · Tue Sep 06 13:30:36 2022 +0200
  96. e69e1f1 cmd: Add pause command by Samuel Dionne-Riel · Thu Aug 18 15:44:04 2022 -0400
  97. f3c6a1d fdt: Start a test for the fdt command by Simon Glass · Wed Jul 13 06:06:59 2022 -0600
  98. f2d59c0 addrmap: Support on sandbox by Simon Glass · Wed Jul 13 06:06:58 2022 -0600
  99. 433f15a cmd: load: add load command for memory mapped by Rui Miguel Silva · Wed May 11 10:55:40 2022 +0100
  100. a15900c test: dm: pinmux: Get LED2 udevice in the pinmux test by Marek Vasut · Mon Apr 25 18:33:51 2022 +0200