1. cffe5d8 dm: mmc: Set up the device pointer when using the MMC uclass by Simon Glass · 9 years ago
  2. b6694a3 dm: blk: Add a comment as to why the bdev member is needed by Simon Glass · 9 years ago
  3. cd0fb55 dm: blk: Add functions to select a hardware partition by Simon Glass · 9 years ago
  4. 69f45cd dm: mmc: Use the new select_hwpart() API by Simon Glass · 9 years ago
  5. cb5ec33 dm: mmc: Add a function to obtain the block device by Simon Glass · 9 years ago
  6. a2040fa dm: core: Allow device names to be freed automatically by Simon Glass · 9 years ago
  7. cd995a8 dm: sandbox: Enable systemace by Simon Glass · 9 years ago
  8. 9107c97 dm: blk: Add a easier way to create a named block device by Simon Glass · 9 years ago
  9. 52138fd dm: blk: Allow blk_create_device() to allocate the device number by Simon Glass · 9 years ago
  10. 199a120 dm: sandbox: Enable SATA by Simon Glass · 9 years ago
  11. e8c0a25 dm: sandbox: Enable SCSI by Simon Glass · 9 years ago
  12. 74c6dc1 dm: sandbox: Enable IDE by Simon Glass · 9 years ago
  13. 145df84 dm: ide: Add support for driver-model block devices by Simon Glass · 9 years ago
  14. 38bd29b dm: part: Drop the get_dev() method by Simon Glass · 9 years ago
  15. f1d86fd dm: sandbox: Drop the host_get_dev() function by Simon Glass · 9 years ago
  16. ae9ffcc dm: blk: Drop the systemace.h header by Simon Glass · 9 years ago
  17. f6d000e dm: systemace: Drop the get_dev() function by Simon Glass · 9 years ago
  18. 4e7189d dm: sata: Drop the get_dev() function by Simon Glass · 9 years ago
  19. edd82ab dm: scsi: Drop the get_dev() function by Simon Glass · 9 years ago
  20. 3c457f4 dm: mmc: Drop the get_dev() function by Simon Glass · 9 years ago
  21. 74001a2 dm: ide: Drop the get_dev() function by Simon Glass · 9 years ago
  22. 57ebf67 dm: usb: Drop the get_dev() function by Simon Glass · 9 years ago
  23. 3ef85e3 dm: systemace: Add a legacy block interface by Simon Glass · 9 years ago
  24. 6eef6ea dm: blk: Add a legacy block interface by Simon Glass · 9 years ago
  25. c649e3c dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSI by Simon Glass · 9 years ago
  26. 709e98b Allow iotrace byte access to use an address of any size by Simon Glass · 9 years ago
  27. a219639 dm: Rename disk uclass to ahci by Simon Glass · 9 years ago
  28. cf63084 pci: Drop CONFIG_SYS_SCSI_SCAN_BUS_REVERSE by Simon Glass · 9 years ago
  29. 6c880b7 dm: gpio: add a default gpio xlate routine by Eric Nelson · 9 years ago
  30. c0c62d9 drivers: usb: common: add common code for usb drivers to use by Mugunthan V N · 9 years ago
  31. 7a3eff4 dm: spi: introduce dm api by Peng Fan · 9 years ago
  32. e27802a m68k: add DM model serial driver by angelo@sysam.it · 9 years ago
  33. 1cc0a9f Fix various typos, scattered over the code. by Robert P. J. Day · 9 years ago
  34. 4bf11dc omap4: duovero: Disable EFI booting by Ash Charles · 9 years ago
  35. ea94859 omap4: load files for legacy boot by Ash Charles · 9 years ago
  36. b38eaec include/configs: Numerous typo fixes: "controler" -> "controller". by Robert P. J. Day · 9 years ago
  37. 700877a net: increase maximum frame size to accomediate VLAN packets by Stefan Agner · 9 years ago
  38. 0299cee net: fix vlan validation by Stefan Agner · 9 years ago
  39. e7fbcbc igep00x0: Use the SRAM available for SPL. by Enric Balletbo i Serra · 9 years ago
  40. 58abb98 mx6ul_evk: Remove CONFIG_SUPPORT_EMMC_BOOT by Fabio Estevam · 9 years ago
  41. f9f9d2d config: am335x_evm: detect BoneGreen using BBG1 by matwey.kornilov@gmail.com · 9 years ago
  42. eae4b2b Fix spelling of "occurred". by Vagrant Cascadian · 9 years ago
  43. 09c2b8f Change my mailaddress by Andreas Bießmann · 9 years ago
  44. f188357 Revert "ti_armv7_common.h: Fix U-Boot location on eMMC" by Tom Rini · 9 years ago
  45. 2489a7e omap3: Reduce logic/overo SPL max image size by Tom Rini · 9 years ago
  46. e25b369 ARM64: zynqmp: Cleanup config file after CMD move by Michal Simek · 9 years ago
  47. f4c6f93 Merge branch 'master' of git://git.denx.de/u-boot-samsung by Tom Rini · 9 years ago
  48. fc6e3c8 pico-imx6ul: Update the defconfig by Tom Rini · 9 years ago
  49. cacd1d2 mmc: sdhci: add const qualifier to the name of struct sdhci_host by Masahiro Yamada · 9 years ago
  50. 305b909 ARM: hisilicon: hikey: Align memory node with upstream kernel by Peter Griffin · 9 years ago
  51. 9122109 ARM: hisilicon: hikey: Add hikey & hi6220 dts from v4.6-rc3. by Peter Griffin · 9 years ago
  52. ef5ebe9 ti_armv7_common.h: Fix U-Boot location on eMMC by Semen Protsenko · 9 years ago
  53. 89cb2b5 configs: Re-sync with cmd/Kconfig by Tom Rini · 9 years ago
  54. cb04db1 include/configs: Whitespace fixup by Tom Rini · 9 years ago
  55. 78d1e1d configs: Re-sync almost all of cmd/Kconfig by Tom Rini · 9 years ago
  56. 4d7100a configs: Re-sync CONFIG_USB_MUSB_HOST by Tom Rini · 9 years ago
  57. adad96e configs: Re-sync HUSH options by Tom Rini · 9 years ago
  58. 9f69ab8 Merge branch 'master' of git://www.denx.de/git/u-boot-uniphier by Tom Rini · 9 years ago
  59. 588d269 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 9 years ago
  60. 2802752 dm: core: Add dev_get_addr_ptr() to return a pointer to the reg address by Stefan Roese · 9 years ago
  61. b75e072 ARM: uniphier: speed up loading kernel image from NOR device by Masahiro Yamada · 9 years ago
  62. 2386969 ARM: uniphier: reserve the last 64 byte of SDRAM by Masahiro Yamada · 9 years ago
  63. 9d0c2ce ARM: uniphier: add PH1-LD20 SoC support by Masahiro Yamada · 9 years ago
  64. eb6b50f Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 9 years ago
  65. e6c0bc0 usb: gadget Move: CONFIG_G_DNL_* to Kconfig by Sam Protsenko · 9 years ago
  66. b142729 usb: dwc3: Move CONFIG_USB_DWC3_PHY_* to Kconfig by Sam Protsenko · 9 years ago
  67. c16bf62 usb: dwc3: Move CONFIG_USB_DWC3_OMAP to Kconfig by Sam Protsenko · 9 years ago
  68. 65403f3 usb: dwc3: Move CONFIG_USB_DWC3_GADGET/HOST to Kconfig by Sam Protsenko · 9 years ago
  69. aaa4a9e usb: gadget: Move CONFIG_USB_GADGET_DOWNLOAD to Kconfig by Sam Protsenko · 9 years ago
  70. 3457bba usb: gadget: Move CONFIG_USB_GADGET_DUALSPEED to Kconfig by Sam Protsenko · 9 years ago
  71. a59a77f usb: gadget: Move CONFIG_USB_GADGET_VBUS_DRAW to Kconfig by Sam Protsenko · 9 years ago
  72. 69cc7db Add initial support for Technexion's PICO-IMX6UL-EMMC board by Fabio Estevam · 9 years ago
  73. 54971ac board: ge: bx50v3: Use pwm for display backlight by Akshay Bhat · 9 years ago
  74. e1acaa6 bx50v3: Enable CONFIG_OF_LIBFDT in defconfig by Akshay Bhat · 9 years ago
  75. ff2545a efi_loader: Fall back to fdtfile naming convention by Alexander Graf · 9 years ago
  76. 1c39809 efi_loader: Pass fdt address directly to bootefi cmd by Alexander Graf · 9 years ago
  77. 3349ed3 Remove references to CONFIG_CMD_EXT3, no such command by Robert P. J. Day · 9 years ago
  78. 093685a dragonboard410c: Fix environment variables by Andreas Färber · 9 years ago
  79. c1f2057 configs: ks2: move CMD_NAND to defconfigs by Lokesh Vutla · 9 years ago
  80. 8f69523 memory: Move TI_AEMIF config to KCONFIG by Lokesh Vutla · 9 years ago
  81. 50c5d43 dragonboard410c: Add CONFIG_SYS_CACHELINE_SIZE by Mateusz Kulikowski · 9 years ago
  82. 578ec3b distro: Enable iso partition code by Alexander Graf · 9 years ago
  83. ecbe1a0 efi_loader: Increase path string to 32 characters by Alexander Graf · 9 years ago
  84. c07ad7c efi_loader: Pass file path to payload by Alexander Graf · 9 years ago
  85. 23922e2 cmd: fdt: Use separate CMD_FDT Kconfig entry instead of OF_LIBFDT by Michal Simek · 9 years ago
  86. 5375389 kconfig: Move CONFIG_OF_LIBFDT to Kconfig by Michal Simek · 9 years ago
  87. 30b0195 bcm281xx: save ENV to MMC by Steve Rae · 9 years ago
  88. 108f841 ARM: rpi: fix 64-bit CONFIG_SYS_TEXT_BASE by Stephen Warren · 9 years ago
  89. 43c4d44 fdt: implement dev_get_addr_name() by Stephen Warren · 9 years ago
  90. 4ecad8a exynos: Set CNTFRQ by Alexander Graf · 9 years ago
  91. 541c9be Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 9 years ago
  92. 58ed7f6 ARM64: zynqmp: Use i2c cadence DM driver by Michal Simek · 9 years ago
  93. ff9bd8e ARM64: zynqmp: Enable pca953x driver for zcu102 by Michal Simek · 9 years ago
  94. 2978ae2 gpio: Kconfig: Enable Zynq GPIO driver using kconfig by Siva Durga Prasad Paladugu · 9 years ago
  95. 08afaf1 ARM64: zynqmp: Clean header after moving stuff to Kconfig by Michal Simek · 9 years ago
  96. 6c0c958 ARM64: zynqmp: Add support for zc1751 with DC cards by Michal Simek · 9 years ago
  97. 1f4f3d3 ARM64: zynqmp: Add support for ZCU102 platform by Michal Simek · 9 years ago
  98. 407b76f ARM64: zynqmp: Move kernel and fdt offsets and sizes to board config file by Siva Durga Prasad Paladugu · 9 years ago
  99. 1e8d383 ARM: zynq: Do not perform reset at the end of thor by Michal Simek · 9 years ago
  100. 758f29d ARM: zynq: Support systems with more memory banks by Michal Simek · 9 years ago