1. 1d01c98 mmc: fsl_esdhc_imx: drop redundant clock settings by Peng Fan · 5 years ago
  2. 6187047 mmc: fsl_esdhc: clean up DM and non-DM code by Yangbo Lu · 5 years ago
  3. 0cc127c mmc: fsl_esdhc: always check write protect state by Yangbo Lu · 5 years ago
  4. 08197cb mmc: fsl_esdhc: drop redundant code for non-removable feature by Yangbo Lu · 5 years ago
  5. 5705973 mmc: fsl_esdhc: convert to use fsl_esdhc_get_cfg_common() by Yangbo Lu · 5 years ago
  6. 07bae1d mmc: fsl_esdhc: clean up bus width configuration code by Yangbo Lu · 5 years ago
  7. 5b05fc0 mmc: fsl_esdhc: fix voltage validation by Yangbo Lu · 5 years ago
  8. 531ccd4 mmc: fsl_esdhc: drop controller initialization in fsl_esdhc_init() by Yangbo Lu · 5 years ago
  9. 3885601 binman: Move to use Python 3 by Simon Glass · 5 years ago
  10. a90df2b dtoc: Convert fdt.py to Python 3 by Simon Glass · 5 years ago
  11. b6ee0cf binman: Convert a few tests to Python 3 by Simon Glass · 5 years ago
  12. 9a5d3dc binman: Remember the pre-reset entry size by Simon Glass · 5 years ago
  13. 97de532 pylibfdt: Correct the type for fdt_property_stub() by Simon Glass · 5 years ago
  14. 903fe17 pylibfdt: Sync up with upstream by Simon Glass · 5 years ago
  15. b4cf5f1 pylibfdt: Convert to Python 3 by Simon Glass · 5 years ago
  16. 5effab0 rkmux: Convert to Python 3 by Simon Glass · 5 years ago
  17. 793dca3 move_config: Convert to Python 3 by Simon Glass · 5 years ago
  18. 879ca27 microcode_tool: Convert to Python 3 by Simon Glass · 5 years ago
  19. 3c19dc8 test_dtoc: Move to use Python 3 by Simon Glass · 5 years ago
  20. f7ba5f0 test_fdt: Move to use Python 3 by Simon Glass · 5 years ago
  21. c05aa03 buildman: Convert to Python 3 by Simon Glass · 5 years ago
  22. e3986d9 patman: Move to use Python 3 by Simon Glass · 5 years ago
  23. 272cd85 patman: Use unicode for file I/O by Simon Glass · 5 years ago
  24. 3b3e3c0 patman: Adjust 'command' to return strings instead of bytes by Simon Glass · 5 years ago
  25. f0921f5 fdt: Sync up to the latest libfdt by Simon Glass · 5 years ago
  26. e9bae5c mx6: tbs2910: Minimise libfdt code size by Simon Glass · 5 years ago
  27. 0d76afc fdt: Add Kconfig options to control code size by Simon Glass · 5 years ago
  28. 8659895 fdt: Add INT32_MAX to kernel.h for libfdt by Simon Glass · 5 years ago
  29. 73b6e6a Merge tag 'u-boot-imx-20191104' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 5 years ago
  30. 3b02d61 Merge branch '2019-11-04-ti-imports' by Tom Rini · 5 years ago
  31. 62f8e84 net: ti: cpsw: convert to use dev/ofnode api by Grygorii Strashko · 5 years ago
  32. ee93ef0 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · 5 years ago
  33. 9c17ad3 tbs2910: Disable Plan9/RTEMS bootm support by Tom Rini · 5 years ago
  34. ae8a53e imx: nandbcb: add support for writing BCB only by Igor Opaniuk · 5 years ago
  35. 1b899a8 imx: nandbcb: refactor update function by Igor Opaniuk · 5 years ago
  36. dad30dd imx: nandbcb: add support for i.MX7 by Igor Opaniuk · 5 years ago
  37. 9ab5f22 nand: mxs_nand: add API for switching different BCH layouts by Igor Opaniuk · 5 years ago
  38. 6e73524 imx: gpmi: add defines for hw randominizer by Igor Opaniuk · 5 years ago
  39. b947dd8 tbs2910: Disable Plan9/RTEMS bootm support by Tom Rini · 5 years ago
  40. eef7244 imx: support i.MX8QM ROM 7720 a1 board by Oliver Graute · 5 years ago
  41. 387c449 arm: dts: imx8mm: sync dts from Linux Kernel by Peng Fan · 5 years ago
  42. c04ac5b board/BuR/brppt2: initial commit by Hannes Schmelzer · 5 years ago
  43. 910b2fc imx8: output SECO-FW and ATF commit IDs by Anatolij Gustschin · 5 years ago
  44. 264977d mach-imx: Adding new argument for SIP call interface by Ye Li · 5 years ago
  45. 6dcc6ce imx8qxp: mek: add secure boot script by Peng Fan · 5 years ago
  46. b06ff8f imx8qm: mek: add secure boot script by Peng Fan · 5 years ago
  47. 7e2db74 imx8: Add AHAB secure boot support by Peng Fan · 5 years ago
  48. 8c61eba imx8mm: evk: enable bd71837 pmic by Peng Fan · 5 years ago
  49. 1a99710 imx8m: evk: spl: probe clk in spl early stage by Peng Fan · 5 years ago
  50. 672fc54 power: pmic: Kconfig: add CONFIG_SPL_DM_PMIC_BD71837 by Peng Fan · 5 years ago
  51. e0f724f pmic: bd71837: drop DEBUG macro by Peng Fan · 5 years ago
  52. 698c439 dt-bindings: import usb pd by Peng Fan · 5 years ago
  53. 9d86dbd imx: spl: implement spl_boot_mode for i.MX7/8/8M by Peng Fan · 5 years ago
  54. 2dfecdd imx: imx8mq: add init_nand_clk by Peng Fan · 5 years ago
  55. eeca15a imx8m: clock: improve irq response latency by Peng Fan · 5 years ago
  56. 9e09445 imx8m: imx8mq: get chip rev for B1 revision by Peng Fan · 5 years ago
  57. cde421c video: mxsfb: set gd->fb_base by Sébastien Szymanski · 5 years ago
  58. b1be79b opos6uldev: migrate to DM_VIDEO by Sébastien Szymanski · 5 years ago
  59. b72dd93 imx6ul: opos6ul: migrate to DM_ETH by Sébastien Szymanski · 5 years ago
  60. 05737f3 imx: update i.MX8MQ device trees by Patrick Wildt · 5 years ago
  61. c4cb27e mccmon6: defconfig: nor: Enable usage of *_TINY_* drivers in SPL by Lukasz Majewski · 5 years ago
  62. e4417ed ARM: imx: Convert mccmon6 to use fitImage instead of uImage+DTB by Lukasz Majewski · 5 years ago
  63. a4a16c9 spl: nor: Provide falcon boot support for NOR memories by Lukasz Majewski · 5 years ago
  64. e0fe3dc ARM: imx: Decouple mccmon6's SPL and u-boot proper code by Lukasz Majewski · 5 years ago
  65. 8e64181 ARM: imx: Convert mccmon6 to use DM/DTS in the u-boot proper by Lukasz Majewski · 5 years ago
  66. f6a4df3 imx: Enable RTC (ds1307) support in the U-Boot proper on TPC70 board by Lukasz Majewski · 5 years ago
  67. 5c47bf7 ARM: imx6: DHCOM i.MX6 PDK: spl: Add eMMC initialization to SPL code by Claudius Heine · 5 years ago
  68. cd71c75 ARM: imx6: DHCOM i.MX6 PDK: defconfig: Enable MMC support of SPL by Claudius Heine · 5 years ago
  69. 5331fad ARM: imx6: DHCOM i.MX6 PDK: fix board_boot_modes emmc entry by Claudius Heine · 5 years ago
  70. f2929d1 watchdog: imx: Use immediate reset bits for expire_now by Robert Hancock · 5 years ago
  71. ceea0c1 watchdog: imx: Add DT ext-reset handling by Robert Hancock · 5 years ago
  72. 6b4339d ARM: dts: imx6ull-colibri: pre-reloc for uart pinmux modes by Igor Opaniuk · 5 years ago
  73. 7d6ca12 ARM: dts: imx6ull-colibri: change hierarchy of DTS files by Igor Opaniuk · 5 years ago
  74. b4a2cdc arm: mxs: Increase VDDD voltage to match specification by Marek Vasut · 5 years ago
  75. dde31a1 ARM: imx: Use IMX6_SRC_GPR10_BMODE instead of magic number by Claudius Heine · 5 years ago
  76. e01c8cf ARM: imx: Fix bmode detection from grp10 by Claudius Heine · 5 years ago
  77. 7f8a6a6 arm: dts: Add devicetree support for iMXQXP AI_ML board by Manivannan Sadhasivam · 5 years ago
  78. 6aa8749 i.MX6: nand: extend nandbcb command for imx6UL(L) by Parthiban Nallathambi · 5 years ago
  79. 3201e5b imx: defconfig: Enable CONFIG_SPL_FORCE_MMC_BOOT on display5 by Lukasz Majewski · 5 years ago
  80. da6a728 net: ti: am65x-cpsw: fix mac tx internal delay for rgmii-rxid mode by Grygorii Strashko · 5 years ago
  81. a3c867a net: ti: cpsw: fix mac tx internal delay for rgmii-rxid mode by Grygorii Strashko · 5 years ago
  82. 3c57b62 net: ti: cpsw: add support for standard eth "max-speed" dt property by Grygorii Strashko · 5 years ago
  83. 4040148 net: ti: cpsw: move parsing of dt port's parameters in separate func by Grygorii Strashko · 5 years ago
  84. 60e81d0 net: ti: cpsw: enable 10Mbps link speed support in rgmii mode by Grygorii Strashko · 5 years ago
  85. 3b3e8a3 arm: dts: am335x: sync cpsw/mdio/phy with latest linux - drop phy_id by Grygorii Strashko · 5 years ago
  86. b1fe4fe arm: dts: am437x: sync cpsw/mdio/phy with latest linux - drop phy_id by Grygorii Strashko · 5 years ago
  87. 68d875d arm: dts: dra7: sync cpsw/mdio/phy with latest linux - drop phy_id by Grygorii Strashko · 5 years ago
  88. fa64df4 mx6: clock: Introduce disable_ipu_clock() by Fabio Estevam · 5 years ago
  89. 1be51fe mx6: clock: Use setbits_le32() by Fabio Estevam · 5 years ago
  90. 73c6cd6 x86: Quieten TPL's jump_to_image_no_args() by Simon Glass · 5 years ago
  91. 09455d3 x86: Don't print CPU info in TPL by Simon Glass · 5 years ago
  92. 0e72ac7 x86: Move CPU init to before spl_init() by Simon Glass · 5 years ago
  93. ece3a46 x86: Add a CPU init function for TPL by Simon Glass · 5 years ago
  94. 0ced70a x86: tpl: Add a fake PCI bus by Simon Glass · 5 years ago
  95. c0e2c81 x86: spl: Support init of a PUNIT by Simon Glass · 5 years ago
  96. a478a26 x86: timer: Use a separate flag for whether timer is inited by Simon Glass · 5 years ago
  97. 096c71e x86: timer: Set up the timer in timer_early_get_count() by Simon Glass · 5 years ago
  98. c52b5e8 spl: Add a size check for TPL by Simon Glass · 5 years ago
  99. 63473ee dm: doc: Correct of-platdata driver name by Simon Glass · 5 years ago
  100. c53b318 spi: Add support for memory-mapped flash by Simon Glass · 5 years ago