1. 63af4b0 i.MX6Q: icorem6: Add falcon mode by Jagan Teki · 7 years ago
  2. 46668df i.MX6Q: spl: Fix falcon to use dram_init_banksize by Jagan Teki · 7 years ago
  3. 624da53 imx: remove SATA boot mode for i.MX 6UL and 6ULL by Stefan Agner · 7 years ago
  4. a2b137b icorem6: Fix to find MMC devices by Jagan Teki · 7 years ago
  5. ffc36f5 imx6: don't include unneeded boot_mode array in SPL by Anatolij Gustschin · 7 years ago
  6. f9d42d8 spl: do not repeat timer init on i.MX6 by Anatolij Gustschin · 7 years ago
  7. ae64226 imx: timer: don't clear the GPT control register multiple times by Anatolij Gustschin · 7 years ago
  8. cb40adf pfla02: Fix RAM detection and support 1 bank SOM by Stefano Babic · 7 years ago
  9. 3aa4b70 imx: imx6: Move gpr_init() function to soc.c by Breno Lima · 7 years ago
  10. 962c78b imx: use BOOT_DEVICE_BOARD instead of UART by Stefan Agner · 7 years ago
  11. 3bd1642 imx: fix USB boot mode detection for i.MX 6UL and 6ULL by Stefan Agner · 7 years ago
  12. 7a7bfec pinctrl: imx7ulp: Add new info instance for iomuxc1 by Peng Fan · 7 years ago
  13. 63fbc59 pinctrl: imx: Fix mask when SHARE_MUX_CONF_REG is set by Peng Fan · 7 years ago
  14. 7c09cbf imx: fix licensing in i.MX files by Stefano Babic · 7 years ago
  15. fa85b02 imx: mx7: psci: add copyright and license by Peng Fan · 7 years ago
  16. f0e0698 apalis/colibri_imx6: enable SDP by default by Stefan Agner · 7 years ago
  17. 2b2f678 apalis/colibri_imx6: use independent USB PID for SPL by Stefan Agner · 7 years ago
  18. f9c39d9 doc: add Serial Download Protocol documentation by Stefan Agner · 7 years ago
  19. a3774c1 spl: add serial download protocol (SDP) support by Stefan Agner · 7 years ago
  20. 2f00569 cmd: add sdp command by Stefan Agner · 7 years ago
  21. ccd7a4d usb: gadget: sdp: extend images compatible for jumps by Stefan Agner · 7 years ago
  22. 5661f08 usb: gadget: add SDP driver by Stefan Agner · 7 years ago
  23. 4e76c07 imx: move imximage header to common location by Stefan Agner · 7 years ago
  24. 90ae53c fastboot: Ensure we treat CONFIG_FASTBOOT_BUF_ADDR as long by Tom Rini · 7 years ago
  25. ad8afea Merge git://www.denx.de/git/u-boot-marvell by Tom Rini · 7 years ago
  26. 09b6a6d Merge git://git.denx.de/u-boot-usb by Tom Rini · 7 years ago
  27. 8197d92 Merge git://git.denx.de/u-boot-uniphier by Tom Rini · 7 years ago
  28. 6ab09b0 ARM: mvebu: set correct mem_size for db-88f6820-amc by Chris Packham · 7 years ago
  29. 5bf4475 doc: license: Add license header to the README.dfutftp file by Lukasz Majewski · 7 years ago
  30. 6bafa5a fb_mmc.c: Correct blk_dread() return value checks by Tom Rini · 7 years ago
  31. 2341c80 common/fb_mmc.c: Fix warnings about casts by Tom Rini · 7 years ago
  32. 7715dea fastboot: avoid printing invalid data by John Keeping · 8 years ago
  33. d331084 Fix fastboot boot address by Peter Chubb · 8 years ago
  34. a11a5b8 usb: ehci: Convert CONFIG_USB_EHCI_PCI to Kconfig by Bin Meng · 7 years ago
  35. 2d7cb5b env: Replace all open-coded gd->env_valid values with ENV_ flags by Simon Glass · 7 years ago
  36. c55d8b9 env: Allow env_load() to detect errors by Simon Glass · 7 years ago
  37. eeba55c env: Correct case of no sub-init function by Tom Rini · 7 years ago
  38. 3444d1d ARM: dts: uniphier: add dr_mode property to dwc3 node by Masahiro Yamada · 7 years ago
  39. 6584b1e reset: uniphier: refactor reset data and add NAND/eMMC reset lines by Masahiro Yamada · 7 years ago
  40. c5161ee Revert "ARM: uniphier: fix ROM boot mode for PH1-sLD3" by Masahiro Yamada · 7 years ago
  41. 0aa8b2c Revert "ARM: uniphier: move lowlevel debug init code after page table switch" by Masahiro Yamada · 7 years ago
  42. 00aa453 ARM: uniphier: remove sLD3 SoC support by Masahiro Yamada · 7 years ago
  43. 213fcab clk: uniphier: fix unmet direct dependencies warning by Masahiro Yamada · 7 years ago
  44. f1a7ba1 Fix 'notes' typos by Anatolij Gustschin · 7 years ago
  45. e94c126 env: Sort selection of default choices by Andy Shevchenko · 7 years ago
  46. 79c85f7 arm, at91: fix taurus board by Heiko Schocher · 7 years ago
  47. c1ee893 common/board_f.c: remove CONFIG_SYS_GENERIC_GLOBAL_DATA by Thomas Petazzoni · 7 years ago
  48. fb53e7e ARM: hisilicon: hikey: Fix eMMC with latest ATF & U-Boot by Peter Griffin · 7 years ago
  49. 42a9f14 fs/fat: Correct blk_dread() return value check by Tom Rini · 7 years ago
  50. 9585dd3 spl: spl_mmc.c Correct blk_dread() return value check by Tom Rini · 7 years ago
  51. d03618d cmd/read.c: Fix checking blk_dread return value by Tom Rini · 7 years ago
  52. 54f1792 mtdparts: Fix various issues reported by Coverity by Tom Rini · 7 years ago
  53. 78eda89 hash: Compile only hardware or software versions of SHA algorithms by Tom Rini · 7 years ago
  54. 3809e30 Makefile: honor PYTHON configuration properly by Clément Bœsch · 7 years ago
  55. 2629a21 Merge git://git.denx.de/u-boot-video by Tom Rini · 7 years ago
  56. 021414a lcd: avoid possible NULL dereference by xypron.glpk@gmx.de · 7 years ago
  57. 5619295 Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot by Tom Rini · 7 years ago
  58. 1fdafb2 Merge branch 'master' of git://git.denx.de/u-boot-mmc by Tom Rini · 7 years ago
  59. a6dd10c Merge branch 'master' of git://git.denx.de/u-boot-coldfire by Tom Rini · 7 years ago
  60. 804f1d9 Merge branch 'master' of git://git.denx.de/u-boot-rockchip by Tom Rini · 7 years ago
  61. 957b4ee rockchip: rk322x: pinctrl: fix IO MASK error on sdcard pin by Kever Yang · 7 years ago
  62. a634236 rockchip: rk322x: pinctrl: using compatible name same with dts by Kever Yang · 7 years ago
  63. a80b3b0 rockchip: rk322x: update MACRO for mmc clksel reg by Kever Yang · 7 years ago
  64. 44c5ba5 rockchip: rk322x: update dram bank size by Kever Yang · 7 years ago
  65. a299a48 rockchip: rk3399: spl: remove unused header inclusion by Philipp Tomsich · 7 years ago
  66. caa6b3b rockchip: dts: rk3399-evb: remove redundant gmac node by Kever Yang · 7 years ago
  67. c81883d efi_loader: do not cast return value in EFI_EXIT by xypron.glpk@gmx.de · 7 years ago
  68. a191cca mmc: Support generic PCI SD host controller by Bin Meng · 7 years ago
  69. a373024 m68k: add board stmark2, mcf5441x based by Angelo Dureghello · 7 years ago
  70. 02a6edd m68k: mcf5445x: allow CS0 to be undefined by Angelo Dureghello · 7 years ago
  71. c533cfc m68k: fix cache.c for Coldfire V4E by Angelo Dureghello · 7 years ago
  72. c74dda8 m68k: mcf5445x: move early ddr init as board-specific by Angelo Dureghello · 7 years ago
  73. b5c4d81 spl: fix Makefile for NOR, XIP and YMODEM by Philipp Tomsich · 7 years ago
  74. 1ade3a9 rockchip: dts: rk3399-firefly: update gmac parameter by Kever Yang · 7 years ago
  75. bdb6099 cmd: mmc: add mmc partconf read capability by Angelo Dureghello · 7 years ago
  76. e7881d8 dm: mmc: Drop CONFIG_DM_MMC_OPS by Simon Glass · 7 years ago
  77. b9a40c0 dm: mmc: Correct Kconfig condition for SPL_DM_MMC_OPS by Simon Glass · 7 years ago
  78. 2088747 dm: imx: Move i.MX devices to use CONFIG_DM_MMC_OPS by Simon Glass · 7 years ago
  79. 5248930 dm: imx: cm_fx6: Enable more driver model support by Simon Glass · 7 years ago
  80. 4f6478d dm: imx: cm_fx6: Add MMC support for CONFIG_BLK by Simon Glass · 7 years ago
  81. 5ec1f56 dm: imx: cm_fx6: Add device tree for cm_fx6 by Simon Glass · 7 years ago
  82. 8d331e3 dm: imx: cm_fx6: Support driver model for SATA by Simon Glass · 7 years ago
  83. 653282b dm: mmc: fsl_esdhc: Update to support MMC operations by Simon Glass · 7 years ago
  84. 4aac33f dm: mmc: fsl_esdhc: Update to support livetree by Simon Glass · 7 years ago
  85. d6eb25e dm: mmc: fsl_esdhc: Drop mmc_init() call from fsl_esdhc_init() by Simon Glass · 7 years ago
  86. e88e1d9 dm: mmc: fsl_esdhc: Set up platform data by Simon Glass · 7 years ago
  87. 201e828 dm: mmc: fsl_esdhc: Detect init failure by Simon Glass · 7 years ago
  88. 446e077 dm: mmc: fsl_esdhc: Detect reset failure by Simon Glass · 7 years ago
  89. 9586aa6 dm: mmc: fsl_esdhc: Set up common versions of operations by Simon Glass · 7 years ago
  90. 09b465f dm: mmc: fsl_esdhc: Pass private data to internal functions by Simon Glass · 7 years ago
  91. c893f1e dm: sata: dwc_ahsata: Add support for driver model by Simon Glass · 7 years ago
  92. b8341f1 dm: sata: Update the AHCI uclass to support operations by Simon Glass · 7 years ago
  93. 7e0712b dm: sata: imx: Allow driver model to be used for sata by Simon Glass · 7 years ago
  94. f19f1ec dm: sata: Support driver model with the 'sata' command by Simon Glass · 7 years ago
  95. 752126a dm: sata: dw_sata: Set up common versions of operations by Simon Glass · 7 years ago
  96. 036a803 dm: sata: dw_sata: More ahci_init_one() futher down by Simon Glass · 7 years ago
  97. 5908d85 dm: sata: dw_sata: Drop is_ready by Simon Glass · 7 years ago
  98. 90abb28 dm: sata: dw_sata: Rename the dwc_ahsata private header by Simon Glass · 7 years ago
  99. 0f07df4 dm: sata: dw_sata: Sort #include directives by Simon Glass · 7 years ago
  100. 3e59c30 dm: sata: dw_sata: Drop unnecessary brackets by Simon Glass · 7 years ago