1. c480fe7 arm: lib: Sync libgcc shift operations by Marek Vasut · 9 years ago
  2. 98260c2 arm: lib: Drop underscore from private libgcc filenames by Marek Vasut · 9 years ago
  3. d086918 arm: include: Import unified.h from Linux kernel by Marek Vasut · 9 years ago
  4. b06c954 arm: config: Introduce CONFIG_SYS_ARM_ARCH by Marek Vasut · 9 years ago
  5. 09ab8ad arm: Select CONFIG_ARM64 for Cavium ThunderX by Marek Vasut · 9 years ago
  6. 3ddbaad arm: Treat arm946es as v5te by Marek Vasut · 9 years ago
  7. 9a8f4cf Merge git://git.denx.de/u-boot-dm by Tom Rini · 9 years ago
  8. 675974d Merge git://git.denx.de/u-boot-rockchip by Tom Rini · 9 years ago
  9. 9bd0f9a ARM: OMAP4+: Fix DPLL programming sequence by Lokesh Vutla · 9 years ago
  10. 4029d8e arm64: rename __asm_flush_dcache_level to __asm_dcache_level by Masahiro Yamada · 9 years ago
  11. a9c3961 arm64: fix comment "flush & invalidate" by Masahiro Yamada · 9 years ago
  12. d094db4 arm64: optimize __asm_{flush, invalidate}_dcache_all by Masahiro Yamada · 9 years ago
  13. 7ecf196 ARM: dts: AM335x-ICEv2: Add minimal dts support by Lokesh Vutla · 9 years ago
  14. c1ef8c0 ARM: AM33xx: Add support for Clock Synthesizer by Lokesh Vutla · 9 years ago
  15. 5837b90 board: AM335x-ICEv2: Add DDR data by Lokesh Vutla · 9 years ago
  16. 1edfcaf ARM: dts: AM335x-BBG: Add initial support by Lokesh Vutla · 9 years ago
  17. 5a954ba ARM: dts: AM335x-evmsk: Add initial support by Lokesh Vutla · 9 years ago
  18. 4bbfcc3 ARM: dts: am335x: fix cd-gpios definition as per hardware design and dt binding docs by Mugunthan V N · 9 years ago
  19. e302aa1 ARM: dts: am335x-bone: Enable uart and timer by Lokesh Vutla · 9 years ago
  20. b64e056 ARM: dts: AM437x-IDK Initial Support by Lokesh Vutla · 9 years ago
  21. 67fb6e0 ARM: dts: AM43x-EPOS Initial Support by Lokesh Vutla · 9 years ago
  22. 79ca224 ARM: omap5: add hooks for cpu/SoC fdt fixups by Daniel Allred · 9 years ago
  23. fd684b2 ARM: omap-common: Add device type to CPU string by Daniel Allred · 9 years ago
  24. e82e8dd spl: build: ti: add support for secure boot images by Daniel Allred · 9 years ago
  25. e8a9b67 ti: AM43xx: config.mk: Add support for generating secure boot images by Daniel Allred · 9 years ago
  26. 635173a ti: omap-common: Add commands for generating secure SPL images by Daniel Allred · 9 years ago
  27. 8a536e9 ti: omap-common: Add Kconfig file for secure device support by Madan Srinivas · 9 years ago
  28. eba13cd arm: Kconfig: Add support for AM43xx SoC specific Kconfig by Madan Srinivas · 9 years ago
  29. fb59e8e arm: am33xx: Kconfig: Add secure device definitions by Madan Srinivas · 9 years ago
  30. 38e1a60 arm: meson: implement calls to secure monitor by Beniamino Galvani · 9 years ago
  31. d1037e4 arm: add initial support for Amlogic Meson and ODROID-C2 by Beniamino Galvani · 9 years ago
  32. b8845e1 arm: implement generic PSCI reset call for armv8 by Beniamino Galvani · 9 years ago
  33. a671fd5 dm: rockchip: Enable CONFIG_BLK by Simon Glass · 9 years ago
  34. ebede5c rockchip: rock2: dts: use status = "okay" not ok by Sjoerd Simons · 9 years ago
  35. 4407d00 rockchip: rk3288-firefly: Add gmac definition by Sjoerd Simons · 9 years ago
  36. 94460a6 rockchip: rk3288: grf: Define GRF_SOC_CON1 and GRF_SOC_CON3 by Sjoerd Simons · 9 years ago
  37. 3ce69bf rockchip: rk3288: Add clock support for the gmac ethernet interface by Sjoerd Simons · 9 years ago
  38. 859f256 Rename reset to sysreset by Stephen Warren · 9 years ago
  39. 8518c3f Merge branch 'master' of http://git.denx.de/u-boot-sunxi by Tom Rini · 9 years ago
  40. 2c52640 sunxi: Enable a bunch of commands by default on sunxi by Hans de Goede · 9 years ago
  41. 3674811 arm64: Pine64: update FDT files by Andre Przywara · 9 years ago
  42. a44cef9 sunxi: Properly announce BOOT_DEVICE_BOARD as "FEL" by Bernhard Nortmann · 9 years ago
  43. 08e978b sunxi: Increase SPL header size to 64 bytes to avoid code corruption by Siarhei Siamashka · 9 years ago
  44. f1e66e7 sunxi: power: add AXP809 support by Chen-Yu Tsai · 9 years ago
  45. 09b0275 ARM: uniphier: add EHCI nodes for PH1-LD11 by Masahiro Yamada · 9 years ago
  46. 8bbbcbd ARM: uniphier: add PH1-LD11 SoC support by Masahiro Yamada · 9 years ago
  47. fc678cb ARM: uniphier: rename UMC register macros of PH1-LD20 by Masahiro Yamada · 9 years ago
  48. 900117b ARM: uniphier: rename umc-ld20-regs.h to umc64-regs.h by Masahiro Yamada · 9 years ago
  49. fd9256d ARM: uniphier: clean up boot mode tables by Masahiro Yamada · 9 years ago
  50. 6a5c5ac ARM: uniphier: disable cache in SPL of PH1-LD20 by Masahiro Yamada · 9 years ago
  51. c4a11bc Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 9 years ago
  52. 39452be Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · 9 years ago
  53. 74b82da arm: dts: dra7: fix ethernet name with proper device address by Mugunthan V N · 9 years ago
  54. ef3ad7b arm: dts: dra7: add syscon node to cpsw to read mac address by Mugunthan V N · 9 years ago
  55. 511beae arm: dts: am4372: add syscon node to cpsw to read mac address by Mugunthan V N · 9 years ago
  56. 9a9cde9 ARM: omap5: add platform specific ethernet phy modes configurations by Mugunthan V N · 9 years ago
  57. 8632fec Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 9 years ago
  58. 3917c4f ARM: zynq: Simplify zynq configuration by Michal Simek · 9 years ago
  59. 72536fd ARM64: zynqmp: Add SPL support support by Michal Simek · 9 years ago
  60. ba08753 ARM64: zynqmp: Add missing u-boot,dm-pre-reloc to DTSI by Michal Simek · 9 years ago
  61. d35e65d ARM64: zynqmp: Align gic ranges for 64k in device tree by Alexander Graf · 9 years ago
  62. 42c8c41 ARM: zynq: Call ps7_post_config() for SPL by Michal Simek · 9 years ago
  63. f669e22 ARM: zynq: Add support for SPL_LOAD_FIT by Michal Simek · 9 years ago
  64. e5b2948 ARM: dts: zynq: describe SLCR as simple-mfd rather than simple-bus by Masahiro Yamada · 9 years ago
  65. 4d88f1c ARM: sama5d2: Implement boot device autodetection by Marek Vasut · 9 years ago
  66. dcc8a84 ARM: at91: clock: complete the GCK's clock sources by Wenyou Yang · 9 years ago
  67. d47886e ARM: at91: clock: fix the GCK's clock source by Wenyou Yang · 9 years ago
  68. b90c7cb board: atmel: add SAMA5D2 PTC Engineering board by Wenyou Yang · 9 years ago
  69. 0795a41 ARM: at91: sama5d2: add macro & field definitions by Wenyou Yang · 9 years ago
  70. e4ce25f ARM: fix ifdef in ARMv8 lowlevel_init() again by Masahiro Yamada · 9 years ago
  71. c72d12e driver/ddr/fsl: Add workaround for erratum A-010165 by Shengzhou Liu · 9 years ago
  72. b4848d0 arch/arm, arch/powerpc: add # of SEC engines on the SOC by Alex Porosanu · 9 years ago
  73. 177fca8 arch/arm: add SEC JR0 offset by Alex Porosanu · 9 years ago
  74. 1e98bab armv7: ls102xa: spl: fix the macro name of MMC mode by Qianyu Gong · 9 years ago
  75. b141ef7 armv8: fsl-layerscape: spl: fix the macro name of MMC mode by Qianyu Gong · 9 years ago
  76. c1403bc armv8: fsl-layerscape: spl: remove duplicate init_early_memctl_regs() by Qianyu Gong · 9 years ago
  77. b8c5b0d armv8: fsl-layerscape: Remove unnecessary flushing dcache by Alison Wang · 9 years ago
  78. 1a414ae armv8/ls1043a: update the node for QSPI support by Yuan Yao · 9 years ago
  79. ce084b0 Merge git://git.denx.de/u-boot-dm by Tom Rini · 9 years ago
  80. 16286bb armv8/fdt: add fixup_crypto_node by Alex Porosanu · 9 years ago
  81. 9c3cdc2 driver/ddr/fsl: Add workaround for erratum A-009801 by Shengzhou Liu · 9 years ago
  82. ddf060b armv8/ls1043: Add workaround for DDR erratum A-008850 by Shengzhou Liu · 9 years ago
  83. 8706b81 dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSI by Simon Glass · 9 years ago
  84. 54108e7 dm: spi: soft_spi: switch to use linux compatible string by Peng Fan · 9 years ago
  85. 225da8b video: tegra: refuse to bind to disabled dcs by Stephen Warren · 9 years ago
  86. f19a8e4 imx: imx-common: print i.MX 7 SoC names consistently by Stefan Agner · 9 years ago
  87. 9a3642e imx: imx7d: fix ahb clock mux 1 by Stefan Agner · 9 years ago
  88. a727c93 imx: iomux-v3: fix UART input selects by Stefan Agner · 9 years ago
  89. 54a20d2 imx: mx6: mx6sl_pins: add GPIO variant for SD1_DAT5 by Eric Nelson · 9 years ago
  90. e996bc6 arm/arm64: Move barrier instructions into separate header by Andre Przywara · 9 years ago
  91. 5827cbc Merge branch 'master' of git://git.denx.de/u-boot-socfpga by Tom Rini · 9 years ago
  92. 4f70c38 socfpga: fix broken build if CONFIG_ETH_DESIGNWARE disabled by Anatolij Gustschin · 9 years ago
  93. ab4c0cf ARM: socfpga: Disable USB OC protection on SoCrates by Marek Vasut · 9 years ago
  94. 36e9ac9 imx6: cache: disable L2 before touching Auxiliary Control Register by Peng Fan · 9 years ago
  95. ea52684 ARM: am33xx: Fix DDR initialization delays by Russ Dill · 9 years ago
  96. 73f47af ARM: fix ifdefs in ARMv8 lowlevel_init() by Stephen Warren · 9 years ago
  97. 8c60f92 Fix various typos, scattered over the code. by Robert P. J. Day · 9 years ago
  98. f4949cd ARM: tegra: enable GPU node by compatible value by Stephen Warren · 9 years ago
  99. 07dafdb Change my mailaddress by Andreas Bießmann · 9 years ago
  100. ba2199b arch/arm/imx-common/Makefile: Update u-boot.uim MKIMAGEFLAGS by Tom Rini · 9 years ago