1. b8b9237 sandbox: correct determination of the text base by Heinrich Schuchardt · 3 years, 7 months ago
  2. 184c4af sandbox: use sections instead of symbols for getopt array boundaries by Marek Behún · 3 years, 6 months ago
  3. caf5d8c sandbox: define __dyn_sym_start, dyn_sym_end by Heinrich Schuchardt · 3 years, 8 months ago
  4. 1b0851f sandbox: Correct uninit conflict by Simon Glass · 3 years, 9 months ago
  5. dafc5d7 sandbox: Only delete the executable if requested by Simon Glass · 3 years, 9 months ago
  6. 07f2e80 sandbox: Define a region for device priv/plat data by Simon Glass · 3 years, 9 months ago
  7. df8b8f5 sandbox: Drop debug message in os_spl_to_uboot() by Simon Glass · 3 years, 9 months ago
  8. b90e487 sandbox: Update os_find_u_boot() to find the .img file by Simon Glass · 3 years, 9 months ago
  9. 1ef74ab test: Allow SPL to run any available test by Simon Glass · 3 years, 9 months ago
  10. a1add9d test: Rename test-main.c to test-dm.c by Simon Glass · 3 years, 9 months ago
  11. 46c0374 sandbox: Drop the 'starting...' message by Simon Glass · 3 years, 9 months ago
  12. e00efa9 sandbox: Write out bloblist when exiting by Simon Glass · 3 years, 10 months ago
  13. edd094e sandbox: Avoid using malloc() for system state by Simon Glass · 3 years, 10 months ago
  14. 4c902fa sandbox: Add os_realloc() by Simon Glass · 3 years, 10 months ago
  15. 6f14d5f reset: Remove addr parameter from reset_cpu() by Harald Seiler · 4 years ago
  16. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
  17. c0d1a00 sandbox: keep time offset when resetting by Heinrich Schuchardt · 4 years ago
  18. 9f4821f sandbox: fix sandbox_cmdline_cb_test_fdt() by Heinrich Schuchardt · 4 years ago
  19. 053156d test: add test for dropped trace before log_init by Patrick Delaunay · 4 years ago
  20. 6daf905 sandbox: remove ram buffer file when U-Boot is loaded by SPL by Patrick Delaunay · 4 years ago
  21. 47c5e19 sandbox: implement invalidate_icache_all() by Heinrich Schuchardt · 4 years ago
  22. 43eb872 sandbox: implement runtime system reset by Heinrich Schuchardt · 4 years ago
  23. 28eb509 sandbox: add handler for exceptions by Heinrich Schuchardt · 4 years, 1 month ago
  24. 1c67844 sandbox: implement reset by Heinrich Schuchardt · 4 years, 1 month ago
  25. fc96df6 sandbox: use O_CLOEXEC in os_open() by Heinrich Schuchardt · 4 years, 1 month ago
  26. 69db2ee sandbox: eth-raw: do not close the console input by Heinrich Schuchardt · 4 years, 1 month ago
  27. 10a2cd3 dm: test: Drop of-platdata pytest by Simon Glass · 4 years, 1 month ago
  28. eff9658 sandbox: Allow selection of SPL unit tests by Simon Glass · 4 years, 1 month ago
  29. a4e289b dm: test: Add a way to run SPL tests by Simon Glass · 4 years, 1 month ago
  30. 6d75486 sandbox: make SDL window resizable by Heinrich Schuchardt · 4 years, 2 months ago
  31. 6ce563b sandbox: add missing SDL key scan codes by Heinrich Schuchardt · 4 years, 2 months ago
  32. 0230cf6 sandbox: u-boot.lds: Remove bogus __bss_start symbol by Ovidiu Panait · 4 years, 3 months ago
  33. 16d485e sandbox: Move section u_boot_list to make it RW by Walter Lozano · 4 years, 5 months ago
  34. deaa25c sandbox: handling out of memory by Heinrich Schuchardt · 4 years, 6 months ago
  35. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
  36. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  37. 9758973 common: Drop init.h from common header by Simon Glass · 4 years, 7 months ago
  38. 1ea9789 common: Drop bootstage.h from common header by Simon Glass · 4 years, 7 months ago
  39. 2b72ad2 sandbox: also restore terminal settings when killed by SIGINT by Rasmus Villemoes · 4 years, 10 months ago
  40. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 10 months ago
  41. f91de0b sandbox: sdl: Add an option to double the screen size by Simon Glass · 4 years, 10 months ago
  42. b6f4c1c sandbox: sdl: Move to use SDL2 by Simon Glass · 4 years, 10 months ago
  43. 4b0e121 sandbox: sdl: Support waiting for audio to complete by Simon Glass · 4 years, 10 months ago
  44. f0e2f42 sandbox: sdl: Improve error handling by Simon Glass · 4 years, 10 months ago
  45. 840a868 sandbox: Add comments to the sdl struct by Simon Glass · 4 years, 10 months ago
  46. 30f9205 sandbox: Add a new header for the system malloc() by Simon Glass · 4 years, 10 months ago
  47. 0a4eabb sandbox: Ensure that long-options array is terminated by Simon Glass · 4 years, 10 months ago
  48. 9562d4c sandbox: Drop os_realloc() by Simon Glass · 4 years, 10 months ago
  49. fa25226 sandbox: Drop use of special os_malloc() where possible by Simon Glass · 4 years, 10 months ago
  50. ec09a18 sandbox: Rename 'free' variable by Simon Glass · 4 years, 10 months ago
  51. 11c92b1 sandbox: Sort the help options by Simon Glass · 4 years, 10 months ago
  52. 41f0a66 cli: Make the sandbox board_run_command the default by Sean Anderson · 4 years, 11 months ago
  53. f11478f common: Move hang() to the same header as panic() by Simon Glass · 5 years ago
  54. c2dbcd4 sandbox: Disable mmio by default in tests by Simon Glass · 5 years ago
  55. adaaa48 common: Move command functions out of common.h by Simon Glass · 5 years ago
  56. 6333448 common: Move ARM cache operations out of common.h by Simon Glass · 5 years ago
  57. 05a1684 sandbox: use correct type reading /proc/self/maps by Heinrich Schuchardt · 5 years ago
  58. d80cda2 sandbox: Drop 'const' from sandbox_write() by Simon Glass · 5 years ago
  59. 0a341a7 sandbox: Allow use of real I/O with readl(), etc. by Simon Glass · 5 years ago
  60. 3c3968f sandbox: Add a -T flag to use the test device tree by Simon Glass · 5 years ago
  61. c5d2720 spl: Add an arch-specific hook for writing to SPL handoff by Simon Glass · 5 years ago
  62. 25394e7 sysreset: switch to using SYSRESET_POWER_OFF for poweroff by Urja Rannikko · 6 years ago
  63. e55cc06 sandbox: Add a comment to board_init_f() by Simon Glass · 6 years ago
  64. fb9128d sandbox: spl: Lower priority of standard loader by Simon Glass · 6 years ago
  65. 2fe5b91 sandbox: Exit when SYSRESET_POWER_OFF is requested by Simon Glass · 6 years ago
  66. cd3705e sandbox: Drop the printf() in setup_ram_buf() by Simon Glass · 6 years ago
  67. fc2dde8 sandbox: Correct maths in allocation routines by Simon Glass · 6 years ago
  68. 752707a sandbox: Improve debugging in initcall_run_list() by Simon Glass · 6 years ago
  69. 0948af2 sandbox: Correct SDL build flags by Simon Glass · 6 years ago
  70. 658a874 dm: sandbox: Allow selection of sample rate and channels by Simon Glass · 6 years ago
  71. ab6dbe6 dm: sound: Complete migration to driver model by Simon Glass · 6 years ago
  72. 3e61017 dm: sandbox: sound: Convert to use driver model by Simon Glass · 6 years ago
  73. 0d22f41 dm: sandbox: Update sound to use two buffers by Simon Glass · 6 years ago
  74. 66cf8f7 sandbox: Use 'extras' to specify 'head' files by Simon Glass · 6 years ago
  75. 24a284a sandbox: Zero the ram buffer on startup by Simon Glass · 6 years ago
  76. 38c2eae sandbox: Check the filename in jump_to_image_no_args() by Simon Glass · 6 years ago
  77. 23eabbb sandbox: Fix up the debug message for the image filename by Simon Glass · 6 years ago
  78. f2af76b sandbox: Use memmove() to move overlapping regions by Simon Glass · 6 years ago
  79. 27cee44 sandbox: Enable sound by Simon Glass · 6 years ago
  80. 0d7e681 sound: sandbox: Use the correct frequency by Simon Glass · 6 years ago
  81. ddad032 sound: Add sample rate as a parameter for square wave by Simon Glass · 6 years ago
  82. cca2552 sandbox: Boot in U-Boot through the standard call by Simon Glass · 6 years ago
  83. 7465f00 sandbox: Filter arguments when starting U-Boot by Simon Glass · 6 years ago
  84. 6009763 sandbox: Use malloc() and free() from os layer by Simon Glass · 6 years ago
  85. 7dafd02 sandbox: Refactor code to create os_jump_to_file() by Simon Glass · 6 years ago
  86. 46508c9 sandbox: Add a new 'sb' command by Simon Glass · 6 years ago
  87. b5dfea8 sandbox: Add an option to display of-platdata in SPL by Simon Glass · 6 years ago
  88. 8d176d8 sandbox: Add a function to read a host file by Simon Glass · 6 years ago
  89. fa4bf41 sandbox: remove stray DEBUG by Heinrich Schuchardt · 6 years ago
  90. 57ba942 sandbox: Try to start the RAM buffer at a particular address by Simon Glass · 6 years ago
  91. ae50ec7 sandbox: Restore blocking I/O on exit by Simon Glass · 6 years ago
  92. 332894d sandbox: Remove the old memory file later by Simon Glass · 6 years ago
  93. 4e9a64d sandbox: Add a flag to set the default log level by Simon Glass · 6 years ago
  94. dc4d8eb sandbox: Support booting from TPL to SPL by Simon Glass · 6 years ago
  95. cbfa845 sandbox: Add a way to write data to the host filesystem by Simon Glass · 6 years ago
  96. ce55a11 sandbox: Support file truncation with os_open() by Simon Glass · 6 years ago
  97. 4e766c2 sandbox: Unprotect DATA regions in bus tests by Simon Glass · 6 years ago
  98. 934a545 sandbox: Allow to execute from RAM by Alexander Graf · 6 years ago
  99. 5b0bdab sandbox: Fix setjmp/longjmp by Alexander Graf · 6 years ago
  100. fc1ebd3 sandbox: Enhance map_to_sysmem() to handle foreign pointers by Simon Glass · 6 years ago