1. a2ebf92 ahci: provide sunxi SATA driver using AHCI platform framework by Ian Campbell · 10 years ago
  2. 4869aee kconfig: delete redundant CONFIG_${ARCH} definition by Masahiro Yamada · 10 years ago
  3. d3ae678 kconfig: add board Kconfig and defconfig files by Masahiro Yamada · 10 years ago
  4. f949e4f Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 10 years ago
  5. 14f4758 ARM: HYP/non-sec: remove MIDR check to validate CBAR by Marc Zyngier · 10 years ago
  6. b32cf0e ARM: HYP/non-sec/PSCI: emit DT nodes by Marc Zyngier · 10 years ago
  7. 6235824 ARM: convert arch_fixup_memory_node to a generic FDT fixup function by Ma Haijun · 10 years ago
  8. 03a1201 ARM: HYP/non-sec: add the option for a second-stage monitor by Marc Zyngier · 10 years ago
  9. 09659d9 ARM: HYP/non-sec: add generic ARMv7 PSCI code by Marc Zyngier · 10 years ago
  10. 855ca66 ARM: HYP/non-sec: allow relocation to secure RAM by Marc Zyngier · 10 years ago
  11. c0451ec ARM: HYP/non-sec: add separate section for secure code by Marc Zyngier · 10 years ago
  12. 6b5b129 ARM: add missing HYP mode constant by Marc Zyngier · 10 years ago
  13. 4cd832b ARM: non-sec: reset CNTVOFF to zero by Marc Zyngier · 10 years ago
  14. e919577 ARM: HYP/non-sec: add a barrier after setting SCR.NS==1 by Marc Zyngier · 10 years ago
  15. 915a09e ARM: HYP/non-sec: move switch to non-sec to the last boot phase by Marc Zyngier · 10 years ago
  16. eb5a7c8 Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
  17. 18fccb1 Merge branch 'u-boot-sh/rmobile' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
  18. 33f6964 Merge branch 'u-boot-sunxi/master' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
  19. 0a9ec45 ARM: omap: clean redundant PISMO_xx macros used in OMAP3 by pekon gupta · 10 years ago
  20. 72b3479 ARM: omap: fix GPMC address-map size for NAND and NOR devices by pekon gupta · 10 years ago
  21. c449523 ARM: OMAP: Fix handling of errata i727 by Rajendra Nayak · 10 years ago
  22. 82be013 board: k2e-evm: add board support by Hao Zhang · 10 years ago
  23. cdbd285 ARM: keystone2: spl: add K2E SoC support by Khoronzhuk, Ivan · 10 years ago
  24. bccf0b7 ARM: keystone2: add MSMC cache coherency support for K2E SOC by Hao Zhang · 10 years ago
  25. 0ecd31e ARM: keystone2: clock: add K2E clock support by Hao Zhang · 10 years ago
  26. 46267d8 ARM: keystone2: add K2E SoC hardware definitions by Hao Zhang · 10 years ago
  27. 43b126f ARM: keystone: clock: move K2HK SoC dependent code in separate file by Khoronzhuk, Ivan · 10 years ago
  28. d5cb1bb k2hk: use common KS2_ prefix for all hardware definitions by Khoronzhuk, Ivan · 10 years ago
  29. 58a0d66 keystone2: add possibility to turn off all dsps by Hao Zhang · 10 years ago
  30. d68bb7e keystone2: move cpu_to_bus() to keystone.c by Hao Zhang · 10 years ago
  31. 4a213f2 ARM: keystone2: keystone_nav: make it dependent on keystone driver by Khoronzhuk, Ivan · 10 years ago
  32. d6c508c keystone2: ddr: add DDR3 PHY configs updated for PG 2.0 by Hao Zhang · 10 years ago
  33. 50df5cc keystone: ddr3: add ddr3.h to hold ddr3 API by Khoronzhuk, Ivan · 10 years ago
  34. 2df6410 ARM: keystone2: psc: use common PSC base by Khoronzhuk, Ivan · 10 years ago
  35. e50c1bb ARM: omap: Remove unused arch/arm/cpu/armv7/omap3/mem.c by Stefan Roese · 10 years ago
  36. 6999999 ARM: omap: Fix GPMC init for OMAP3 platforms by Stefan Roese · 10 years ago
  37. 7f50a57 am335x_evm / gumstix pepper: Correct DDR settings by Tom Rini · 10 years ago
  38. 1b15ba6 arm: rmobile: Add support R8A7794 by Nobuhiro Iwamatsu · 10 years ago
  39. 79e6794 ARM: zynq: Show ECC status on the same line as DRAM size by Michal Simek · 11 years ago
  40. 157e72d driver/ddr: Fix DDR4 driver for ARM by York Sun · 10 years ago
  41. 504166e sunxi: use setbits_le32 to enable the DMA clock by Ian Campbell · 10 years ago
  42. af47147 sunxi: add gpio driver by Ian Campbell · 10 years ago
  43. fa43a6e sunxi: Fix reset hang on sun5i by Hans de Goede · 10 years ago
  44. 3352b22 sunxi: Add i2c support by Hans de Goede · 10 years ago
  45. 9830f1c mvtwsi: convert to CONFIG_SYS_I2C framework by Hans de Goede · 10 years ago
  46. fd1cfa5 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 10 years ago
  47. 3f8cd17 i.MX6DL/S: add drive-strength back to pads DISP0_DAT2/DAT10 by Eric Nelson · 10 years ago
  48. d8d0b2f usb: phy: omap_usb_phy: implement usb_phy_power() for AM437x by Felipe Balbi · 10 years ago
  49. 496039f Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 10 years ago
  50. 2e95fe1 mx6: soc: Update the comments of set_ldo_voltage() by Fabio Estevam · 10 years ago
  51. b0be82e MX6: Correct calculation of PLL_SYS by Andre Renaud · 10 years ago
  52. d41e2f67 sunxi: Avoid unused variable warning. by Ian Campbell · 10 years ago
  53. 576a8d5 kmake: include DTB section into u-boot.bin if CONFIG_OF_EMBED enabled by Alexey Ignatov · 10 years ago
  54. df25e35 am43xx: Tune the system to avoid DSS underflows by Cooper Jr., Franklin · 10 years ago
  55. cc76fc4 am43xx: Update EMIF DDR3 Configuration for AM43x GP by Franklin S. Cooper Jr · 10 years ago
  56. 47c0295 ARM: emif4: wait for CM_DLL_READYST to be set by Jeroen Hofstee · 10 years ago
  57. bff242f Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · 10 years ago
  58. 73d7d42 sunxi: Add emac glue, enable emac on the cubieboard by Hans de Goede · 10 years ago
  59. 8c1c782 sunxi: Add sun5i support by Hans de Goede · 10 years ago
  60. 3ab9c23 sunxi: Add sun4i support by Hans de Goede · 10 years ago
  61. 1374e89 sunxi: Implement reset_cpu by Hans de Goede · 10 years ago
  62. 85089a2 sunxi: Fix u-boot-spl.lds to refer to .vectors by Hans de Goede · 10 years ago
  63. bff262c socfpga: Relocate arch common functions away from board by Chin Liang See · 10 years ago
  64. efeef71 arm: Fix armv8 compilation error by Shaibal.Dutta · 10 years ago
  65. c5d88a5 arm: spl: fix include guard by Jeroen Hofstee · 10 years ago
  66. 6355024 socfpga: Adding Scan Manager driver by Chin Liang See · 10 years ago
  67. 561c9d4 socfpga: Adding DesignWare watchdog support by Chin Liang See · 10 years ago
  68. 6828676 arm: ep9315: Return back Cirrus Logic EDB9315A board support by Sergey Kostanbaev · 10 years ago
  69. d746077 ARM: cache_v7: use __weak by Jeroen Hofstee · 10 years ago
  70. 7b08d21 ARMv8/ls2085a_emu: Add LS2085A emulator and simulator board support by York Sun · 10 years ago
  71. 8ff14b7 armv8/fsl-lsch3: Add support to load and start MC Firmware by J. German Rivera · 10 years ago
  72. a84cd72 ARMv8/FSL_LSCH3: Add FSL_LSCH3 SoC by York Sun · 10 years ago
  73. ef63194 ARMv8: Adjust MMU setup by York Sun · 10 years ago
  74. ceb6f65 Added 64-bit MMIO accessors for ARMv8 by J. German Rivera · 10 years ago
  75. d32d411 arm: Add support for semihosting for armv8 fastmodel targets. by Darwin Rambo · 10 years ago
  76. db88225 i2c: tegra: use repeated start for reads by Stephen Warren · 10 years ago
  77. ca8ca05 Merge remote-tracking branch 'u-boot-samsung/master' by Albert ARIBAUD · 10 years ago
  78. 38e93f4 Merge branch 'u-boot-tegra/master' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
  79. ad763d7 Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
  80. edd3447 Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
  81. 6f51ab1 vf610: fix build due to missing sys_proto.h by Stefano Babic · 10 years ago
  82. 9c8b466 Merge branch 'u-boot-microblaze/zynq' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
  83. d0b3d76 Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
  84. fdd9df3 Exynos5420: Introduce support for the Peach-Pit board by Akshay Saraswat · 10 years ago
  85. 6556eca Exynos5420: Let macros be used for exynos5420 by Akshay Saraswat · 10 years ago
  86. 9d3eefd tegra: dts: Bring in GPIO bindings from linux by Simon Glass · 10 years ago
  87. 0123ee2 Makefile: Support include files for .dts files by Simon Glass · 10 years ago
  88. ccc63f3 arm: Support iotrace feature by Simon Glass · 10 years ago
  89. 18db567 OMAP: disable gpmc timeout safely for reenabling by Stefano Babic · 10 years ago
  90. 69ab383 omap3: board: trivial: add void for no args by Jeroen Hofstee · 10 years ago
  91. 20823b4 cpu: armv7: am33x: ddr: write emif ref_ctrl_shadow register by Felipe Balbi · 10 years ago
  92. 8062b05 ARM: keystone: aemif: move aemif driver to drivers/memory/ti-aemif.c by Khoronzhuk, Ivan · 10 years ago
  93. 753a00a mtd: nand: davinci: add header file for driver definitions by Khoronzhuk, Ivan · 10 years ago
  94. 123ce9d omap: Don't enable GPMC CS0 with nothing attached by Ash Charles · 10 years ago
  95. 45bebc5 tegra20: display: fix checking of return value by Jeroen Hofstee · 10 years ago
  96. 1440442 imx: correct HAB status for new chip TO by Stefano Babic · 10 years ago
  97. e0586de mx6: Fix definition of IOMUXC_GPR12_DEVICE_TYPE_RC by Fabio Estevam · 10 years ago
  98. 22ea415 arm: zynq: fix a bug in Zynq linker script by Masahiro Yamada · 10 years ago
  99. 4a5c5c3 ARMv7: at91: enable ICache and DCache. by Wu, Josh · 11 years ago
  100. 8a806e3 Exynos5420: DMC: Add software read leveling by Akshay Saraswat · 11 years ago