1. 825a9a9 sandbox: fix sandbox_reset() by Heinrich Schuchardt · 3 years, 5 months ago
  2. 3beba4a sandbox: ensure that state->ram_buf is in low memory by Heinrich Schuchardt · 3 years, 5 months ago
  3. 85f718f sandbox: Support signal handling only when requested by Simon Glass · 3 years, 7 months ago
  4. 205b9f5 sandbox: correct determination of the text base by Heinrich Schuchardt · 3 years, 5 months ago
  5. d1f81fd sandbox: use sections instead of symbols for getopt array boundaries by Marek Behún · 3 years, 5 months ago
  6. bef1b28 sandbox: Drop the 'starting...' message by Simon Glass · 3 years, 8 months ago
  7. b308d9f sandbox: Avoid using malloc() for system state by Simon Glass · 3 years, 9 months ago
  8. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 4 years ago
  9. b680c553 sandbox: fix sandbox_cmdline_cb_test_fdt() by Heinrich Schuchardt · 3 years, 10 months ago
  10. a4918b2 test: add test for dropped trace before log_init by Patrick Delaunay · 3 years, 11 months ago
  11. 10bb90f sandbox: remove ram buffer file when U-Boot is loaded by SPL by Patrick Delaunay · 4 years ago
  12. 9c54729 sandbox: implement runtime system reset by Heinrich Schuchardt · 3 years, 11 months ago
  13. b46f30a sandbox: add handler for exceptions by Heinrich Schuchardt · 4 years ago
  14. 329dccc sandbox: implement reset by Heinrich Schuchardt · 4 years ago
  15. a8b1fbc dm: test: Drop of-platdata pytest by Simon Glass · 4 years ago
  16. 22b29cc sandbox: Allow selection of SPL unit tests by Simon Glass · 4 years ago
  17. b25ff5c dm: test: Add a way to run SPL tests by Simon Glass · 4 years ago
  18. 691d719 common: Drop init.h from common header by Simon Glass · 4 years, 5 months ago
  19. 6be88c7 sandbox: sdl: Add an option to double the screen size by Simon Glass · 4 years, 9 months ago
  20. 3ff6fe5 sandbox: Add a new header for the system malloc() by Simon Glass · 4 years, 9 months ago
  21. 4209be3 sandbox: Sort the help options by Simon Glass · 4 years, 9 months ago
  22. 19464f4 cli: Make the sandbox board_run_command the default by Sean Anderson · 4 years, 10 months ago
  23. 288b29e common: Move command functions out of common.h by Simon Glass · 5 years ago
  24. 189882c sandbox: Add a -T flag to use the test device tree by Simon Glass · 5 years ago
  25. 5dbe794 sandbox: Drop the printf() in setup_ram_buf() by Simon Glass · 6 years ago
  26. 001d188 sandbox: Improve debugging in initcall_run_list() by Simon Glass · 6 years ago
  27. a65d1a0 sandbox: Zero the ram buffer on startup by Simon Glass · 6 years ago
  28. d66ddaf sandbox: Add a new 'sb' command by Simon Glass · 6 years ago
  29. 1ca910b sandbox: Add an option to display of-platdata in SPL by Simon Glass · 6 years ago
  30. 1c5a81d sandbox: Remove the old memory file later by Simon Glass · 6 years ago
  31. 2b1dc29 sandbox: Add a flag to set the default log level by Simon Glass · 6 years ago
  32. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  33. 1fc50d7 sandbox: use CONFIG_VAL(SYS_MALLOC_F_LEN) to distinguish malloc pool size before relocation by Andy Yan · 7 years ago
  34. 6896977 board_f: sandbox: Move sandbox_early_getopt_check() into misc_init_f() by Simon Glass · 8 years ago
  35. bb96724 board_f: sandbox: Move setup_ram_buf() to private code by Simon Glass · 8 years ago
  36. d0d0746 sandbox: Don't include the main loop in SPL by Simon Glass · 8 years ago
  37. 2b6793d sandbox: Avoid calling commands when not available by Simon Glass · 9 years ago
  38. 9ce8b40 test: Record and silence console in tests by Simon Glass · 9 years ago
  39. 3806882 sandbox: Add missing errno.h includes in a few files by Simon Glass · 9 years ago
  40. ebaa832 sandbox: Don't try distro_bootcmd by default by Sjoerd Simons · 9 years ago
  41. 88539e4 sandbox: Return '-c command' exit value as sandbox exit code by Joe Hershberger · 10 years ago
  42. 1f32ae9 sandbox: Add a -D option to use a default device tree by Simon Glass · 10 years ago
  43. f80a8bb sandbox: Fix warnings in cpu.c and os.c by Simon Glass · 10 years ago
  44. b414119 linux/kernel.h: sync min, max, min3, max3 macros with Linux by Masahiro Yamada · 10 years ago
  45. 7dbcb76 sandbox: init cli for -c by Rabin Vincent · 10 years ago
  46. 29afe9e sandbox: Support pre-relocation malloc() by Simon Glass · 10 years ago
  47. 4d94dfa sandbox: Set up global data before board_init_f() by Simon Glass · 10 years ago
  48. ab839dc sandbox: Add options to clean up temporary files by Simon Glass · 11 years ago
  49. ffb8790 sandbox: Allow Ctrl-C to work in sandbox by Simon Glass · 11 years ago
  50. 7d95f2a sandbox: Add LCD driver by Simon Glass · 11 years ago
  51. bda7773 sandbox: Add -j option to indicate a jump from a previous U-Boot by Simon Glass · 11 years ago
  52. 1209e27 sandbox: Add facility to save/restore sandbox state by Simon Glass · 11 years ago
  53. 5c2859c sandbox: Allow reading/writing of RAM buffer by Simon Glass · 11 years ago
  54. c5a62d4 sandbox: Add -i option to enter interactive mode by Simon Glass · 11 years ago
  55. 808434c sandbox: Allow return from board_init_f() by Simon Glass · 11 years ago
  56. 6ebcab8 sandbox: Correct help message <arg> garbling by Simon Glass · 11 years ago
  57. 7b3efc6 sandbox: Rename sb_cmdline_option to sandbox_cmdline_option by Simon Glass · 11 years ago
  58. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  59. 39042d8 sandbox: Allow -c argument to provide a command list by Simon Glass · 12 years ago
  60. f828bf2 sandbox: Add CONFIG_OF_HOSTFILE to read FDT from host file by Simon Glass · 12 years ago
  61. 8ec21bb sandbox: fix compiler warning by Allen Martin · 12 years ago
  62. 61ddce0 sandbox: Use the new run_command() by Simon Glass · 13 years ago
  63. 70db421 sandbox: add getopt support by Simon Glass · 13 years ago
  64. ab4e07e sandbox: allow processing before main loop by Simon Glass · 13 years ago
  65. 6fb6207 sandbox: add concept of sandbox state by Simon Glass · 13 years ago
  66. fec79ac sandbox: drop unused return by Mike Frysinger · 13 years ago
  67. bace3d0 sandbox: Add main program by Simon Glass · 13 years ago