1. cca2552 sandbox: Boot in U-Boot through the standard call by Simon Glass · 6 years ago
  2. 7465f00 sandbox: Filter arguments when starting U-Boot by Simon Glass · 6 years ago
  3. 6009763 sandbox: Use malloc() and free() from os layer by Simon Glass · 6 years ago
  4. 7dafd02 sandbox: Refactor code to create os_jump_to_file() by Simon Glass · 6 years ago
  5. 46508c9 sandbox: Add a new 'sb' command by Simon Glass · 6 years ago
  6. b5dfea8 sandbox: Add an option to display of-platdata in SPL by Simon Glass · 6 years ago
  7. 8d176d8 sandbox: Add a function to read a host file by Simon Glass · 6 years ago
  8. fa4bf41 sandbox: remove stray DEBUG by Heinrich Schuchardt · 6 years ago
  9. 57ba942 sandbox: Try to start the RAM buffer at a particular address by Simon Glass · 6 years ago
  10. ae50ec7 sandbox: Restore blocking I/O on exit by Simon Glass · 6 years ago
  11. 332894d sandbox: Remove the old memory file later by Simon Glass · 6 years ago
  12. 4e9a64d sandbox: Add a flag to set the default log level by Simon Glass · 6 years ago
  13. dc4d8eb sandbox: Support booting from TPL to SPL by Simon Glass · 6 years ago
  14. cbfa845 sandbox: Add a way to write data to the host filesystem by Simon Glass · 6 years ago
  15. ce55a11 sandbox: Support file truncation with os_open() by Simon Glass · 6 years ago
  16. 4e766c2 sandbox: Unprotect DATA regions in bus tests by Simon Glass · 6 years ago
  17. 934a545 sandbox: Allow to execute from RAM by Alexander Graf · 6 years ago
  18. 5b0bdab sandbox: Fix setjmp/longjmp by Alexander Graf · 6 years ago
  19. fc1ebd3 sandbox: Enhance map_to_sysmem() to handle foreign pointers by Simon Glass · 6 years ago
  20. b7255ef sandbox: Add support for calling abort() by Simon Glass · 6 years ago
  21. be005d8 sandbox: Align RAM buffer to the machine page size by Simon Glass · 6 years ago
  22. 20f2b0f Partially revert "efi_loader: Rename sections to allow for implicit data" by Simon Glass · 6 years ago
  23. 41cc3b9 sandbox: Move BSS after EFI sections by Alexander Graf · 6 years ago
  24. b30a7ef Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot by Tom Rini · 6 years ago
  25. 89590c8 sandbox: eth-raw: Add a SIMPLE_BUS to enumerate host interfaces by Joe Hershberger · 6 years ago
  26. 144e14b sandbox: eth-raw: Allow interface to be specified by index by Joe Hershberger · 6 years ago
  27. 1b312cb sandbox: eth-raw: Add a function to ask the host about localhost by Joe Hershberger · 6 years ago
  28. e569140 net: sandbox-raw: Convert raw eth driver to livetree by Joe Hershberger · 6 years ago
  29. f9d4168 sandbox: eth-raw: Make sure descriptors are always initialized by Joe Hershberger · 6 years ago
  30. 0edb525 sandbox: eth-raw: Correct valid socket test in send/recv by Joe Hershberger · 6 years ago
  31. 94a10f2 efi_loader: Rename sections to allow for implicit data by Alexander Graf · 6 years ago
  32. 43c4205 efi: sandbox: Add required linker sections by Simon Glass · 7 years ago
  33. 5dccd15 sandbox: Add a setjmp() implementation by Simon Glass · 7 years ago
  34. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  35. 75f82d0 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> by Masahiro Yamada · 7 years ago
  36. 61efece sandbox: Add 64-bit sandbox by Mario Six · 7 years ago
  37. 639725e fix spelling of 'functions' in 2 places (was 'funtcions') by Simon Goldschmidt · 7 years ago
  38. 29d1143 Revert "sandbox: remove os_putc() and os_puts()" by Simon Glass · 7 years ago
  39. f53b5ea sandbox: avoid memory leak in os_dirent_ls by Heinrich Schuchardt · 7 years ago
  40. 5136925 sandbox: Use asm-generic/io.h by Paul Burton · 7 years ago
  41. 843c299 sandbox: Add a dummy invalidate_dcache_range() function by Bin Meng · 7 years ago
  42. 9488451 sandbox: remove os_putc() and os_puts() by Masahiro Yamada · 7 years ago
  43. 25428c4 sandbox: use CONFIG_VAL(SYS_MALLOC_F_LEN) to distinguish malloc pool size before relocation by Andy Yan · 7 years ago
  44. 17b1107 sandbox: Stop printing platdata at the start of SPL by Simon Glass · 7 years ago
  45. b6f605e sandbox: Fix comparison of unsigned enum expression warning by Tom Rini · 8 years ago
  46. 38e7974 bootstage: Require timer_get_boot_us() to be defined by Simon Glass · 8 years ago
  47. 36d08d82 sandbox: Add a way to reset sandbox state for tests by Simon Glass · 8 years ago
  48. 11c89f3 dm: Use dm.h header when driver mode is used by Simon Glass · 8 years ago
  49. b419dbb board_f: sandbox: Move sandbox_early_getopt_check() into misc_init_f() by Simon Glass · 8 years ago
  50. b94eed5 board_f: sandbox: Move setup_ram_buf() to private code by Simon Glass · 8 years ago
  51. e8845d2 spl: sandbox: Drop spl_board_announce_boot_device() by Simon Glass · 8 years ago
  52. 4fc1f25 spl: Add a name to the SPL load-image methods by Simon Glass · 8 years ago
  53. b7ffa82 sandbox/fs: Set correct filetype for unknown filetype by Stefan Brüns · 8 years ago
  54. ae71ede sandbox/fs: Use readdir instead of deprecated readdir_r by Stefan Brüns · 8 years ago
  55. b212990 sandbox/fs: Use correct size path name buffer by Stefan Brüns · 8 years ago
  56. d4cb888 sandbox/fs: Make linking of nodes in os_dirent_ls more obvious by Stefan Brüns · 8 years ago
  57. ee30679 spl: Pass spl_image as a parameter to load_image() methods by Simon Glass · 8 years ago
  58. a499648 spl: Convert spl_board_load_image() to use linker list by Simon Glass · 8 years ago
  59. c0b6c9b spl: Convert boot_device into a struct by Simon Glass · 8 years ago
  60. 4e9c131 sandbox: Add a test device that uses of-platdata by Simon Glass · 8 years ago
  61. 9ca517d sandbox: Add a new sandbox_spl board by Simon Glass · 8 years ago
  62. a7e2d4d sandbox: Add basic SPL implementation by Simon Glass · 8 years ago
  63. 5cf1663 sandbox: Don't include the main loop in SPL by Simon Glass · 8 years ago
  64. f44a3a5 sandbox: Don't use PCI in SPL by Simon Glass · 8 years ago
  65. 141e5a0 sandbox: Add some missing headers in cpu.c by Simon Glass · 8 years ago
  66. be31037 sandbox: Correct header file order in cpu.c by Simon Glass · 8 years ago
  67. 2c931ba sandbox: Allow chaining from SPL to U-Boot proper by Simon Glass · 8 years ago
  68. 859f256 Rename reset to sysreset by Stephen Warren · 9 years ago
  69. e0f1280 sandbox: Avoid calling commands when not available by Simon Glass · 9 years ago
  70. 8e2334e eth-raw-os.c: Add cast to bind(2) call by Tom Rini · 9 years ago
  71. a5d3a4e sandbox: eth-raw-os.c: Ensure that our interface name is not too long by Tom Rini · 9 years ago
  72. fe6d12a test: Record and silence console in tests by Simon Glass · 9 years ago
  73. b25fa31 sandbox: Add a way to skip time delays by Simon Glass · 9 years ago
  74. d860f22 sandbox: Use the reset driver to handle reset by Simon Glass · 9 years ago
  75. 493061d sandbox: Support multiple reset types by Simon Glass · 9 years ago
  76. 770d93f sandbox: Add an implementation for cleanup_before_linux_select() by Simon Glass · 10 years ago
  77. 9c3b7d6 sandbox: Tidy up terminal restore by Simon Glass · 10 years ago
  78. 07a3b23 sandbox: Add missing errno.h includes in a few files by Simon Glass · 10 years ago
  79. 342fa54 sandbox: Correct error handling in state_read_file() by Simon Glass · 10 years ago
  80. 335f470 sandbox: Don't try distro_bootcmd by default by Sjoerd Simons · 10 years ago
  81. 504548f dm: sandbox: Add os_localtime() to obtain the system time by Simon Glass · 10 years ago
  82. 7496135 sandbox: Add test function to advance time by Joe Hershberger · 10 years ago
  83. 26b78b2 fdt: sandbox: Move setup code from board_f to fdtdec by Simon Glass · 10 years ago
  84. c8f3482 sandbox: Split bootm code out into lib/bootm by Sjoerd Simons · 10 years ago
  85. a892192 sandbox: eth: Add support for using the 'lo' interface by Joe Hershberger · 10 years ago
  86. 586cbd1 sandbox: eth: Add a bridge to a real network for sandbox by Joe Hershberger · 10 years ago
  87. 70778bc dm: sandbox: pci: Add PCI support for sandbox by Simon Glass · 10 years ago
  88. 744d788 sandbox: Return '-c command' exit value as sandbox exit code by Joe Hershberger · 10 years ago
  89. 8e17078 sandbox: Add a -D option to use a default device tree by Simon Glass · 10 years ago
  90. c043e03 sandbox: Fix warnings in cpu.c and os.c by Simon Glass · 10 years ago
  91. 378da103 sandbox: Prepare API change for files greater than 2GB by Suriyan Ramasami · 10 years ago
  92. db20464 linux/kernel.h: sync min, max, min3, max3 macros with Linux by Masahiro Yamada · 10 years ago
  93. 7e0194a sandbox: init cli for -c by Rabin Vincent · 10 years ago
  94. 1920051 sandbox: Remove all drivers before exit by Simon Glass · 10 years ago
  95. 0cc6f5c sandbox: Support pre-relocation malloc() by Simon Glass · 10 years ago
  96. c395fdf sandbox: Set up global data before board_init_f() by Simon Glass · 10 years ago
  97. 9671c67 sandbox: terminate os_dirent_ls() result list by Stephen Warren · 10 years ago
  98. 47acfc6 sandbox: Add options to clean up temporary files by Simon Glass · 11 years ago
  99. 678ef47 sandbox: Allow Ctrl-C to work in sandbox by Simon Glass · 11 years ago
  100. b9ddbf4 sandbox: Add LCD driver by Simon Glass · 11 years ago