1. 61efece sandbox: Add 64-bit sandbox by Mario Six · 7 years ago
  2. b890600 SystemACE: Remove by Tom Rini · 7 years ago
  3. 3662947 sandbox: Add clrbits/setbits macros by Tom Rini · 7 years ago
  4. f768aa8 sandbox: Expand list of IO accessors by Maxime Ripard · 7 years ago
  5. 5136925 sandbox: Use asm-generic/io.h by Paul Burton · 7 years ago
  6. f237151 sandbox: Make u-boot-sandbox.h a private header by Simon Glass · 8 years ago
  7. 36d08d82 sandbox: Add a way to reset sandbox state for tests by Simon Glass · 8 years ago
  8. daea6d4 dm: Simple Watchdog uclass by maxims@google.com · 8 years ago
  9. fa72fe5 sandbox: Change CONFIG_SANDBOX_BITS_PER_LONG to hard-coded by Tom Rini · 8 years ago
  10. cc02256 efi: Use asmlinkage for EFIAPI by Simon Glass · 8 years ago
  11. 652acc7 sandbox: Use the address in readl/writel() functions by Simon Glass · 8 years ago
  12. 8dd1c9e spl: Move spl_board_load_image() into a generic header by Simon Glass · 8 years ago
  13. 83e3ed1 Remove arch/${ARCH}/include/asm/errno.h by Masahiro Yamada · 8 years ago
  14. 92c67fa Add a power domain framework/uclass by Stephen Warren · 8 years ago
  15. a7e2d4d sandbox: Add basic SPL implementation by Simon Glass · 8 years ago
  16. a962243 clk: convert API to match reset/mailbox style by Stephen Warren · 8 years ago
  17. 6488e64 reset: implement a reset test by Stephen Warren · 8 years ago
  18. eeed18c sandbox: gpio: doc: Fix parameter documentation by mario.six@gdsys.cc · 9 years ago
  19. 90937cc dm: test: Add GPIO open drain tests by mario.six@gdsys.cc · 9 years ago
  20. 62f2c90 mailbox: implement a sandbox test by Stephen Warren · 9 years ago
  21. 859f256 Rename reset to sysreset by Stephen Warren · 9 years ago
  22. 8d5e245 sandbox: Add string and 16-bit I/O functions by Simon Glass · 9 years ago
  23. 22e4268 sandbox: Enable many more commands by Tom Rini · 9 years ago
  24. a1965e9 sandbox: Fix building with LLVM by Tom Rini · 9 years ago
  25. be4ebd1 usb: sandbox: Add a USB emulation driver by Simon Glass · 9 years ago
  26. fe6d12a test: Record and silence console in tests by Simon Glass · 9 years ago
  27. b25fa31 sandbox: Add a way to skip time delays by Simon Glass · 9 years ago
  28. 607238d sandbox: Use the generic bitops headers by Fabio Estevam · 9 years ago
  29. cd55652 dm: test: Add a test for the system controller uclass by Simon Glass · 9 years ago
  30. d860f22 sandbox: Use the reset driver to handle reset by Simon Glass · 9 years ago
  31. 493061d sandbox: Support multiple reset types by Simon Glass · 9 years ago
  32. 8cc4d82 dm: test: Add tests for the clk uclass by Simon Glass · 9 years ago
  33. 335f470 sandbox: Don't try distro_bootcmd by default by Sjoerd Simons · 10 years ago
  34. c404aa6 dm: rtc: sandbox: Add an emulated I2C RTC device by Simon Glass · 10 years ago
  35. 4c70ed9 dm: i2c: Add an explicit test mode to the sandbox I2C driver by Simon Glass · 10 years ago
  36. be71142 sandbox: eth: Add a function to skip ping timeouts by Joe Hershberger · 10 years ago
  37. 7496135 sandbox: Add test function to advance time by Joe Hershberger · 10 years ago
  38. 26b78b2 fdt: sandbox: Move setup code from board_f to fdtdec by Simon Glass · 10 years ago
  39. 28a6032 exynos: sandbox: ti: Add SPDX license identifiers and notes by Simon Glass · 10 years ago
  40. a892192 sandbox: eth: Add support for using the 'lo' interface by Joe Hershberger · 10 years ago
  41. 586cbd1 sandbox: eth: Add a bridge to a real network for sandbox by Joe Hershberger · 10 years ago
  42. a630b6c sandbox: eth: Add ability to disable ping reply in sandbox eth driver by Joe Hershberger · 10 years ago
  43. 70778bc dm: sandbox: pci: Add PCI support for sandbox by Simon Glass · 10 years ago
  44. 744d788 sandbox: Return '-c command' exit value as sandbox exit code by Joe Hershberger · 10 years ago
  45. ef932b0 common: Move dram_init() declaration to common location by Michal Simek · 10 years ago
  46. 45be32c dm: i2c: Add an I2C EEPROM simulator by Simon Glass · 10 years ago
  47. 3687fe4 Provide option to avoid defining a custom version of uintptr_t. by Gabe Black · 10 years ago
  48. 0186238 dm: sf: sandbox: Convert SPI flash driver to driver model by Simon Glass · 10 years ago
  49. 95429fe dm: sandbox: spi: Move to driver model by Simon Glass · 10 years ago
  50. c395fdf sandbox: Set up global data before board_init_f() by Simon Glass · 10 years ago
  51. c5b2a00 build: define CPU only when arch/${ARCH}/cpu/${CPU} exists by Masahiro Yamada · 10 years ago
  52. 28665b5 sandbox: change local_irq_save() to macro by Masahiro Yamada · 10 years ago
  53. 125a27b sandbox: Support iotrace feature by Simon Glass · 10 years ago
  54. b74fcb4 dm: rename device struct to udevice by Heiko Schocher · 11 years ago
  55. 021d202 common/board_f: Initialized global data for generic board by York Sun · 11 years ago
  56. 47acfc6 sandbox: Add options to clean up temporary files by Simon Glass · 11 years ago
  57. 678ef47 sandbox: Allow Ctrl-C to work in sandbox by Simon Glass · 11 years ago
  58. b9ddbf4 sandbox: Add LCD driver by Simon Glass · 11 years ago
  59. 279fc16 sandbox: Add a simple sound driver by Simon Glass · 11 years ago
  60. 0d10f29 sandbox: Add SDL library for LCD, keyboard, audio by Simon Glass · 11 years ago
  61. e990653 sandbox: Add -j option to indicate a jump from a previous U-Boot by Simon Glass · 11 years ago
  62. b4d7070 sandbox: Convert GPIOs to use driver model by Simon Glass · 11 years ago
  63. 0aa6349 sandbox: Add a prototype for cleanup_before_linux() by Simon Glass · 11 years ago
  64. d7c8d8d sandbox: Add facility to save/restore sandbox state by Simon Glass · 11 years ago
  65. 9dd10bf sandbox: Allow reading/writing of RAM buffer by Simon Glass · 11 years ago
  66. f498e43 sandbox: Add -i option to enter interactive mode by Simon Glass · 11 years ago
  67. 1d8e57c sandbox: spi: Add SPI emulation bus by Mike Frysinger · 11 years ago
  68. 64367c8 sandbox: Rename sb_cmdline_option to sandbox_cmdline_option by Simon Glass · 11 years ago
  69. 656bfc4 sandbox: Make map_to_sysmem() use a constant pointer by Simon Glass · 11 years ago
  70. f015309 sandbox: config: Don't use 64-bit physical memory by Simon Glass · 11 years ago
  71. bd8ec7e Coding Style cleanup: remove trailing white space by Wolfgang Denk · 11 years ago
  72. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  73. 1539343 sandbox: Add CONFIG_OF_HOSTFILE to read FDT from host file by Simon Glass · 12 years ago
  74. 62cf912 sandbox: Switch over to generic board by Simon Glass · 12 years ago
  75. e23d293 sandbox: Provide a way to map from host RAM to U-Boot RAM by Simon Glass · 12 years ago
  76. 9bce37c Introduce generic link section.h symbol files by Simon Glass · 12 years ago
  77. 17dabf0 sandbox: Add un/map_sysmen() to deal with sandbox's ram_buf by Simon Glass · 12 years ago
  78. 5b5177e sandbox: Use generic global_data by Simon Glass · 12 years ago
  79. 6437147 sandbox: Move ram_buf to arch_global_data by Simon Glass · 12 years ago
  80. 3ac47d7 Add architecture-specific global data by Simon Glass · 12 years ago
  81. e43c8d0 sandbox: Change global data baudrate to int by Simon Glass · 12 years ago
  82. 8bd9806 sandbox: Add asm/errno.h by Simon Glass · 12 years ago
  83. 211c210 global_data: unify global flag defines by Mike Frysinger · 13 years ago
  84. 04b63f2 net: punt bd->bi_ip_addr by Mike Frysinger · 13 years ago
  85. 8a3e035 sandbox: add getopt support by Simon Glass · 13 years ago
  86. 0fc3c22 sandbox: allow processing before main loop by Simon Glass · 13 years ago
  87. 20bf89a sandbox: add concept of sandbox state by Simon Glass · 13 years ago
  88. b43d044 sandbox: gpio: add basic driver for simulating GPIOs by Simon Glass · 13 years ago
  89. dfa2fe3 sandbox: fdt: add support for CONFIG_OF_CONTROL by Simon Glass · 13 years ago
  90. c6ecace sandbox: Add asm/cache.h for sandbox by Anton staaf · 13 years ago
  91. 033b0a9 sandbox: Add architecture image support by Simon Glass · 13 years ago
  92. b4a905e sandbox: Add architecture header files by Simon Glass · 13 years ago