1. 05a1684 sandbox: use correct type reading /proc/self/maps by Heinrich Schuchardt · 5 years ago
  2. d80cda2 sandbox: Drop 'const' from sandbox_write() by Simon Glass · 5 years ago
  3. 0a341a7 sandbox: Allow use of real I/O with readl(), etc. by Simon Glass · 5 years ago
  4. 3c3968f sandbox: Add a -T flag to use the test device tree by Simon Glass · 5 years ago
  5. c5d2720 spl: Add an arch-specific hook for writing to SPL handoff by Simon Glass · 5 years ago
  6. 25394e7 sysreset: switch to using SYSRESET_POWER_OFF for poweroff by Urja Rannikko · 6 years ago
  7. e55cc06 sandbox: Add a comment to board_init_f() by Simon Glass · 6 years ago
  8. fb9128d sandbox: spl: Lower priority of standard loader by Simon Glass · 6 years ago
  9. 2fe5b91 sandbox: Exit when SYSRESET_POWER_OFF is requested by Simon Glass · 6 years ago
  10. cd3705e sandbox: Drop the printf() in setup_ram_buf() by Simon Glass · 6 years ago
  11. fc2dde8 sandbox: Correct maths in allocation routines by Simon Glass · 6 years ago
  12. 752707a sandbox: Improve debugging in initcall_run_list() by Simon Glass · 6 years ago
  13. 0948af2 sandbox: Correct SDL build flags by Simon Glass · 6 years ago
  14. 658a874 dm: sandbox: Allow selection of sample rate and channels by Simon Glass · 6 years ago
  15. ab6dbe6 dm: sound: Complete migration to driver model by Simon Glass · 6 years ago
  16. 3e61017 dm: sandbox: sound: Convert to use driver model by Simon Glass · 6 years ago
  17. 0d22f41 dm: sandbox: Update sound to use two buffers by Simon Glass · 6 years ago
  18. 66cf8f7 sandbox: Use 'extras' to specify 'head' files by Simon Glass · 6 years ago
  19. 24a284a sandbox: Zero the ram buffer on startup by Simon Glass · 6 years ago
  20. 38c2eae sandbox: Check the filename in jump_to_image_no_args() by Simon Glass · 6 years ago
  21. 23eabbb sandbox: Fix up the debug message for the image filename by Simon Glass · 6 years ago
  22. f2af76b sandbox: Use memmove() to move overlapping regions by Simon Glass · 6 years ago
  23. 27cee44 sandbox: Enable sound by Simon Glass · 6 years ago
  24. 0d7e681 sound: sandbox: Use the correct frequency by Simon Glass · 6 years ago
  25. ddad032 sound: Add sample rate as a parameter for square wave by Simon Glass · 6 years ago
  26. cca2552 sandbox: Boot in U-Boot through the standard call by Simon Glass · 6 years ago
  27. 7465f00 sandbox: Filter arguments when starting U-Boot by Simon Glass · 6 years ago
  28. 6009763 sandbox: Use malloc() and free() from os layer by Simon Glass · 6 years ago
  29. 7dafd02 sandbox: Refactor code to create os_jump_to_file() by Simon Glass · 6 years ago
  30. 46508c9 sandbox: Add a new 'sb' command by Simon Glass · 6 years ago
  31. b5dfea8 sandbox: Add an option to display of-platdata in SPL by Simon Glass · 6 years ago
  32. 8d176d8 sandbox: Add a function to read a host file by Simon Glass · 6 years ago
  33. fa4bf41 sandbox: remove stray DEBUG by Heinrich Schuchardt · 6 years ago
  34. 57ba942 sandbox: Try to start the RAM buffer at a particular address by Simon Glass · 6 years ago
  35. ae50ec7 sandbox: Restore blocking I/O on exit by Simon Glass · 6 years ago
  36. 332894d sandbox: Remove the old memory file later by Simon Glass · 6 years ago
  37. 4e9a64d sandbox: Add a flag to set the default log level by Simon Glass · 6 years ago
  38. dc4d8eb sandbox: Support booting from TPL to SPL by Simon Glass · 6 years ago
  39. cbfa845 sandbox: Add a way to write data to the host filesystem by Simon Glass · 6 years ago
  40. ce55a11 sandbox: Support file truncation with os_open() by Simon Glass · 6 years ago
  41. 4e766c2 sandbox: Unprotect DATA regions in bus tests by Simon Glass · 6 years ago
  42. 934a545 sandbox: Allow to execute from RAM by Alexander Graf · 6 years ago
  43. 5b0bdab sandbox: Fix setjmp/longjmp by Alexander Graf · 6 years ago
  44. fc1ebd3 sandbox: Enhance map_to_sysmem() to handle foreign pointers by Simon Glass · 6 years ago
  45. b7255ef sandbox: Add support for calling abort() by Simon Glass · 6 years ago
  46. be005d8 sandbox: Align RAM buffer to the machine page size by Simon Glass · 6 years ago
  47. 20f2b0f Partially revert "efi_loader: Rename sections to allow for implicit data" by Simon Glass · 6 years ago
  48. 41cc3b9 sandbox: Move BSS after EFI sections by Alexander Graf · 6 years ago
  49. b30a7ef Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot by Tom Rini · 6 years ago
  50. 89590c8 sandbox: eth-raw: Add a SIMPLE_BUS to enumerate host interfaces by Joe Hershberger · 6 years ago
  51. 144e14b sandbox: eth-raw: Allow interface to be specified by index by Joe Hershberger · 6 years ago
  52. 1b312cb sandbox: eth-raw: Add a function to ask the host about localhost by Joe Hershberger · 6 years ago
  53. e569140 net: sandbox-raw: Convert raw eth driver to livetree by Joe Hershberger · 6 years ago
  54. f9d4168 sandbox: eth-raw: Make sure descriptors are always initialized by Joe Hershberger · 6 years ago
  55. 0edb525 sandbox: eth-raw: Correct valid socket test in send/recv by Joe Hershberger · 6 years ago
  56. 94a10f2 efi_loader: Rename sections to allow for implicit data by Alexander Graf · 6 years ago
  57. 43c4205 efi: sandbox: Add required linker sections by Simon Glass · 7 years ago
  58. 5dccd15 sandbox: Add a setjmp() implementation by Simon Glass · 7 years ago
  59. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  60. 75f82d0 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> by Masahiro Yamada · 7 years ago
  61. 61efece sandbox: Add 64-bit sandbox by Mario Six · 7 years ago
  62. 639725e fix spelling of 'functions' in 2 places (was 'funtcions') by Simon Goldschmidt · 7 years ago
  63. 29d1143 Revert "sandbox: remove os_putc() and os_puts()" by Simon Glass · 7 years ago
  64. f53b5ea sandbox: avoid memory leak in os_dirent_ls by Heinrich Schuchardt · 7 years ago
  65. 5136925 sandbox: Use asm-generic/io.h by Paul Burton · 7 years ago
  66. 843c299 sandbox: Add a dummy invalidate_dcache_range() function by Bin Meng · 7 years ago
  67. 9488451 sandbox: remove os_putc() and os_puts() by Masahiro Yamada · 7 years ago
  68. 25428c4 sandbox: use CONFIG_VAL(SYS_MALLOC_F_LEN) to distinguish malloc pool size before relocation by Andy Yan · 7 years ago
  69. 17b1107 sandbox: Stop printing platdata at the start of SPL by Simon Glass · 7 years ago
  70. b6f605e sandbox: Fix comparison of unsigned enum expression warning by Tom Rini · 8 years ago
  71. 38e7974 bootstage: Require timer_get_boot_us() to be defined by Simon Glass · 8 years ago
  72. 36d08d82 sandbox: Add a way to reset sandbox state for tests by Simon Glass · 8 years ago
  73. 11c89f3 dm: Use dm.h header when driver mode is used by Simon Glass · 8 years ago
  74. b419dbb board_f: sandbox: Move sandbox_early_getopt_check() into misc_init_f() by Simon Glass · 8 years ago
  75. b94eed5 board_f: sandbox: Move setup_ram_buf() to private code by Simon Glass · 8 years ago
  76. e8845d2 spl: sandbox: Drop spl_board_announce_boot_device() by Simon Glass · 8 years ago
  77. 4fc1f25 spl: Add a name to the SPL load-image methods by Simon Glass · 8 years ago
  78. b7ffa82 sandbox/fs: Set correct filetype for unknown filetype by Stefan Brüns · 8 years ago
  79. ae71ede sandbox/fs: Use readdir instead of deprecated readdir_r by Stefan Brüns · 8 years ago
  80. b212990 sandbox/fs: Use correct size path name buffer by Stefan Brüns · 8 years ago
  81. d4cb888 sandbox/fs: Make linking of nodes in os_dirent_ls more obvious by Stefan Brüns · 8 years ago
  82. ee30679 spl: Pass spl_image as a parameter to load_image() methods by Simon Glass · 8 years ago
  83. a499648 spl: Convert spl_board_load_image() to use linker list by Simon Glass · 8 years ago
  84. c0b6c9b spl: Convert boot_device into a struct by Simon Glass · 8 years ago
  85. 4e9c131 sandbox: Add a test device that uses of-platdata by Simon Glass · 8 years ago
  86. 9ca517d sandbox: Add a new sandbox_spl board by Simon Glass · 8 years ago
  87. a7e2d4d sandbox: Add basic SPL implementation by Simon Glass · 8 years ago
  88. 5cf1663 sandbox: Don't include the main loop in SPL by Simon Glass · 8 years ago
  89. f44a3a5 sandbox: Don't use PCI in SPL by Simon Glass · 8 years ago
  90. 141e5a0 sandbox: Add some missing headers in cpu.c by Simon Glass · 8 years ago
  91. be31037 sandbox: Correct header file order in cpu.c by Simon Glass · 8 years ago
  92. 2c931ba sandbox: Allow chaining from SPL to U-Boot proper by Simon Glass · 8 years ago
  93. 859f256 Rename reset to sysreset by Stephen Warren · 9 years ago
  94. e0f1280 sandbox: Avoid calling commands when not available by Simon Glass · 9 years ago
  95. 8e2334e eth-raw-os.c: Add cast to bind(2) call by Tom Rini · 9 years ago
  96. a5d3a4e sandbox: eth-raw-os.c: Ensure that our interface name is not too long by Tom Rini · 9 years ago
  97. fe6d12a test: Record and silence console in tests by Simon Glass · 9 years ago
  98. b25fa31 sandbox: Add a way to skip time delays by Simon Glass · 9 years ago
  99. d860f22 sandbox: Use the reset driver to handle reset by Simon Glass · 9 years ago
  100. 493061d sandbox: Support multiple reset types by Simon Glass · 9 years ago