1. cb00883 moveconfig: Allow automatic location and adding of 'imply' by Simon Glass · 7 years ago
  2. 9b2a2e8 moveconfig: Allow control of which implying configs are shown by Simon Glass · 7 years ago
  3. 2ddd85d moveconfig: Allow piping in 'git show --stat' output by Simon Glass · 7 years ago
  4. d8c6fb8 sandbox: Drop special case console code for sandbox by Simon Glass · 7 years ago
  5. d63b5b4 sandbox: Enable more console options by Simon Glass · 7 years ago
  6. 4e6bafa console: Use map_sysmem() for the pre-relocation console by Simon Glass · 7 years ago
  7. e5a9d27 test: Add a test for snprintf() and the banner/version by Simon Glass · 7 years ago
  8. b089538 Allow displaying the U-Boot banner on a video display by Simon Glass · 7 years ago
  9. 6c519f2 display_options: Refactor to allow obtaining the banner by Simon Glass · 7 years ago
  10. 32e9ec1 x86: Move link to use driver model for SCSI by Simon Glass · 7 years ago
  11. 7337fcd dm: scsi: Drop scsi_init() when driver model is used by Simon Glass · 7 years ago
  12. 681357f dm: ahci: Add a driver for SCSI on AHCI by Simon Glass · 7 years ago
  13. 5c56176 dm: scsi: Split out the bus scanning code by Simon Glass · 7 years ago
  14. f6580ef dm: scsi: Adjust return value of scsi_exec() by Simon Glass · 7 years ago
  15. f6ab5a9 dm: scsi: Add operations for SCSI devices by Simon Glass · 7 years ago
  16. 4e74901 dm: ahci: Create a local version of two SCSI functions by Simon Glass · 7 years ago
  17. 8eab1a5 dm: scsi: Document and rename the scsi_scan() parameter by Simon Glass · 7 years ago
  18. 4682c8a dm: scsi: Add a device pointer to scan_exec(), scsi_bus_reset() by Simon Glass · 7 years ago
  19. 322f73f dm: scsi: Add operations by Simon Glass · 7 years ago
  20. 4279efc dm: ahci: Drop use of probe_ent by Simon Glass · 7 years ago
  21. 7cf1afc dm: ahci: Unwind the confusing init code by Simon Glass · 7 years ago
  22. 62b4ec8 dm: ahci: Move common code for starting ports into a function by Simon Glass · 7 years ago
  23. 099c239 dm: scsi: Indent the confusing #ifdefs by Simon Glass · 7 years ago
  24. 225b1da dm: ahci: Refactor to avoid static variables by Simon Glass · 7 years ago
  25. 4b62b2f dm: sata: Move ataid into struct ahci_uc_priv by Simon Glass · 7 years ago
  26. 2c9f9ef dm: ahci: Rename struct ahci_probe_ent by Simon Glass · 7 years ago
  27. 1dc64f6 dm: scsi: Use the uclass platform data by Simon Glass · 7 years ago
  28. b9560ad dm: scsi: Drop the ccb typedef by Simon Glass · 7 years ago
  29. aae5ec3 dm: scsi: Rename struct SCSI_cmd_block to struct scsi_cmd by Simon Glass · 7 years ago
  30. 0436824 dm: scsi: Rearrange header file for driver model by Simon Glass · 7 years ago
  31. 0fcd48f scsi: Move drivers into new drivers/scsi directory by Simon Glass · 7 years ago
  32. f2105c6 sata: Move drivers into new drivers/ata directory by Simon Glass · 7 years ago
  33. 10e40d5 Kconfig: Add CONFIG_SATA to enable SATA by Simon Glass · 7 years ago
  34. 3bf926c Convert CONFIG_CMD_SATA to Kconfig by Simon Glass · 7 years ago
  35. a6fb185 scsi: Drop scsi_print_error() by Simon Glass · 7 years ago
  36. b8beb6b scsi: Drop sym53c8xx driver by Simon Glass · 7 years ago
  37. fedb428 Convert CONFIG_SCSI to Kconfig by Simon Glass · 7 years ago
  38. 2cce586 dtoc: Support multiple compatible strings in a node by Simon Glass · 7 years ago
  39. 564cf25 cmd gpt: test in sandbox by Alison Chaiken · 7 years ago
  40. 6b20c34 sandbox: README: fix partition command invocation by Alison Chaiken · 7 years ago
  41. 99b6660 moveconfig: Support looking for implied CONFIG options by Simon Glass · 7 years ago
  42. d73fcb1 moveconfig: Support building a simple config database by Simon Glass · 7 years ago
  43. f3b8e64 moveconfig: Add a constant for auto.conf by Simon Glass · 7 years ago
  44. ddf91c6 moveconfig: Tidy up the documentation and add hints by Simon Glass · 7 years ago
  45. ee4e61b moveconfig: Allow reading the defconfig list from stdin by Simon Glass · 7 years ago
  46. 25f978c moveconfig: Support providing a path to the defconfig files by Simon Glass · 7 years ago
  47. 69aaec0 rockchip: dts: rk3328: add aliases for mmc controller by Kever Yang · 8 years ago
  48. 95ce385 dm: core: Add uclass_first/next_device_check() by Simon Glass · 8 years ago
  49. 9856157 dm: core: Test uclass_first/next_device() on probe failure by Simon Glass · 8 years ago
  50. 30a570a dm: core: Clarify uclass_first/next_device() comments by Simon Glass · 8 years ago
  51. 6b26aae pipe3: Fix broken dependency by Jean-Jacques Hiblot · 7 years ago
  52. c5c1756 mtd: stm32: use parameter instead of default value by Patrice Chotard · 7 years ago
  53. 9e58d4d arm: mach-keystone: Modify secure image size before copy by Andrew F. Davis · 7 years ago
  54. 7bdc694 ARM: dts: OMAP5+: Enable gpio in SPL by Lokesh Vutla · 7 years ago
  55. 3c9c4a2 arm: omap4+: Enable spl_early_init() by Lokesh Vutla · 7 years ago
  56. 4bd754d arm: omap: Detect boot mode very early by Lokesh Vutla · 7 years ago
  57. d754254 ARM64: poplar: hi3798cv200: u-boot support for Poplar 96Boards by Jorge Ramirez-Ortiz · 7 years ago
  58. fc50a6c driver: mmc: update debug info by Jorge Ramirez-Ortiz · 7 years ago
  59. ccaa83f ARM64: dts: hi3798cv200-poplar: add device tree bindings by Jorge Ramirez-Ortiz · 7 years ago
  60. bb44b96 pinctrl: stm32: add set_state ops by Christophe Kerello · 7 years ago
  61. ad0376e pinctrl: stm32: handle a configuration list by Christophe Kerello · 7 years ago
  62. 82f40f3 defconfig: k2g_evm_defconfig: Add K2G ICE to OF_LIST by Cooper Jr., Franklin · 7 years ago
  63. bc42096 ARM: k2g: Add K2G ICE DTB to the list of possible DTBs by Cooper Jr., Franklin · 7 years ago
  64. 6aba890 ARM: dts: k2g: Add DT support for K2G Industrial Communication Engine evm by Cooper Jr., Franklin · 7 years ago
  65. 42468c8 ARM: dts: k2g: Disable netcp by default by Cooper Jr., Franklin · 7 years ago
  66. 0d3f97d ARM: dts: keystone-k2g-evm: Add unit address to memory node by Cooper Jr., Franklin · 7 years ago
  67. df5ec72 ARM: dts: keystone-k2g: Remove skeleton.dtsi by Cooper Jr., Franklin · 7 years ago
  68. 92761fc ARM: k2g: Update board_name u-boot env variable at runtime by Cooper Jr., Franklin · 7 years ago
  69. 4f49040 ARM: k2g: Use board detection to wrap K2G GP specific calls by Cooper Jr., Franklin · 7 years ago
  70. e66a5da board: ks2: Use board detection to wrap code not specific to K2G ICE evm by Cooper Jr., Franklin · 7 years ago
  71. 652606e ARM: k2g: Add DDR3 configuration for K2G ICE evm by Cooper Jr., Franklin · 7 years ago
  72. b9b342e ARM: k2g: Add pinmux support for K2G ICE evm by Cooper Jr., Franklin · 7 years ago
  73. e6e2435 ks2_evm: Add EEPROM based board detection helper functions by Cooper Jr., Franklin · 7 years ago
  74. e5e546a ARM: k2g: Program DDRPHY_DATX8 registers via mask and value variables by Cooper Jr., Franklin · 7 years ago
  75. a76a6f3 ARM: k2g: Program DDR PHY MR2 register with the default value by Cooper Jr., Franklin · 7 years ago
  76. f8b4a2d ARM: keystone2: Add additional fields used for DDR3 configuration by Cooper Jr., Franklin · 7 years ago
  77. 3107696 defconfig: keystone2: Enable U-boot runtime DTB detection by Cooper Jr., Franklin · 7 years ago
  78. e820f52 ks2_evm: Add EEPROM based board detection by Cooper Jr., Franklin · 7 years ago
  79. 7234f21 ARM: keystone2: Define board_fit_config_name_match for Keystone 2 boards by Cooper Jr., Franklin · 7 years ago
  80. 5f48da9 ARM: k2g: Define embedded_dtb_select for runtime DTB selection in U-boot by Cooper Jr., Franklin · 7 years ago
  81. 85bfe48 ARM: keystone2: Allow to build with all image formats by Cooper Jr., Franklin · 7 years ago
  82. 6f59fb0 Makefile: Build additional binaries for dtb FIT blobs appended to U-boot by Cooper Jr., Franklin · 7 years ago
  83. af9e6ad board_f: Add new function to allow runtime DTB selection by Cooper Jr., Franklin · 7 years ago
  84. 80364a4 arm: dts: Add new "generic" 66AK2Gx device tree file. by Cooper Jr., Franklin · 7 years ago
  85. e0f3a3d ARM: dts: k2g: Introduce U-boot specific dtsi file by Cooper Jr., Franklin · 7 years ago
  86. d979740 dts: Allow OF_LIST to depend on FIT_EMBED by Cooper Jr., Franklin · 7 years ago
  87. 69e8d4b ti: common: board_detect: Add function to determine if EEPROM was read by Cooper Jr., Franklin · 7 years ago
  88. 2059ecf fdt: Enable selecting correct DTB from appended FIT Image by Cooper Jr., Franklin · 7 years ago
  89. 92926bc boot_fit: Create helper functions that can be used to select DTB out of FIT by Cooper Jr., Franklin · 7 years ago
  90. 3863f84 spl: fit: Break out some functions into a common file by Cooper Jr., Franklin · 7 years ago
  91. e936f99 ti: common: board_detect: Allow settings board detection variables manually by Nishanth Menon · 7 years ago
  92. a75df9a ARM: dts: keystone-k2e-evm: Add U-boot specific dtsi file by Cooper Jr., Franklin · 7 years ago
  93. d85ca02 Prepare v2017.07 by Tom Rini · 7 years ago v2017.07
  94. c95487f km/common: remove unused function declarations by Holger Brunck · 7 years ago
  95. 66dc09c cmd, nand: fix broken output of "nand info" by Lothar Waßmann · 7 years ago
  96. 2bf9412 libfdt: Drop -FDT_ERR_TOODEEP by Simon Glass · 7 years ago
  97. de88e4b configs: Resync defconfigs by Tom Rini · 7 years ago
  98. 8b7d092 MAINTAINERS: drop bcm283x/rpi maintainership by Stephen Warren · 7 years ago
  99. 53193a4 powerpc, 8xx: Add support for MCR3000 board from CSSI by Christophe Leroy · 7 years ago
  100. dd7ff47 powerpc, 8xx: move Serial driver to drivers/serial/ by Christophe Leroy · 7 years ago