1. c7ea4b0 ARM: dts: stm32: Add STM32F429 Evaluation board support by Patrice Chotard · 7 years ago
  2. e23b19f board: stm32: Add stm32f429-evaluation board support by Patrice Chotard · 7 years ago
  3. 09b9f64 configs: stm32f: Remove STM32_HSE_HZ for all STM32F series by Patrice Chotard · 7 years ago
  4. cb97ff9 clk: stm32: retrieve external oscillator frequency from DT by Patrice Chotard · 7 years ago
  5. baf20a7 ARM: dts: stm32: add "u-boot, dm-pre-reloc" for clk_hse in stm32f7-u-boot by Patrice Chotard · 7 years ago
  6. 020da84 arm: bootm-fdt.c: fix compiler warning by Heiko Schocher · 7 years ago
  7. 60013a2 arm: mach-omap2: Pass args to secure ROM in SRAM in SPL by Andrew F. Davis · 7 years ago
  8. 92f84b6 common: board_r: Fix style violations by Mario Six · 7 years ago
  9. 16ef147 common: board_f: Fix style violations by Mario Six · 7 years ago
  10. 4dbf9be serial: ns16550: Fix style violation by Mario Six · 7 years ago
  11. 7ba5041 include: dm: Fix 'devioe'/'devuce' typos by Mario Six · 7 years ago
  12. f5ac4f2 gpio: mpc8xxx: Make live-tree compatible by Mario Six · 7 years ago
  13. f9c7fde gpio: mpc8xxx: Make compatible with more SoCs by Mario Six · 7 years ago
  14. 3c21683 gpio: mpc8xxx: Rename Kconfig option, structures, and functions by Mario Six · 7 years ago
  15. 76d00cc gpio: mpc85xx: Rename driver file to mpc8xxx by Mario Six · 7 years ago
  16. aadc5e6 gpio: mpc85xx_gpio: Fix style violations by Mario Six · 7 years ago
  17. f62ca2cd gpio: pca953x_gpio: Make live-tree compatible by Mario Six · 7 years ago
  18. fb01e07 gpio: pca953x_gpio: Fix style violations by Mario Six · 7 years ago
  19. 2d06fd8 Initialize SHA buffer size var in passwd_abort by Martin Etnestad · 7 years ago
  20. 5b893ba Merge git://git.denx.de/u-boot-usb by Tom Rini · 7 years ago
  21. 40b6118 usb: host: Drop unused hcd_name from r8a66597-hcd.c by Tom Rini · 7 years ago
  22. 1c0ae00 usb: Remove isp116x-hcd support by Tom Rini · 7 years ago
  23. 1a7f6d4 Merge git://git.denx.de/u-boot-uniphier by Tom Rini · 7 years ago
  24. 9c486e7 Merge branch 'rmobile-mx' of git://git.denx.de/u-boot-sh by Tom Rini · 7 years ago
  25. 7d8cca7 ARM: uniphier: enable HS200 support for uniphier_v8_defconfig by Masahiro Yamada · 7 years ago
  26. f95a4b3 Merge git://git.denx.de/u-boot-usb by Tom Rini · 7 years ago
  27. d61639e Merge git://git.denx.de/u-boot-socfpga by Tom Rini · 7 years ago
  28. 789edf6 ARM: rmobile: Convert R8A7791 Porter board to DM and DT by Marek Vasut · 7 years ago
  29. bb834b6 ARM: rmobile: Enable OF_CONTROL on RCar Gen2 by Marek Vasut · 7 years ago
  30. 30ceb10 ARM: dts: rmobile: Add SoC and board U-Boot DT extras by Marek Vasut · 7 years ago
  31. a500e4e ARM: dts: rmobile: Add rudimentary R8A7790 Stout DT by Marek Vasut · 7 years ago
  32. 9a26fc5 ARM: dts: rmobile: Import R8A7794 DTS from Linux 4.15-rc8 by Marek Vasut · 7 years ago
  33. 92aa099 ARM: dts: rmobile: Import R8A7793 DTS from Linux 4.15-rc8 by Marek Vasut · 7 years ago
  34. a3fb9ff ARM: dts: rmobile: Import R8A7792 DTS from Linux 4.15-rc8 by Marek Vasut · 7 years ago
  35. edd15fc ARM: dts: rmobile: Import R8A7791 DTS from Linux 4.15-rc8 by Marek Vasut · 7 years ago
  36. 16b6e4a ARM: dts: rmobile: Import R8A7790 DTS from Linux 4.15-rc8 by Marek Vasut · 7 years ago
  37. 3192026 net: sh_eth: Add DM and DT support by Marek Vasut · 7 years ago
  38. a220784 net: sh_eth: Clump legacy functions together by Marek Vasut · 7 years ago
  39. 013af64 net: sh_eth: Split sh_eth_init by Marek Vasut · 7 years ago
  40. 68ac92e net: sh_eth: Separate out MAC address programming by Marek Vasut · 7 years ago
  41. 52c15e2 net: sh_eth: Split sh_eth_recv by Marek Vasut · 7 years ago
  42. dca221b net: sh_eth: Pass sh_eth_dev around by Marek Vasut · 7 years ago
  43. effb790 net: sh_eth: Unify CONFIG_R8A779[01234] as CONFIG_RCAR_GEN2 by Marek Vasut · 7 years ago
  44. e3105ea net: ravb: staticize ravb_start by Marek Vasut · 7 years ago
  45. 5f14f7d pci: rmobile: Add RCar Gen2 PCIe controller driver by Marek Vasut · 7 years ago
  46. 8b05436 gpio: rmobile: Add RCar Gen2 compatible string by Marek Vasut · 7 years ago
  47. 0163c91 env: sunxi: Enable FAT-based environment support by default by Maxime Ripard · 7 years ago
  48. b39117c sunxi: Transition from the MMC to a FAT-based environment by Maxime Ripard · 7 years ago
  49. 40c08a6 env: Mark env_get_location as weak by Maxime Ripard · 7 years ago
  50. fb69464 env: Allow to build multiple environments in Kconfig by Maxime Ripard · 7 years ago
  51. d282a1d env: mmc: depends on the MMC framework by Maxime Ripard · 7 years ago
  52. 1d44608 env: Initialise all the environments by Maxime Ripard · 7 years ago
  53. 7d714a2 env: Support multiple environments by Maxime Ripard · 7 years ago
  54. 58ae999 env: common: Make the debug messages play a little nicer by Maxime Ripard · 7 years ago
  55. 29b8f21 env: mmc: Make the debug messages play a little nicer by Maxime Ripard · 7 years ago
  56. d0816da env: fat: Make the debug messages play a little nicer by Maxime Ripard · 7 years ago
  57. 3574ba0 env: Make it explicit where we're loading our environment from by Maxime Ripard · 7 years ago
  58. 9efac3c env: Make the env save message a bit more explicit by Maxime Ripard · 7 years ago
  59. 8a3a7e2 env: Pass additional parameters to the env lookup function by Maxime Ripard · 7 years ago
  60. 52746c4 env: Rename env_driver_lookup_default and env_get_default_location by Maxime Ripard · 7 years ago
  61. 9c24dfb cmd: nvedit: Get rid of the env lookup by Maxime Ripard · 7 years ago
  62. 748277c4 Merge git://git.denx.de/u-boot-sunxi by Tom Rini · 7 years ago
  63. ab12aa2 ARM: socfpga: Convert callers of cm_write_with_phase for wait_for_bit_le32 by Tom Rini · 7 years ago
  64. a6968ec gpio: sunxi: Add compatible string for H5 PIO by Chris Blake · 7 years ago
  65. 9921966 sunxi: Add limit with the MMC environment by Maxime Ripard · 7 years ago
  66. e89f5591f Makefile: Add size check to the u-boot.itb make target by Maxime Ripard · 7 years ago
  67. eff264d sunxi: imply CONFIG_OF_LIBFDT_OVERLAY by Andre Heider · 7 years ago
  68. acd4d33 net: regex: Disable by default on sunXi by Maxime Ripard · 7 years ago
  69. 0a319b6 video: bpp16: Disable by default on sunXi by Maxime Ripard · 7 years ago
  70. 2e8f1dd video: bpp8: Disable by default on sunXi by Maxime Ripard · 7 years ago
  71. 07dc22d cmd: misc: Disable by default on sunXi by Maxime Ripard · 7 years ago
  72. e302ede cmd: loads: Disable by default on sunXi by Maxime Ripard · 7 years ago
  73. 197e0be cmd: loadb: Disable by default on sunXi by Maxime Ripard · 7 years ago
  74. 3b50382 cmd: unzip: Disable by default on sunXi by Maxime Ripard · 7 years ago
  75. b024360 cmd: crc32: Disable by default on sunXi by Maxime Ripard · 7 years ago
  76. 70c56c1 dfu: select HASH by Maxime Ripard · 7 years ago
  77. fc04bd8 Merge git://git.denx.de/u-boot-mips by Tom Rini · 7 years ago
  78. 1d12a7c Merge git://git.denx.de/u-boot-spi by Tom Rini · 7 years ago
  79. 664ec31 MIPS: add BMIPS Comtrend AR-5315u board by Álvaro Fernández Rojas · 7 years ago
  80. 3483f28 MIPS: add support for Broadcom MIPS BCM6318 SoC family by Álvaro Fernández Rojas · 7 years ago
  81. a80bf5e dm: ram: bmips: add BCM6318 support by Álvaro Fernández Rojas · 7 years ago
  82. 70d30d8 dm: cpu: bmips: add BCM6318 support by Álvaro Fernández Rojas · 7 years ago
  83. c320b92 MIPS: add BMIPS Comtrend WAP-5813n board by Álvaro Fernández Rojas · 7 years ago
  84. 43b7ab9 MIPS: add support for Broadcom MIPS BCM6368 SoC family by Álvaro Fernández Rojas · 7 years ago
  85. 8c8ef2e dm: cpu: bmips: add BCM6368 support by Álvaro Fernández Rojas · 7 years ago
  86. 58c125b DW SPI: Get clock value from Device Tree by Eugeniy Paltsev · 7 years ago
  87. 21143ce SOCFPGA: clock manager: implement dw_spi_get_clk function by Eugeniy Paltsev · 7 years ago
  88. 6f7c92d usb: ehci: mxs: fix swapped argument in ehci_writel() by Daniel Schwierzeck · 7 years ago
  89. eacccbd usb: xhci: Fix bool initialization in xhci_bulk_tx by Gustavo A. R. Silva · 7 years ago
  90. cd1cc31 mips: bmips: increment SYS_MALLOC_F_LEN by Álvaro Fernández Rojas · 7 years ago
  91. b2f815b boston: Pad binary in .mcs to a multiple of 16 bytes by Paul Burton · 7 years ago
  92. 92962b3 ddr: altera: silence PHY calibration unless in debug mode by Goldschmidt Simon · 7 years ago
  93. 1c7fa79 arm: socfpga: allow configs without network support by Simon Goldschmidt · 7 years ago
  94. a3f77c8 Merge branch 'master' of git://git.denx.de/u-boot-coldfire by Tom Rini · 7 years ago
  95. 34e9360 pinctrl: rmobile: Import R8A7794 E2 PFC tables by Marek Vasut · 7 years ago
  96. ab2d09b4 pinctrl: rmobile: Import R8A7792 V2H PFC tables by Marek Vasut · 7 years ago
  97. 427c75d pinctrl: rmobile: Import R8A7791/R8A7793 M2 PFC tables by Marek Vasut · 7 years ago
  98. 7547ad4 pinctrl: rmobile: Import R8A7790 H2 PFC tables by Marek Vasut · 7 years ago
  99. 19b1a8b clk: renesas: Import R8A7794 E2 clock tables by Marek Vasut · 7 years ago
  100. ce43893 clk: renesas: Import R8A7792 V2H clock tables by Marek Vasut · 7 years ago