1. 51fbb59 sandbox: Add a -N flag to control on-host behaviour by Simon Glass · 2 weeks ago
  2. 9a27d9d sandbox: Add a way to show the sandbox memory-mapping by Simon Glass · 4 weeks ago
  3. 9d246ae sandbox_spl: Restrict use of UPL when not enabled by Simon Glass · 8 weeks ago
  4. 85ed77d arch: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD by Simon Glass · 8 weeks ago
  5. 6c6fcc6 xpl: Rename spl_phase_prefix() and spl_phase_name() by Simon Glass · 8 weeks ago
  6. 6b7f9c0 xpl: Rename spl_next_phase() and spl_prev_phase() by Simon Glass · 8 weeks ago
  7. d4dce4a xpl: Rename spl_phase() to xpl_phase() by Simon Glass · 8 weeks ago
  8. db2d101 xpl: Rename spl_phase to xpl_phase_t by Simon Glass · 8 weeks ago
  9. 385a613 Merge patch series "Fix various bugs" by Tom Rini · 9 weeks ago
  10. fd33226 sandbox: Implement reference counting for address mapping by Simon Glass · 3 months ago
  11. 58b7aee sandbox: Unmap old tags by Simon Glass · 3 months ago
  12. 3c2f51e sandbox: Update cpu to use logging by Simon Glass · 3 months ago
  13. b34d39b sandbox: Change the range used for memory-mapping tags by Simon Glass · 3 months ago
  14. c521246 spl: sandbox: initialise the ram banksize in spl by Sughosh Ganu · 3 months ago
  15. e806686 spl: Create a function to init spl_load_info by Simon Glass · 3 months ago
  16. 6056e5a sandbox: Add an SPL loader for UPL by Simon Glass · 4 months ago
  17. 9736b71 sandbox: Add a flag to enable UPL by Simon Glass · 4 months ago
  18. 92f961e sandbox: Set up global_data earlier by Simon Glass · 4 months ago
  19. 3dbd4ae sandbox: Return error code from read/write/seek by Simon Glass · 4 months ago
  20. 0900c79 sandbox: fdt: Avoid overwriting an existing fdt by Simon Glass · 4 months ago
  21. 3661115 test: Move some SPL-loading test-code into sandbox common by Simon Glass · 4 months ago
  22. 61eda3a sandbox: Fix a comment in os_find_u_boot() by Simon Glass · 4 months ago
  23. f1c9e61 sandbox: Use const in os_jump_to_file() by Simon Glass · 4 months ago
  24. 1e31fb8 sandbox: Remove duplicate newlines by Marek Vasut · 4 months ago
  25. 4b4005e sandbox: cleanup linker scripts and sections by Ilias Apalodimas · 5 months ago
  26. 118b988 sandbox: use sane access rights for files by Heinrich Schuchardt · 8 months ago
  27. 8ac326d sandbox: don't call os_close with invalid file descriptor by Heinrich Schuchardt · 8 months ago
  28. 3efaa0e sandbox: missing return value checks in eth-raw-os by Heinrich Schuchardt · 11 months ago
  29. 3f60914 Merge patch series "net fixes prior lwip" by Tom Rini · 11 months ago
  30. 2e84c23 sandbox: eth-raw-os: successful return code is 0 by Maxim Uvarov · 11 months ago
  31. 13692b3 Merge patch series "Complete decoupling of bootm logic from commands" by Tom Rini · 11 months ago
  32. 0841287 sandbox: bootm: Enable more bootm OS methods by Simon Glass · 11 months ago
  33. ada64ac sandbox: Audit config.h and common.h usage by Tom Rini · 12 months ago
  34. ee20d66 Merge tag 'v2024.01-rc3' into next by Tom Rini · 1 year ago
  35. 988996f arch: sandbox: Add function to create temporary files by Sean Anderson · 1 year, 1 month ago
  36. c7bc6cd sandbox: Close file after mmaping it by Sean Anderson · 1 year, 1 month ago
  37. a98850c sandbox: eliminate unused functions from binaries by Heinrich Schuchardt · 1 year, 1 month ago
  38. c4f86c0 test: spl: Add a test for the NET load method by Sean Anderson · 1 year, 1 month ago
  39. f65dcc0 test: spl: Add functions to create images by Sean Anderson · 1 year, 1 month ago
  40. 44c925d sandbox: Support -T in spl by Sean Anderson · 1 year, 1 month ago
  41. 0b465d6 sandbox: fix spl_board_init by Heinrich Schuchardt · 1 year, 2 months ago
  42. 27191f1 sandbox: Only read the state if we have a state file by Simon Glass · 1 year, 2 months ago
  43. 22c793a sandbox: Move reading the RAM buffer into a better place by Simon Glass · 1 year, 2 months ago
  44. adad2d0 spl: Use SYS_MALLOC_F instead of SYS_MALLOC_F_LEN by Simon Glass · 1 year, 2 months ago
  45. b8357c1 event: Convert existing spy records to simple by Simon Glass · 1 year, 3 months ago
  46. 528a0f6 sandbox: Add a way to access persistent test files by Simon Glass · 1 year, 3 months ago
  47. 479f4a0 sandbox: Fix quiting when the LCD window is closed by Simon Glass · 1 year, 6 months ago
  48. 2d2ae36 sandbox: Add a dummy dcache_status() function by Emanuele Ghidoli · 1 year, 6 months ago
  49. 21c8dd9 sandbox: disable tracing before unmapping RAM by Pavel Skripkin · 1 year, 8 months ago
  50. 6db1b65 sandbox: fix return type of os_filesize() by Heinrich Schuchardt · 1 year, 8 months ago
  51. 2722a9b sandbox: mark sandbox_exit() as no return. by Heinrich Schuchardt · 1 year, 8 months ago
  52. 32f7295 sandbox64: fix: return unsigned long in readq() by Abdellatif El Khlifi · 1 year, 7 months ago
  53. 4937be0 sandbox: Allow SPI flash bootdevs to be disabled for tests by Simon Glass · 1 year, 10 months ago
  54. 66014cc sandbox: Allow ethernet to be disabled at runtime by Simon Glass · 1 year, 10 months ago
  55. fb52b94 global: Migrate CONFIG_MALLOC_F_ADDR to CFG by Tom Rini · 2 years ago
  56. a63bea9 Merge tag 'v2023.01-rc4' into next by Tom Rini · 2 years ago
  57. bb4dd96 global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_* by Tom Rini · 2 years ago
  58. 2712d39 sandbox: fix sound driver by Heinrich Schuchardt · 2 years ago
  59. 85ba7c3 test: Add a way to detect a test that breaks another by Simon Glass · 2 years, 1 month ago
  60. d78aa75 vbe: Support reading the next SPL phase via VBE by Simon Glass · 2 years, 1 month ago
  61. a87cd0c sandbox: Support obtaining the next phase from an image by Simon Glass · 2 years, 1 month ago
  62. f0b534f sandbox: Add a way to specify the sandbox executable by Simon Glass · 2 years, 1 month ago
  63. 4aa6a9b sandbox: Generalise SPL booting by Simon Glass · 2 years, 1 month ago
  64. 5cda70f sandbox: Drop message about writing sandbox state by Simon Glass · 2 years, 1 month ago
  65. 1f1614b test: Support tests which can only be run manually by Simon Glass · 2 years, 1 month ago
  66. ae400f3 sandbox: add SIGALRM-based watchdog device by Rasmus Villemoes · 2 years, 2 months ago
  67. 57b00a9 sandbox: Support setting up the other FDT for testing by Simon Glass · 2 years, 3 months ago
  68. f17b967 sandbox: Support loading the other FDT by Simon Glass · 2 years, 3 months ago
  69. d74c461 sandbox: Add a function to load a relative file path by Simon Glass · 2 years, 3 months ago
  70. 79cb241 sandbox: unblock signal before calling execv() by Heinrich Schuchardt · 2 years, 3 months ago
  71. 4acd1a0 sandbox: Add function os_flush() by Pali Rohár · 2 years, 3 months ago
  72. 91a187b test: Allow running tests multiple times by Simon Glass · 2 years, 4 months ago
  73. 6fd60e9 sandbox: show error if the device-tree cannot be loaded by Heinrich Schuchardt · 2 years, 8 months ago
  74. bb63ea8 sandbox: add function os_printf() by Heinrich Schuchardt · 2 years, 8 months ago
  75. 2b40f80 sandbox: Add libfuzzer integration by Andrew Scull · 2 years, 6 months ago
  76. ca5d137 sandbox: Decouple program entry from sandbox init by Andrew Scull · 2 years, 6 months ago
  77. 5a9095c linker_lists: Rename sections to remove . prefix by Andrew Scull · 2 years, 6 months ago
  78. c6cb99b sandbox: Rename getopt sections by Andrew Scull · 2 years, 6 months ago
  79. 17d0fa3 sandbox: Rename EFI runtime sections by Andrew Scull · 2 years, 6 months ago
  80. 9a3adfa sandbox: Avoid binman error when run without device tree by Simon Glass · 2 years, 7 months ago
  81. c86e620 sandbox: Add a build for VPL by Simon Glass · 2 years, 7 months ago
  82. c030b40 sandbox: Align linker lists to a 32-byte boundary by Simon Glass · 2 years, 8 months ago
  83. d56c6f4 sandbox: Correct loss of early output in SPL by Simon Glass · 2 years, 8 months ago
  84. 9ee7b73 sandbox: Add the handoff header for spl by Simon Glass · 2 years, 9 months ago
  85. 40f1abe sandbox: Show a message when writing out the ram buffer by Simon Glass · 2 years, 9 months ago
  86. f1c5191 event: Convert misc_init_f() to use events by Simon Glass · 2 years, 9 months ago
  87. fe143ee sandbox: start: Sort the header files by Simon Glass · 2 years, 9 months ago
  88. 881b90f sandbox: fix build failure with musl and SDL by Heinrich Schuchardt · 2 years, 10 months ago
  89. d6d7adb sandbox: eth-raw: fix building with musl library by Heinrich Schuchardt · 2 years, 10 months ago
  90. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 10 months ago
  91. 011a1e0 sandbox: compatibility of os_get_filesize() by Heinrich Schuchardt · 2 years, 11 months ago
  92. cce7480 video: sandbox: Avoid duplicate display windows by Simon Glass · 3 years ago
  93. c3cfd76 sandbox: video: Support 8bpp depth by Simon Glass · 3 years ago
  94. 92ebac7 sandbox: replace putchar(ch) by fputc(ch, stdout) by Heinrich Schuchardt · 3 years ago
  95. 769c468 Merge tag 'v2022.01-rc3' into next by Tom Rini · 3 years ago
  96. 5c1fd58 sandbox: Support unmapping a file by Simon Glass · 3 years, 1 month ago
  97. 7fb7254 sandbox: poweroff in efi_system_reset() by Heinrich Schuchardt · 3 years ago
  98. ab5348a sandbox: Remove OF_HOSTFILE by Ilias Apalodimas · 3 years, 1 month ago
  99. e4c25c8 sandbox: Add a way to map a file into memory by Simon Glass · 3 years, 3 months ago
  100. 7b9cf84f sandbox: Add a way to find the size of a file by Simon Glass · 3 years, 3 months ago