1. 64176a8 am65x_evm: Allow bootm to load larger kernels by Andrew F. Davis · 6 years ago
  2. e8cc366 configs: am65x_evm_r5: Enable GPT support by Andrew F. Davis · 6 years ago
  3. b3860bf cmd: sata: add null pointer check for dev by Marcel Ziswiler · 6 years ago
  4. f388564 dm: device: fail uclass_find_first_device() if list_empty by Marcel Ziswiler · 6 years ago
  5. a765adc bcm963158: enable watchdog and reboot with watchdog by Philippe Reynes · 6 years ago
  6. 2f4a686 dt: bcm63158: add watchdog by Philippe Reynes · 6 years ago
  7. dcae39e watchdog: bcm6345: allow to use this driver on arm bcm63158 by Philippe Reynes · 6 years ago
  8. be2fc08 bcm963158: add initial support by Philippe Reynes · 6 years ago
  9. ea1a7de bcm63158: add initial support by Philippe Reynes · 6 years ago
  10. 47870af initcall: Move to inline function by Alexander Graf · 6 years ago
  11. a9484aa board/BuR/brppt1: drop DM_I2C_COMPAT by Hannes Schmelzer · 6 years ago
  12. 351a4aa mmc: omap_hsmmc: Workaround errata regarding SDR104/HS200 tuning failures (i929) by Faiz Abbas · 6 years ago
  13. bbd108a clk: stm32mp1: correctly handle Clock Spreading Generator by Patrick Delaunay · 6 years ago
  14. e74b74c dts: stm32mp1: clock tree update by Patrick Delaunay · 6 years ago
  15. 8d6310a clk: stm32mp1: add debug information by Patrick Delaunay · 6 years ago
  16. f3a23c2 clk: stm32mp1: recalculate counter when switching freq by Patrick Delaunay · 6 years ago
  17. 6320128 clk: stm32mp1: correct access to RCC_OCENSETR/RCC_OCENCLRR by Patrick Delaunay · 6 years ago
  18. d661f61 clk: stm32mp1: add IPCC clock by Patrick Delaunay · 6 years ago
  19. 86617dd clk: stm32mp1: no more get ck_usbo_48m in device tree by Patrick Delaunay · 6 years ago
  20. ba8ba69 drivers: serial: dm: Enable DM_FLAG_PRE_RELOC in SBSA pl011 uart driver by Vabhav Sharma · 6 years ago
  21. 9dfdbd9 hashtable: fix environment variable corruption by Roman Kapl · 6 years ago
  22. 4d9dbb1 moveconfig: add a second pass for empty #if/#endif blocks by Chris Packham · 6 years ago
  23. 36fddec omap3_cairo: remove empty #ifdef/#endif block by Chris Packham · 6 years ago
  24. 2dd0111 test: provide unit test for memory functions by Heinrich Schuchardt · 6 years ago
  25. eca61ae doc: ti-secure: Add ULO info for AM57xx/DRA7xx secure devices from TI by Andrew F. Davis · 6 years ago
  26. 995985c defconfigs: Add config for AM57xx High Security EVM with USB/UART Boot support by Andrew F. Davis · 6 years ago
  27. 83ae647 defconfigs: Add config for DRA7xx High Security EVM with USB Boot support by Andrew F. Davis · 6 years ago
  28. f5ca1cf defconfigs: am57xx_hs_evm: Sync HS and non-HS defconfigs by Andrew F. Davis · 6 years ago
  29. d8d2506 defconfigs: dra7xx_hs_evm: Sync HS and non-HS defconfigs by Andrew F. Davis · 6 years ago
  30. 23463fa bcm968580: enable watchdog and reboot with watchdog by Philippe Reynes · 6 years ago
  31. c62bc60 bcm968380gerg: enable watchdog and reboot with watchdog by Philippe Reynes · 6 years ago
  32. 8d6006f dt: bcm6858: add watchdog by Philippe Reynes · 6 years ago
  33. 0900036 dt: bcm6838: add watchdog by Philippe Reynes · 6 years ago
  34. 47b68d0 watchdog: bcm6345: allow to use this driver on arm bcm6858 by Philippe Reynes · 6 years ago
  35. 771ee9b watchdog: bcm6345: switch to raw I/O functions by Philippe Reynes · 6 years ago
  36. 6a7b406 fdt: support booting with dtb in Android image by Shawn Guo · 6 years ago
  37. 97276a9 Prepare v2019.04-rc1 by Tom Rini · 6 years ago
  38. 7ae2729 configs: Resync with savedefconfig by Tom Rini · 6 years ago
  39. 50e2438 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 6 years ago
  40. 4d40e00 MAINTAINERS: Add an entry for SPI NOR by Vignesh R · 6 years ago
  41. 6d82517 configs: Don't use SPI_FLASH_BAR as default by Vignesh R · 6 years ago
  42. 75b2ec2 configs: Remove SF_DUAL_FLASH by Vignesh R · 6 years ago
  43. 7287597 spl: Kconfig: Enable SPI_FLASH_TINY by default for SPL by Vignesh R · 6 years ago
  44. 778572d mtd: spi: Add lightweight SPI flash stack for SPL by Vignesh R · 6 years ago
  45. 5b66fdb mtd: spi: Remove unused files by Vignesh R · 6 years ago
  46. c4e8862 mtd: spi: Switch to new SPI NOR framework by Vignesh R · 6 years ago
  47. 2ee6705 mtd: spi: sf_probe: Add "jedec, spi-nor" compatible string by Vignesh R · 6 years ago
  48. 8c92780 mtd: spi: spi-nor-core: Add back U-Boot specific features by Vignesh R · 6 years ago
  49. 0c6f187 mtd: spi: spi-nor-core: Add SFDP support by Vignesh R · 6 years ago
  50. 61059bc mtd: spi: spi-nor-core: Add 4 Byte addressing support by Vignesh R · 6 years ago
  51. 492e65b mtd: spi: spi-nor-core: Add SPI MEM support by Vignesh R · 6 years ago
  52. 7aeedac mtd: spi: Port SPI NOR framework from Linux by Vignesh R · 6 years ago
  53. ce13c19 sh: bitops: add hweight*() macros by Vignesh R · 6 years ago
  54. 6430eea spi: Add non DM version of SPI_MEM by Vignesh R · 6 years ago
  55. 7609448 spi: spi-mem: Claim SPI bus before spi mem access by Vignesh R · 6 years ago
  56. 12563f7 spi: spi-mem: Extend spi_mem_adjust_op_size() to honor max xfer size by Vignesh R · 6 years ago
  57. 6d373e5 spi: spi-mem: Allow use of spi_mem_exec_op for all SPI modes by Vignesh R · 6 years ago
  58. e519c61 bitops: Fix GENMASK definition for Sandbox by Vignesh R · 6 years ago
  59. ea4805d configs: Move CONFIG_SPI_FLASH into defconfigs by Vignesh R · 6 years ago
  60. 4dfe438 arm: dts: am33xx: introduce 'am33xx-u-boot.dtsi' by Hannes Schmelzer · 6 years ago
  61. 413ca72 MAINTAINERS: update u-boot-atmel tree by Eugen Hristev · 6 years ago
  62. 44c21e9 MAINTAINERS: Change fsl-qoriq, mpc85xx, mpc86xx maintainers by York Sun · 6 years ago
  63. bdac5e1 Merge git://git.denx.de/u-boot-marvell by Tom Rini · 6 years ago
  64. c0bf396 Merge tag 'for-master-20190205' of git://git.denx.de/u-boot-rockchip by Tom Rini · 6 years ago
  65. f182209 arm: mvebu: theadorable: Enable video / LCD support with the new DM driver by Stefan Roese · 6 years ago
  66. 6d9a98c video: Armada XP: Move driver to DM_VIDEO by Stefan Roese · 6 years ago
  67. 32c9e1c arm64: mvebu: Add basic support for uDPU board by Vladimir Vid · 6 years ago
  68. 9b276e9 arm: mvebu: armada-xp-theadorable.dts: Enable PCIe DT nodes by Stefan Roese · 6 years ago
  69. 6f139be arm: mvebu: armada-xp/37x.dtsi: Sync PCIe DT nodes with Linux v4.20 by Stefan Roese · 6 years ago
  70. 94f453e pci: pci_mvebu: Add DM_PCI support and move CONFIG_PCI_MVEBU to defconfig by Stefan Roese · 6 years ago
  71. b521420 pci: Add pci_get_devfn() to extract devfn from the fdt_pci_addr by Stefan Roese · 6 years ago
  72. 30477f0 rockchip: Remove rejected files with .rej suffix by Michal Simek · 6 years ago
  73. e5fd39c Merge tag 'for-master-20190201' of git://git.denx.de/u-boot-rockchip by Tom Rini · 6 years ago
  74. 544d5e9 Merge tag 'mips-pull-2019-02-01' of git://git.denx.de/u-boot-mips by Tom Rini · 6 years ago
  75. 1b0769f Merge branch '2019-02-01-master-imports' by Tom Rini · 6 years ago
  76. d5512a3 Kconfig: set default BUILD_TARGET for kirkwood by Chris Packham · 6 years ago
  77. dc146ca Kconfig: Migrate CONFIG_BUILD_TARGET by Jagan Teki · 6 years ago
  78. dc57be5 test: lib: lmb: add lmb test for multiple RAM banks by Simon Goldschmidt · 6 years ago
  79. 9cc2323 lmb: handle more than one DRAM BANK by Simon Goldschmidt · 6 years ago
  80. e3b4fc9 tools: dumpimage: Clarify help by Martyn Welch · 6 years ago
  81. 65a80b4 tools: dumpimage: Add help option and make error paths consistent by Martyn Welch · 6 years ago
  82. 11e3c1f tools: dumpimage: Simplify internal logic by Martyn Welch · 6 years ago
  83. 12b8318 tools: dumpimage: Simplify arguments by Martyn Welch · 6 years ago
  84. 57a608e tools: dumpimage: Provide more feedback on error by Martyn Welch · 6 years ago
  85. 3c29a56 regulator: pbias: Handle extended drain IO when changing omap36 PBIAS by Adam Ford · 6 years ago
  86. 73ced87 rockchip: rk3399: spl: ensure that debug_uart_init is called by Philipp Tomsich · 6 years ago
  87. c869d63 rockchip: rk3399-puma: enable SPL_ATF_NO_PLATFORM_PARAM by Philipp Tomsich · 6 years ago
  88. 5a12732 pinctrl: Kconfig: fix missing include of rockchip/Kconfig by Philipp Tomsich · 6 years ago
  89. efc4677 pinctrl: Kconfig: sort includes alphabetically by Philipp Tomsich · 6 years ago
  90. 77871e6 rockchip: Add MAINTAINER entry for chromebook_speedy by Philipp Tomsich · 6 years ago
  91. 9e92116 rockchip: Add support for chromebook_bob by Simon Glass · 6 years ago
  92. 08c85b5 rockchip: gru: Add extra device-tree settings by Simon Glass · 6 years ago
  93. aa48c94 rockchip: Implement spl_gpio in the GPIO driver by Simon Glass · 6 years ago
  94. 3ec6f11 rockchip: Move pull-up/down enum into a common file by Simon Glass · 6 years ago
  95. 8a0c6aa rockchip: rk3399: Add ROCKCHIP_DEVICE_SETTINGS to set env by Simon Glass · 6 years ago
  96. c35f8e5 rockchip: Tidy up board include-file ordering by Simon Glass · 6 years ago
  97. 5328af1 rockchip: clk: Add mention of four new clocks by Simon Glass · 6 years ago
  98. cf5c8d1 rockchip: Add settings for Samsung LPDDR3 4GB SDRAM 1866MHz by Simon Glass · 6 years ago
  99. 3523c07 rockchip: Allow booting from SPI by Simon Glass · 6 years ago
  100. 6cecc2b rockchip: Clarify docs on SPI writing by Simon Glass · 6 years ago