1. 4a63e33 dm: sandbox: Enable SATA by Simon Glass · 9 years ago
  2. 151b935 dm: sandbox: Enable SCSI by Simon Glass · 9 years ago
  3. 4e7227c dm: sandbox: Enable IDE by Simon Glass · 9 years ago
  4. 1d9ac83 configs: Re-sync with cmd/Kconfig by Tom Rini · 9 years ago
  5. 998c479 include/configs: Whitespace fixup by Tom Rini · 9 years ago
  6. 0f2dcb9 configs: Re-sync almost all of cmd/Kconfig by Tom Rini · 9 years ago
  7. f852e73 configs: Re-sync HUSH options by Tom Rini · 9 years ago
  8. f168c65 cmd: fdt: Use separate CMD_FDT Kconfig entry instead of OF_LIBFDT by Michal Simek · 9 years ago
  9. e080b82 Merge git://git.denx.de/u-boot-dm by Tom Rini · 9 years ago
  10. 9e1004f Drop CONFIG_CRAMFS_CMDLINE by Simon Glass · 9 years ago
  11. f6a821a dm: sandbox: Enable cbfs and cramfs by Simon Glass · 9 years ago
  12. 5bed0be dm: sandbox: Enable all partition types by Simon Glass · 9 years ago
  13. a66c541 Move CONFIG_OF_LIBFDT to Kconfig by Simon Glass · 9 years ago
  14. 798ff50 video: Name consoles by their number by Simon Glass · 9 years ago
  15. 7a1cb29 dm: video: test: Test that bitmap display works correctly by Simon Glass · 9 years ago
  16. 38a2ae2 dm: video: sandbox: Convert sandbox to use driver model for video by Simon Glass · 9 years ago
  17. 161eea7 sandbox: Move CONFIG_VIDEO_SANDBOX_SDL to Kconfig by Simon Glass · 9 years ago
  18. 27f5b19 sf: Move SPI flash drivers to defconfig by Bin Meng · 9 years ago
  19. 2b510fa sandbox: Enable USB keyboard by Simon Glass · 9 years ago
  20. 79defce sandbox: Enable console recording and silent console by Simon Glass · 9 years ago
  21. 7b059dc sandbox: add a sandbox timer and basic test by Thomas Chou · 9 years ago
  22. 3a077cd common: add CMD_GPIO to Kconfig by Thomas Chou · 9 years ago
  23. 47f889c cmd: Convert CONFIG_CMD_ELF to Kconfig by Bin Meng · 9 years ago
  24. 04a11cb dm: test: Add a new test case for dm_test_eth_rotate by Bin Meng · 9 years ago
  25. 5a9d7f1 Move defaults from config_cmd_default.h to Kconfig by Joe Hershberger · 9 years ago
  26. 17491a8 Move default y configs out of arch/board Kconfig by Joe Hershberger · 9 years ago
  27. 8579a51 sandbox: Move CONFIG_SANDBOX_SERIAL to Kconfig by Simon Glass · 10 years ago
  28. 49f3ba5 sandbox: Enable some ENV commands by Joe Hershberger · 10 years ago
  29. 335f470 sandbox: Don't try distro_bootcmd by default by Sjoerd Simons · 10 years ago
  30. 4a9cbb9 dm: rtc: sandbox: Enable real-time clock support by Simon Glass · 10 years ago
  31. d094224 sandbox: add config_distro_defaults and config_distro_bootcmd by Sjoerd Simons · 10 years ago
  32. 9c2d7af sandbox: exynos: Move CONFIG_SOUND_SANDBOX to Kconfig by Simon Glass · 10 years ago
  33. 23c7693 sandbox: exynos: Move CONFIG_CMD_SOUND to Kconfig by Simon Glass · 10 years ago
  34. 3f111d4 sandbox: exynos: Move CONFIG_SOUND to Kconfig by Simon Glass · 10 years ago
  35. 86232c8 sandbox: Move CONFIG_TPM_TIS_SANDBOX to Kconfig by Simon Glass · 10 years ago
  36. 632310b sandbox: Move CONFIG_SPI_FLASH_SANDBOX to Kconfig by Simon Glass · 10 years ago
  37. 4b322d3 sandbox: Move CONFIG_SANDBOX_SPI to Kconfig by Simon Glass · 10 years ago
  38. 39bc3be sandbox: Move CONFIG_SYS_I2C_SANDBOX to Kconfig by Simon Glass · 10 years ago
  39. 4f3b9d1 sandbox: Move CONFIG_SYS_VSNPRINTF to Kconfig by Simon Glass · 10 years ago
  40. 084a3fe sandbox: Move GPIO CONFIGs to Kconfig by Simon Glass · 10 years ago
  41. 5322d62 Kconfig: Move CONFIG_BOOTSTAGE to Kconfig by Simon Glass · 10 years ago
  42. c7dc2a3 sandbox: Enable more network features for sandbox by Joe Hershberger · 10 years ago
  43. d810add dm: usb: sandbox: Enable USB by Simon Glass · 10 years ago
  44. f25bb9e sandbox: cros_ec: Drop unnecessary init by Simon Glass · 10 years ago
  45. c96323f sandbox: Enable DHCP and IP defrag by Joe Hershberger · 10 years ago
  46. 279d2f6 dm: eth: Add support for aliases by Joe Hershberger · 10 years ago
  47. e4d7cb1 sandbox: eth: Add ARP and PING response to sandbox driver by Joe Hershberger · 10 years ago
  48. 6ab7699 sandbox: eth: Add network support to sandbox by Joe Hershberger · 10 years ago
  49. 7a115d4 dm: sandbox: pci: Enable PCI for sandbox by Simon Glass · 10 years ago
  50. 5b79bb2 dm: cros_ec: Convert to Kconfig by Simon Glass · 10 years ago
  51. 838723b dm: Kconfig: Move CONFIG_SYS_MALLOC_F_LEN to Kconfig by Simon Glass · 10 years ago
  52. 432fd62 dm: sandbox: Move driver model CONFIGs to Kconfig by Simon Glass · 10 years ago
  53. 6851d70 dm: Add CMD_DM and CMD_DEMO to Kconfig by Simon Glass · 10 years ago
  54. a0d3ca6 lib/rsa: Modify rsa to use DM driver by Ruchika Gupta · 10 years ago
  55. e9a788d configs: Move CONFIG_FIT_SIGNATURE to defconfig by Ruchika Gupta · 10 years ago
  56. b3cbce2 dm: i2c: config: Enable I2C for sandbox using driver model by Simon Glass · 10 years ago
  57. 95bfacb sandbox: Use md5sum and fatwrite to enable testing of fs commands by Suriyan Ramasami · 10 years ago
  58. ff425d8 dm: sandbox: cros_ec: Move sandbox cros_ec to driver module by Simon Glass · 10 years ago
  59. 0186238 dm: sf: sandbox: Convert SPI flash driver to driver model by Simon Glass · 10 years ago
  60. 95429fe dm: sandbox: spi: Move to driver model by Simon Glass · 10 years ago
  61. f461f12 lcd: Fix build error with CONFIG_LCD_BMP_RLE8 by Simon Glass · 10 years ago
  62. 1f21d48 sandbox: config: Enable all SPI flash chips by Simon Glass · 10 years ago
  63. 8c65b9d kconfig: move CONFIG_DEFAULT_DEVICE_TREE to kconfig by Masahiro Yamada · 10 years ago
  64. 9fadbc8 kconfig: move CONFIG_OF_* to Kconfig by Masahiro Yamada · 10 years ago
  65. e587069 sandbox: Convert serial driver to use driver model by Simon Glass · 10 years ago
  66. c757cb0 sandbox: config: Enable pre-relocation malloc() by Simon Glass · 10 years ago
  67. 125a27b sandbox: Support iotrace feature by Simon Glass · 10 years ago
  68. 9504010 bootm: Support android boot on sandbox by Simon Glass · 10 years ago
  69. dcc0bf4 sandbox: Provide a build option to avoid using SDL by Simon Glass · 11 years ago
  70. df14fb9 sandbox: Enable CONFIG_CMD_LZMADEC in sandbox.h by Patrice Bouchand · 11 years ago
  71. 84640e8 sandbox: config: Enable cros_ec emulation and related items by Simon Glass · 11 years ago
  72. 7b89a1b sandbox: Increase memory size to 32MB by Simon Glass · 11 years ago
  73. b4d7070 sandbox: Convert GPIOs to use driver model by Simon Glass · 11 years ago
  74. 63b1757 dm: Add a demonstration/example driver by Simon Glass · 11 years ago
  75. c267cf7 dm: Add a 'dm' command for testing by Simon Glass · 11 years ago
  76. b2c1cac dm: Add basic tests by Simon Glass · 11 years ago
  77. 61a1519 sandbox: config: Enable driver model by Simon Glass · 11 years ago
  78. 66c164b sandbox: Build a device tree file for sandbox by Simon Glass · 11 years ago
  79. 53e8a32 sandbox: enable CONFIG_CMD_FS_GENERIC by Stephen Warren · 11 years ago
  80. ba93f4e sandbox: tpm: Add TPM emulation by Simon Glass · 11 years ago
  81. 26f9a6c sandbox: block driver using host file/device as backing store by Henrik Nordström · 11 years ago
  82. 494b82b sandbox: spi: Enable new spi/sf layers by Mike Frysinger · 11 years ago
  83. f015309 sandbox: config: Don't use 64-bit physical memory by Simon Glass · 11 years ago
  84. 86bd4e8 sandbox: convert to common time functions by Rob Herring · 11 years ago
  85. 8177042 config/sandbox: Add EFI and GPT support by Egbert Eich · 11 years ago
  86. 33d1b9a config: remove platform CONFIG_SYS_HZ definition part 2/2 by Rob Herring · 11 years ago
  87. 204c4ed config: Add a default CONFIG_SYS_PROMPT by Rob Herring · 11 years ago
  88. 5d3bca8 sandbox: add compression tests by Kees Cook · 11 years ago
  89. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  90. c6fc03f sandbox: config: Enable FIT signatures with RSA by Simon Glass · 11 years ago
  91. e7f1eb5 sandbox: Support trace feature by Simon Glass · 11 years ago
  92. 79f396a sandbox: config: Enable CONFIG_FIT and CONFIG_CMD_FIT by Simon Glass · 12 years ago
  93. 1539343 sandbox: Add CONFIG_OF_HOSTFILE to read FDT from host file by Simon Glass · 12 years ago
  94. 62cf912 sandbox: Switch over to generic board by Simon Glass · 12 years ago
  95. 6cb5db4 sandbox: config: Enable sandbox command by Simon Glass · 12 years ago
  96. eb4cecd sandbox: Enable ext4 and fat filesystems by Simon Glass · 12 years ago
  97. a081a0f sandbox: config: Enable hash functions and mtest by Simon Glass · 12 years ago
  98. 584c0ea hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c by Tom Rini · 12 years ago
  99. 42454916 sandbox: enable GPIO driver by Simon Glass · 13 years ago
  100. 827116f sandbox: config: enable fdt and snprintf() options by Simon Glass · 13 years ago