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