1. 1258e46 ARM: dts: Add STMFX gpio expander support for stm32mp157c-ev1 by Patrick Delaunay · 6 years ago
  2. 77457fa ARM: dts: stm32mp1: Add adc nodes by Patrice Chotard · 6 years ago
  3. 2366160 ARM: dts: stm32: Synchronize DT with kernel one by Patrice Chotard · 6 years ago
  4. c8a6668 stm32mp1: dts: activate psci-1.0 by Patrick Delaunay · 6 years ago
  5. c16cc4f stm32mp1: add command poweroff by Patrick Delaunay · 6 years ago
  6. 42f01aa power: rename stpmu1 to official name stpmic1 by Patrick Delaunay · 6 years ago
  7. d46c22b power: stpmu1: rename files to stpmic1 by Patrick Delaunay · 6 years ago
  8. 17f1f9b stm32mp1: Replace OTP read by SHADOW read by Patrick Delaunay · 6 years ago
  9. 815bc8b stm32mp1: bsec: shadow all the upper OTP (no secure) during boot by Patrick Delaunay · 6 years ago
  10. bfe1f08 stm32mp1: bsec: use device tree new compatible by Patrick Delaunay · 6 years ago
  11. 59a54e3 stm32mp1: basic boot: SPL enable access to GPIOZ bank by Patrick Delaunay · 6 years ago
  12. 8983ba2 stm32mp1: align serial number on bootrom by Patrick Delaunay · 6 years ago
  13. 6c09eb9 stm32mp1: add some syscon drivers for syscfg and etpzc by Patrick Delaunay · 6 years ago
  14. 9a2ba28 stm32mp1: support forced boot mode by Patrick Delaunay · 6 years ago
  15. 105a5ad stm32mp1: spl: hang with trace when DDR init failed by Patrick Delaunay · 6 years ago
  16. b496eec stm32mp1: cosmetic: add comment on psci_migrate_info_type return value by Patrick Delaunay · 6 years ago
  17. 45ccdb6 stm32mp1: cosmetic cleanup Kconfig by Patrick Delaunay · 6 years ago
  18. 006ea18 stm32mp1: spl: add spl_display_print by Patrick Delaunay · 6 years ago
  19. 35d568f stm32mp1: update print_cpuinfo() by Patrick Delaunay · 6 years ago
  20. 7f63c1e stm32mp1: update boot mode management by Patrick Delaunay · 6 years ago
  21. b4ae34b stm32mp1: add runtime information in environment by Patrick Delaunay · 6 years ago
  22. d461f10 stm32mp1: display board information by Patrick Delaunay · 6 years ago
  23. d859c61 stm32mp1: bsec: access with SMC for trusted boot by Patrick Delaunay · 6 years ago
  24. abf2678 stm32mp1: add trusted boot with TF-A by Patrick Delaunay · 6 years ago
  25. 5a451f1 Merge tag 'u-boot-atmel-2019.07-a' of git://git.denx.de/u-boot-atmel by Tom Rini · 6 years ago
  26. a71e2f9 arm: at91: Add gardena-gateway-at91sam support by Stefan Roese · 6 years ago
  27. d4c8873 arm: at91: at91sam9x5.dtsi: Add watchdog handle by Stefan Roese · 6 years ago
  28. da8a771 arm: at91: arm926ejs/u-boot-spl.lds: Add _image_binary_end to SPL lds by Stefan Roese · 6 years ago
  29. 256c2ff arm: at91: Enable watchdog support by Stefan Roese · 6 years ago
  30. ce4d04a arm: at91: spl_at91.c: Call spl_early_init() if OF_CONTROL is enabled by Stefan Roese · 6 years ago
  31. e6a2769 arm: at91: Makefile: Compile lowlevel_init only when really necessary by Stefan Roese · 6 years ago
  32. d9bd429 board: pm9g45: Migrate to CONFIG_DM by Ilko Iliev · 6 years ago
  33. 7dee184 ARM: at91: sama5d2: Wrap cpu detection to fix macb driver by Alexander Dahl · 6 years ago
  34. ffb269a Merge git://git.denx.de/u-boot-riscv by Tom Rini · 6 years ago
  35. 85c3d46 arm: sunxi: Enable DM_MMC on required SoCs by Jagan Teki · 6 years ago
  36. c48b07a Merge tag 'fixes-for-2019.04-rc4' of git://git.denx.de/u-boot-staging by Tom Rini · 6 years ago
  37. e82fa10 dts: imx8qxp-mek: Add PHY post reset delay by Andrejs Cainikovs · 6 years ago
  38. ccd063e watchdog: Move watchdog_dev to data section (BSS may not be cleared) by Stefan Roese · 6 years ago
  39. 48b90d9 riscv: dts: fix CONFIG_DEFAULT_DEVICE_TREE failure by Rick Chen · 6 years ago
  40. a1ce531 riscv: dts: ae350 support SMP by Rick Chen · 6 years ago
  41. dda00ae riscv: ax25: Andes specific cache shall only support in M-mode by Rick Chen · 6 years ago
  42. 8848474 riscv: ax25: Add platform-specific Kconfig options by Rick Chen · 6 years ago
  43. a1f2487 riscv: Add a SYSCON driver for Andestech's PLMT by Rick Chen · 6 years ago
  44. 0d38946 riscv: Add a SYSCON driver for Andestech's PLIC by Rick Chen · 6 years ago
  45. 8ac39e2 riscv: hang if relocation of secondary harts fails by Lukas Auer · 6 years ago
  46. e043240 riscv: do not rely on hart ID passed by previous boot stage by Lukas Auer · 6 years ago
  47. f28ad25 riscv: boot images passed to bootm on all harts by Lukas Auer · 6 years ago
  48. 3dea63c riscv: add support for multi-hart systems by Lukas Auer · 6 years ago
  49. 1446b26 riscv: save hart ID in register tp instead of s0 by Lukas Auer · 6 years ago
  50. 2503ccc riscv: delay initialization of caches and debug UART by Lukas Auer · 6 years ago
  51. f152feb riscv: implement IPI platform functions using SBI by Lukas Auer · 6 years ago
  52. 34a0626 riscv: import the supervisor binary interface header file by Lukas Auer · 6 years ago
  53. fa33f08 riscv: add infrastructure for calling functions on other harts by Lukas Auer · 6 years ago
  54. 0e62d5b Merge tag 'u-boot-imx-20190405' of git://git.denx.de/u-boot-imx by Tom Rini · 6 years ago
  55. da60b43 DTS: Fix ETH PHY reset on HSC|DDC boards (imx53) by Lukasz Majewski · 6 years ago
  56. da06f9a Merge branch 'master' of git://git.denx.de/u-boot-sh by Tom Rini · 6 years ago
  57. e3b086c ARM: dts: rmobile: Activate I2C7 on Alt by Marek Vasut · 6 years ago
  58. a2893ba Revert "rockchip: Drop call to rockchip_dnl_mode_check() for now" by Philipp Tomsich · 6 years ago
  59. d32519a Merge branch 'master' of git://git.denx.de/u-boot-sh by Tom Rini · 6 years ago
  60. abe66b1 Convert CONFIG_ENV_SPI_* to Kconfig by Patrick Delaunay · 6 years ago
  61. ac31d0d exynos: replace CONFIG_ENV_SPI_BASE by CONFIG_SYS_SPI_BASE by Patrick Delaunay · 6 years ago
  62. c49d0ac ARM: dts: rmobile: Increase off-on delay on the SD Vcc regulator by Marek Vasut · 6 years ago
  63. 344db3f mips: add missing dtb-y to arch/mips/dts/Makefile by Masahiro Yamada · 6 years ago
  64. 680207a powerpc: fix arch/powerpc/dts/Makefile by Masahiro Yamada · 6 years ago
  65. 89c2b5c ARM: fix arch/arm/dts/Makefile by Masahiro Yamada · 6 years ago
  66. ef331e3 armv8: Disable exception vectors in SPL by default by Alexander Graf · 6 years ago
  67. 6dad56d arm: lib: bootm: Push the Starting kernel print to the end by Keerthy · 6 years ago
  68. a00d157 Merge git://git.denx.de/u-boot-marvell by Tom Rini · 6 years ago
  69. 810ae23 Merge branch 'master' of git://git.denx.de/u-boot-socfpga by Tom Rini · 6 years ago
  70. 599f7aa ARM: kirkwood: disable dcache for Kirkwood boards by Chris Packham · 6 years ago
  71. 825dd50 ARM: mvebu: use correct name for pcie controller by Chris Packham · 6 years ago
  72. 5860532 ARM: kirkwood: add spi0 alias for dreamplug by Chris Packham · 6 years ago
  73. ff0005b ARM: dts: socfpga: Add missing altr,sysmgr-syscon for EMAC by Ley Foon Tan · 6 years ago
  74. 8303467 Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 6 years ago
  75. 1580970 armv7: ls102xa: Add workaround for DDR erratum A-008850 by Alison Wang · 6 years ago
  76. 9659eb4 Merge branch 'master' of git://git.denx.de/u-boot-samsung by Tom Rini · 6 years ago
  77. 8d03709 arm: dts: imx6qdl-u-boot: Enable spba-bus@2000000 simple bus by Adam Ford · 6 years ago
  78. 75cd09c imx8qxp: Fix the reported CPU frequency by Fabio Estevam · 6 years ago
  79. 737d8bd pico-imx6ul: Convert to DM MMC by Fabio Estevam · 6 years ago
  80. e5c2244 pico-imx6ul: Import dts files from kernel by Fabio Estevam · 6 years ago
  81. 6a08213 Merge git://git.denx.de/u-boot-x86 by Tom Rini · 6 years ago
  82. 3592965 x86: crownbay: Enable the beeper sound driver by Bin Meng · 6 years ago
  83. 8edaf34 x86: coreboot: Add the missing pc speaker node in the device tree by Bin Meng · 6 years ago
  84. 9b2c8c3 x86: Add a dtsi file for the pc speaker by Bin Meng · 6 years ago
  85. 7d0a53a x86: Make sure i8254 is setup correctly before generating beeps by Bin Meng · 6 years ago
  86. be26c4a arm: dts: exynos: Adjust whitespace around status property by Krzysztof Kozlowski · 6 years ago
  87. ae781d5 arm: dts: exynos: Add ramp delay property to LDO regulators to Odroid XU3 family by Krzysztof Kozlowski · 6 years ago
  88. b5d3faa arm: dts: exynos: Add supply for ADC block to Odroid XU3 family by Krzysztof Kozlowski · 6 years ago
  89. 19c8c9c Merge branch 'master' of git://git.denx.de/u-boot-socfpga by Tom Rini · 6 years ago
  90. d9b59fc x86: edison: Add the rest of UARTs present on board by Andy Shevchenko · 6 years ago
  91. ab83e5c x86: edison: Use proper number of serial interface by Andy Shevchenko · 6 years ago
  92. edf18a8 x86: acpi: Not every platform has serial console a first device by Andy Shevchenko · 6 years ago
  93. c652dd1 x86: acpi: Add DMA descriptors for I2C1 on Intel Tangier by Andy Shevchenko · 6 years ago
  94. 1d2825a x86: acpi: Add DMA descriptors for SPI5 on Intel Tangier by Andy Shevchenko · 6 years ago
  95. 7544ad0 ARM: socfpga: Disable D cache in SPL by Marek Vasut · 7 years ago
  96. 532a54e ARM: socfpga: fix data and tag latency values for pl310 cache controller by Dinh Nguyen · 6 years ago
  97. 3a4511c ARM: dts: rmobile: Zap redundant USB/SDHI nodes on M3N by Eugeniu Rosca · 6 years ago
  98. fc3ed15 ARM: dts: rmobile: Force 1-bit bus width on Gen2 QSPI by Marek Vasut · 6 years ago
  99. 8588730 Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 6 years ago
  100. 7122f79 armv8: fsl-layerscape: avoid DT fixup warning by Laurentiu Tudor · 6 years ago