1. 327bb3b Add dependencies for MALLOC_F and OF_LIBFDT by Sean Anderson · 5 years ago
  2. 74326a3 Kconfig: Rename CONFIG_SPL_DMA_SUPPORT to CONFIG_SPL_DMA by Vignesh Raghavendra · 5 years ago
  3. 6a63a87 mmc: fsl_esdhc: add compatible for fsl, imxrt-usdhc by Giulio Benetti · 5 years ago
  4. a820bed mmc: fsl_esdhc: make if(CONFIG_IS_ENABLED(CLK)) an #if statement by Giulio Benetti · 5 years ago
  5. cd647fc ram: add SDRAM driver for i.MXRT SoCs by Giulio Benetti · 5 years ago
  6. c32449a serial_lpuart: add support for i.MXRT by Giulio Benetti · 5 years ago
  7. 55631db serial_lpuart: add clock enable if CONFIG_CLK is defined by Giulio Benetti · 5 years ago
  8. abd98e0 gpio: mxc_gpio: add support for i.MXRT1050 by Giulio Benetti · 5 years ago
  9. 916ce98 pinctrl: add i.MXRT driver by Giulio Benetti · 5 years ago
  10. 4ca28e9 clk: imx: add i.IMXRT1050 clk driver by Giulio Benetti · 5 years ago
  11. 824c371 clk: imx: pfd: add set_rate() by Giulio Benetti · 5 years ago
  12. efadf79 clk: imx: pllv3: add support for PLLV3_AV type by Giulio Benetti · 5 years ago
  13. d0ceb93 clk: imx: pllv3: add PLLV3_SYS support by Giulio Benetti · 5 years ago
  14. 9841fee clk: imx: pllv3: add set_rate() support by Giulio Benetti · 5 years ago
  15. cbb2001 clk: imx: pllv3: add disable() support by Giulio Benetti · 5 years ago
  16. f4b7094 clk: imx: pllv3: add enable() support by Giulio Benetti · 5 years ago
  17. 4abd807 clk: imx: pllv3: set div_mask differently if PLLV3 is GENERIC or USB by Giulio Benetti · 5 years ago
  18. 16faa59 clk: imx: pllv3: register PLLV3 GENERIC and USB as 2 different clocks by Giulio Benetti · 5 years ago
  19. f35237e clk: imx8qxp: extend to support getting I2C IPG clock by Anatolij Gustschin · 5 years ago
  20. 29230f3 mmc: fsl_esdhc_imx: Handle the "broken-cd" property by Fabio Estevam · 5 years ago
  21. 27a38a6 virtio: fix typo devicd by Heinrich Schuchardt · 5 years ago
  22. 36b8b5d poweroff: add poweroff for mt6323 pmic by Frank Wunderlich · 5 years ago
  23. 0b326fc rtc: add support for DS3232 device by Han Nandor · 5 years ago
  24. ae3d38f bootcount: add a DM i2c eeprom backing store for bootcount by Robert Beckett · 5 years ago
  25. 48f885a drivers: mcfmii: add dm support by Angelo Durgehello · 5 years ago
  26. 05ffdc8 drivers: fsl_mcdmafec: conversion to dm by Angelo Durgehello · 5 years ago
  27. a7bcace drivers: mcffec: conversion to dm by Angelo Durgehello · 5 years ago
  28. 080bcc5 drivers: net: add mcf fec dm Kconfig support by Angelo Durgehello · 5 years ago
  29. c00bd81 Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-mpc83xx by Tom Rini · 5 years ago
  30. d6b92b9 Merge tag 'dm-pull-8jan20' of git://git.denx.de/u-boot-dm by Tom Rini · 5 years ago
  31. a74a213 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 5 years ago
  32. 7086de4 Merge tag 'efi-2020-04-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 5 years ago
  33. deb287b Merge tag 'u-boot-imx-20200108' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 5 years ago
  34. ce022f2 Merge branch 'master' of git://git.denx.de/u-boot-socfpga by Tom Rini · 5 years ago
  35. 9af51fb Merge tag 'u-boot-amlogic-20200108' of https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · 5 years ago
  36. 964b90f ata: fsl_sata: Continue probing other sata port when failed current port. by Peng Ma · 5 years ago
  37. 40cdf26 ata: sata_sil: Continue probing other sata port when failed current port. by Peng Ma · 5 years ago
  38. c4cc283 clk: imx: add i.MX8MP clk driver by Peng Fan · 5 years ago
  39. 6ddde48 clk: imx: add imx_clk_mux2_flags by Peng Fan · 5 years ago
  40. 22172f6 power: Add new PMIC PCA9450 driver by Ye Li · 5 years ago
  41. 4a41a1a ddr: imx8m: Add DRAM PLL to generate 1000Mhz output by Peng Fan · 5 years ago
  42. 67f3f32 mxc_ocotp: support i.MX8MP by Peng Fan · 5 years ago
  43. d8293e9 pinctrl: imx8m: support i.MX8MP by Peng Fan · 5 years ago
  44. fddf876 mpc83xx_clk: always treat MPC83XX_CLK_PCI as invalid by Rasmus Villemoes · 5 years ago
  45. 7fc0c2b dm: Add a debug message when devices are skipped pre-reloc by Sean Anderson · 5 years ago
  46. 42a0ce5 dm: devres: Add a new OFDATA phase by Simon Glass · 5 years ago
  47. af68411 dm: devres: Use an enum for the allocation phase by Simon Glass · 5 years ago
  48. 8d6320c dm: devres: Add tests by Simon Glass · 5 years ago
  49. cce61fc dm: devres: Convert to use logging by Simon Glass · 5 years ago
  50. 153851d dm: core: Add a new flag to track platform data by Simon Glass · 5 years ago
  51. bcd90cb dm: core: Export a new function to read platdata by Simon Glass · 5 years ago
  52. 82de42f dm: core: Allocate parent data separate from probing parent by Simon Glass · 5 years ago
  53. 29f7d05 dm: core: Move ofdata_to_platdata() call earlier by Simon Glass · 5 years ago
  54. a41e6da dm: core: Don't clear active flag twice when probe() fails by Simon Glass · 5 years ago
  55. b2b1100 aspeed: ast2500: Read clock ofdata in the correct method by Simon Glass · 5 years ago
  56. 4886287 pci: Print a warning if the bus is accessed before probing by Simon Glass · 5 years ago
  57. 1058eec usb: Drop use of BUG_ON() and WARN_ON() by Simon Glass · 5 years ago
  58. 6de16db dm: core: Use assert_noisy() in devres by Simon Glass · 5 years ago
  59. 03018ea virtio: rng: Add a random number generator(rng) driver by Sughosh Ganu · 5 years ago
  60. ff0dada sandbox: rng: Add a random number generator(rng) driver by Sughosh Ganu · 5 years ago
  61. 231ec90 stm32mp1: rng: Add a driver for random number generator(rng) device by Sughosh Ganu · 5 years ago
  62. 82ebf0f clk: stm32mp1: Add a clock entry for RNG1 device by Sughosh Ganu · 5 years ago
  63. a248768 dm: rng: Add random number generator(rng) uclass by Sughosh Ganu · 5 years ago
  64. 5677fe9 power: regulator: support off-on-delay-us by Peng Fan · 5 years ago
  65. 33fd419 remoteproc: stm32: load resource table from firmware by Fabien Dessenne · 5 years ago
  66. 4a4deb8 remoteproc: stm32: track the coprocessor state in a backup register by Fabien Dessenne · 5 years ago
  67. ffcb880 remoteproc: elf_loader: Add elf resource table load support by Fabien Dessenne · 5 years ago
  68. d42730e drivers: board: Add get_fit_loadable() by Jean-Jacques Hiblot · 5 years ago
  69. 8c86f96 drivers: board: Make the board drivers available in SPL by Jean-Jacques Hiblot · 5 years ago
  70. d8a3f52 Merge tag 'u-boot-imx-20200107' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 5 years ago
  71. ac0f978 Merge tag 'u-boot-atmel-2020.04-a' of https://gitlab.denx.de/u-boot/custodians/u-boot-atmel by Tom Rini · 5 years ago
  72. 8097aee ddr: socfpga: Enable ARM64 Non-Secure SDRAM ECC Access by Thor Thayer · 5 years ago
  73. 62079b2 arm: socfpga: stratix10: Enable SMMU access by Thor Thayer · 5 years ago
  74. 6a48c34 ddr: altera: agilex: Add SDRAM driver for Agilex by Ley Foon Tan · 5 years ago
  75. 733cc6c ddr: altera: Restructure Stratix 10 SDRAM driver by Ley Foon Tan · 5 years ago
  76. fec7ddc cache: Add Arteris Ncore cache coherent unit driver by Ley Foon Tan · 5 years ago
  77. c168fc7 clk: agilex: Add clock driver for Agilex by Ley Foon Tan · 5 years ago
  78. 2fd1dc5 arm: socfpga: Move Stratix10 and Agilex system manager common code by Ley Foon Tan · 5 years ago
  79. 8b7962a arm: socfpga: Move firewall code to firewall file by Ley Foon Tan · 5 years ago
  80. 94172c7 arm: socfpga: Convert clock manager from struct to defines by Ley Foon Tan · 5 years ago
  81. db5741f arm: socfpga: Convert system manager from struct to defines by Ley Foon Tan · 5 years ago
  82. bb25aca arm: socfpga: Convert reset manager from struct to defines by Ley Foon Tan · 5 years ago
  83. 5c9c71b spl: Allow cache drivers to be used in SPL by Ley Foon Tan · 5 years ago
  84. 98a8f44 dfu: Add optional timeout parameter by Andy Shevchenko · 5 years ago
  85. b9dea62 video: meson: Drop unnecessary header includes by Simon Glass · 5 years ago
  86. 83083fe ddr: imx8m: Return error values from LPDDR4 training by Frieder Schrempf · 5 years ago
  87. c5773cc pci: imx: Add iMX6SX compatible by Marek Vasut · 5 years ago
  88. 79db1b4 video: lg4573: convert to DM by Heiko Schocher · 5 years ago
  89. 5a8fa09 Merge branch 'next' by Tom Rini · 5 years ago
  90. 797eee3 Revert "mmc: davinci: drop struct davinci_mmc_plat" by Tom Rini · 5 years ago
  91. bf83639 video: add wrappers for ttf type files to .gitignore by Dario Binacchi · 5 years ago
  92. 0c20aaf video: Avoid using #ifdef in video-uclass.c by Simon Glass · 5 years ago
  93. 775d332 video: Avoid using #ifdef in vidconsole-uclass.c by Simon Glass · 5 years ago
  94. c656731 video: Avoid using #ifdef in console_rotate.c by Simon Glass · 5 years ago
  95. 4642119 video: Avoid using #ifdef in video blitting code by Simon Glass · 5 years ago
  96. 512563b video: x86: Enable 32-bit graphics by default by Simon Glass · 5 years ago
  97. 63618e7 pci: layerscape: Manage PCIe EP compatible string via Kconfig by Pankaj Bansal · 5 years ago
  98. ba7c966 pci: layerscape: move PCIE related CONFIG to PCI Kconfig by Pankaj Bansal · 5 years ago
  99. 6cb87cb Merge tag 'u-boot-imx-20191228' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 5 years ago
  100. 1058bc5 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spi by Tom Rini · 5 years ago