1. 6daf905 sandbox: remove ram buffer file when U-Boot is loaded by SPL by Patrick Delaunay · 4 years ago
  2. 47c5e19 sandbox: implement invalidate_icache_all() by Heinrich Schuchardt · 4 years ago
  3. 43eb872 sandbox: implement runtime system reset by Heinrich Schuchardt · 4 years ago
  4. 28eb509 sandbox: add handler for exceptions by Heinrich Schuchardt · 4 years, 1 month ago
  5. 1c67844 sandbox: implement reset by Heinrich Schuchardt · 4 years, 1 month ago
  6. fc96df6 sandbox: use O_CLOEXEC in os_open() by Heinrich Schuchardt · 4 years, 1 month ago
  7. 69db2ee sandbox: eth-raw: do not close the console input by Heinrich Schuchardt · 4 years, 1 month ago
  8. 10a2cd3 dm: test: Drop of-platdata pytest by Simon Glass · 4 years, 1 month ago
  9. eff9658 sandbox: Allow selection of SPL unit tests by Simon Glass · 4 years, 1 month ago
  10. a4e289b dm: test: Add a way to run SPL tests by Simon Glass · 4 years, 1 month ago
  11. 6d75486 sandbox: make SDL window resizable by Heinrich Schuchardt · 4 years, 2 months ago
  12. 6ce563b sandbox: add missing SDL key scan codes by Heinrich Schuchardt · 4 years, 2 months ago
  13. 0230cf6 sandbox: u-boot.lds: Remove bogus __bss_start symbol by Ovidiu Panait · 4 years, 3 months ago
  14. 16d485e sandbox: Move section u_boot_list to make it RW by Walter Lozano · 4 years, 5 months ago
  15. deaa25c sandbox: handling out of memory by Heinrich Schuchardt · 4 years, 6 months ago
  16. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
  17. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  18. 9758973 common: Drop init.h from common header by Simon Glass · 4 years, 7 months ago
  19. 1ea9789 common: Drop bootstage.h from common header by Simon Glass · 4 years, 7 months ago
  20. 2b72ad2 sandbox: also restore terminal settings when killed by SIGINT by Rasmus Villemoes · 4 years, 10 months ago
  21. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 10 months ago
  22. f91de0b sandbox: sdl: Add an option to double the screen size by Simon Glass · 4 years, 10 months ago
  23. b6f4c1c sandbox: sdl: Move to use SDL2 by Simon Glass · 4 years, 10 months ago
  24. 4b0e121 sandbox: sdl: Support waiting for audio to complete by Simon Glass · 4 years, 10 months ago
  25. f0e2f42 sandbox: sdl: Improve error handling by Simon Glass · 4 years, 10 months ago
  26. 840a868 sandbox: Add comments to the sdl struct by Simon Glass · 4 years, 10 months ago
  27. 30f9205 sandbox: Add a new header for the system malloc() by Simon Glass · 4 years, 10 months ago
  28. 0a4eabb sandbox: Ensure that long-options array is terminated by Simon Glass · 4 years, 10 months ago
  29. 9562d4c sandbox: Drop os_realloc() by Simon Glass · 4 years, 10 months ago
  30. fa25226 sandbox: Drop use of special os_malloc() where possible by Simon Glass · 4 years, 10 months ago
  31. ec09a18 sandbox: Rename 'free' variable by Simon Glass · 4 years, 10 months ago
  32. 11c92b1 sandbox: Sort the help options by Simon Glass · 4 years, 10 months ago
  33. 41f0a66 cli: Make the sandbox board_run_command the default by Sean Anderson · 4 years, 11 months ago
  34. f11478f common: Move hang() to the same header as panic() by Simon Glass · 5 years ago
  35. c2dbcd4 sandbox: Disable mmio by default in tests by Simon Glass · 5 years ago
  36. adaaa48 common: Move command functions out of common.h by Simon Glass · 5 years ago
  37. 6333448 common: Move ARM cache operations out of common.h by Simon Glass · 5 years ago
  38. 05a1684 sandbox: use correct type reading /proc/self/maps by Heinrich Schuchardt · 5 years ago
  39. d80cda2 sandbox: Drop 'const' from sandbox_write() by Simon Glass · 5 years ago
  40. 0a341a7 sandbox: Allow use of real I/O with readl(), etc. by Simon Glass · 5 years ago
  41. 3c3968f sandbox: Add a -T flag to use the test device tree by Simon Glass · 5 years ago
  42. c5d2720 spl: Add an arch-specific hook for writing to SPL handoff by Simon Glass · 5 years ago
  43. 25394e7 sysreset: switch to using SYSRESET_POWER_OFF for poweroff by Urja Rannikko · 6 years ago
  44. e55cc06 sandbox: Add a comment to board_init_f() by Simon Glass · 6 years ago
  45. fb9128d sandbox: spl: Lower priority of standard loader by Simon Glass · 6 years ago
  46. 2fe5b91 sandbox: Exit when SYSRESET_POWER_OFF is requested by Simon Glass · 6 years ago
  47. cd3705e sandbox: Drop the printf() in setup_ram_buf() by Simon Glass · 6 years ago
  48. fc2dde8 sandbox: Correct maths in allocation routines by Simon Glass · 6 years ago
  49. 752707a sandbox: Improve debugging in initcall_run_list() by Simon Glass · 6 years ago
  50. 0948af2 sandbox: Correct SDL build flags by Simon Glass · 6 years ago
  51. 658a874 dm: sandbox: Allow selection of sample rate and channels by Simon Glass · 6 years ago
  52. ab6dbe6 dm: sound: Complete migration to driver model by Simon Glass · 6 years ago
  53. 3e61017 dm: sandbox: sound: Convert to use driver model by Simon Glass · 6 years ago
  54. 0d22f41 dm: sandbox: Update sound to use two buffers by Simon Glass · 6 years ago
  55. 66cf8f7 sandbox: Use 'extras' to specify 'head' files by Simon Glass · 6 years ago
  56. 24a284a sandbox: Zero the ram buffer on startup by Simon Glass · 6 years ago
  57. 38c2eae sandbox: Check the filename in jump_to_image_no_args() by Simon Glass · 6 years ago
  58. 23eabbb sandbox: Fix up the debug message for the image filename by Simon Glass · 6 years ago
  59. f2af76b sandbox: Use memmove() to move overlapping regions by Simon Glass · 6 years ago
  60. 27cee44 sandbox: Enable sound by Simon Glass · 6 years ago
  61. 0d7e681 sound: sandbox: Use the correct frequency by Simon Glass · 6 years ago
  62. ddad032 sound: Add sample rate as a parameter for square wave by Simon Glass · 6 years ago
  63. cca2552 sandbox: Boot in U-Boot through the standard call by Simon Glass · 6 years ago
  64. 7465f00 sandbox: Filter arguments when starting U-Boot by Simon Glass · 6 years ago
  65. 6009763 sandbox: Use malloc() and free() from os layer by Simon Glass · 6 years ago
  66. 7dafd02 sandbox: Refactor code to create os_jump_to_file() by Simon Glass · 6 years ago
  67. 46508c9 sandbox: Add a new 'sb' command by Simon Glass · 6 years ago
  68. b5dfea8 sandbox: Add an option to display of-platdata in SPL by Simon Glass · 6 years ago
  69. 8d176d8 sandbox: Add a function to read a host file by Simon Glass · 6 years ago
  70. fa4bf41 sandbox: remove stray DEBUG by Heinrich Schuchardt · 6 years ago
  71. 57ba942 sandbox: Try to start the RAM buffer at a particular address by Simon Glass · 6 years ago
  72. ae50ec7 sandbox: Restore blocking I/O on exit by Simon Glass · 6 years ago
  73. 332894d sandbox: Remove the old memory file later by Simon Glass · 6 years ago
  74. 4e9a64d sandbox: Add a flag to set the default log level by Simon Glass · 6 years ago
  75. dc4d8eb sandbox: Support booting from TPL to SPL by Simon Glass · 6 years ago
  76. cbfa845 sandbox: Add a way to write data to the host filesystem by Simon Glass · 6 years ago
  77. ce55a11 sandbox: Support file truncation with os_open() by Simon Glass · 6 years ago
  78. 4e766c2 sandbox: Unprotect DATA regions in bus tests by Simon Glass · 6 years ago
  79. 934a545 sandbox: Allow to execute from RAM by Alexander Graf · 6 years ago
  80. 5b0bdab sandbox: Fix setjmp/longjmp by Alexander Graf · 6 years ago
  81. fc1ebd3 sandbox: Enhance map_to_sysmem() to handle foreign pointers by Simon Glass · 6 years ago
  82. b7255ef sandbox: Add support for calling abort() by Simon Glass · 6 years ago
  83. be005d8 sandbox: Align RAM buffer to the machine page size by Simon Glass · 6 years ago
  84. 20f2b0f Partially revert "efi_loader: Rename sections to allow for implicit data" by Simon Glass · 6 years ago
  85. 41cc3b9 sandbox: Move BSS after EFI sections by Alexander Graf · 6 years ago
  86. b30a7ef Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot by Tom Rini · 6 years ago
  87. 89590c8 sandbox: eth-raw: Add a SIMPLE_BUS to enumerate host interfaces by Joe Hershberger · 6 years ago
  88. 144e14b sandbox: eth-raw: Allow interface to be specified by index by Joe Hershberger · 6 years ago
  89. 1b312cb sandbox: eth-raw: Add a function to ask the host about localhost by Joe Hershberger · 6 years ago
  90. e569140 net: sandbox-raw: Convert raw eth driver to livetree by Joe Hershberger · 6 years ago
  91. f9d4168 sandbox: eth-raw: Make sure descriptors are always initialized by Joe Hershberger · 6 years ago
  92. 0edb525 sandbox: eth-raw: Correct valid socket test in send/recv by Joe Hershberger · 6 years ago
  93. 94a10f2 efi_loader: Rename sections to allow for implicit data by Alexander Graf · 6 years ago
  94. 43c4205 efi: sandbox: Add required linker sections by Simon Glass · 7 years ago
  95. 5dccd15 sandbox: Add a setjmp() implementation by Simon Glass · 7 years ago
  96. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  97. 75f82d0 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> by Masahiro Yamada · 7 years ago
  98. 61efece sandbox: Add 64-bit sandbox by Mario Six · 7 years ago
  99. 639725e fix spelling of 'functions' in 2 places (was 'funtcions') by Simon Goldschmidt · 7 years ago
  100. 29d1143 Revert "sandbox: remove os_putc() and os_puts()" by Simon Glass · 7 years ago