1. 0c078ea ti: armv7: Move SPL SDRAM init to the right place, drop unused CONFIG_SPL_STACK by Simon Glass · 10 years ago
  2. f5f2b0e Make export interface support CONFIG_SYS_MALLOC_SIMPLE by Simon Glass · 10 years ago
  3. d8711af arm: spl: Allow board_init_r() to run with a larger stack by Simon Glass · 10 years ago
  4. e3e5a9f dm: tegra: Enable driver model in SPL and adjust the GPIO driver by Simon Glass · 10 years ago
  5. aeca9cc arm: spl: Avoid setting up a duplicate global data structure by Simon Glass · 10 years ago
  6. 8071c8e arm: Reduce the scope of lowlevel_init() by Simon Glass · 10 years ago
  7. 7a6c3bf Merge branch 'master' of git://git.denx.de/u-boot-samsung by Tom Rini · 10 years ago
  8. 7a42464 Odroid U3: use common code for dram reservation by Przemyslaw Marczak · 10 years ago
  9. 2bdf9f1 Odroid-XU3: enable the last dram bank and reserve 22MiB by Przemyslaw Marczak · 10 years ago
  10. c32a04c board: samsung: reserve memory for the secure firmware by Przemyslaw Marczak · 10 years ago
  11. 33d7a19 samsung: board: fix: Define loop iterator as an unsigned int to suppress gcc 4.8 warning by Łukasz Majewski · 10 years ago
  12. 0be48df Prepare v2015.04-rc3 by Tom Rini · 10 years ago
  13. 8dc24e0 mpc837xerdb: "fix Calling __hwconfig without a buffer" warning by Sinan Akman · 10 years ago
  14. deda50e Merge branch 'xnext/zynqmp' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 10 years ago
  15. 04b7e62 arm64: Add Xilinx ZynqMP support by Michal Simek · 10 years ago
  16. 9f7a53e atngwmkii: convert to generic board by Andreas Bießmann · 10 years ago
  17. 29122df kconfig: remove unneeded U-Boot extension code by Masahiro Yamada · 10 years ago
  18. b5c372d serial: ns16550: Fix build error due to a typo by Axel Lin · 10 years ago
  19. ec7f264 MAINTAINERS, git-mailrc: Update my email address by Tom Rini · 10 years ago
  20. e968973 armv7.h: Add <asm/io.h> by Tom Rini · 10 years ago
  21. 6834475 Merge git://git.denx.de/u-boot-usb by Tom Rini · 10 years ago
  22. 66e4aa8 Merge git://git.denx.de/u-boot-pxa by Tom Rini · 10 years ago
  23. 4510ea5 MAINTAINERS: Add F: drivers/usb/gadget to DFU custodian responsibility by Lukasz Majewski · 10 years ago
  24. be7f13c pxa: colibri_pxa270: integrate latest validated register settings by Marcel Ziswiler · 10 years ago
  25. e4c2f1e pxa: colibri_pxa270: remove CONFIG_ENV_ADDR_REDUND by Marcel Ziswiler · 10 years ago
  26. caec71a pxa: colibri_pxa270: fix wrong comment about voipac ethernet chip by Marcel Ziswiler · 10 years ago
  27. 92f0d50 pxa: colibri_pax270: fix CONFIG_BOOTCOMMAND by Marcel Ziswiler · 10 years ago
  28. e40eaca pxa: colibri_pxa270: avoid overwriting factory configuration block by Marcel Ziswiler · 10 years ago
  29. 06d7f6d pxa: colibri_pxa270: disable loadb/s commands and long help by Marcel Ziswiler · 10 years ago
  30. 7382e67 pxa: colibri_pxa270: migrate to generic board by Marcel Ziswiler · 10 years ago
  31. f5e4b95 pxa: balloon3/colibri_pxa270: fix environment optionally being nowhere by Marcel Ziswiler · 10 years ago
  32. 9ba59ef pxa: balloon3: fix comment about sdram banks by Marcel Ziswiler · 10 years ago
  33. e93eeec pxa: balloon3: remove nowhere used symbol CONFIG_SYS_MEM_BUF_IMP by Marcel Ziswiler · 10 years ago
  34. ba7e01e remove nowhere used symbol CONFIG_SYS_CLKS_IN_HZ by Marcel Ziswiler · 10 years ago
  35. b706365 pxa: fix wrong comment about vpac270 being the arch number by Marcel Ziswiler · 10 years ago
  36. e661691 Merge branch 'master' of git://git.denx.de/u-boot-samsung by Tom Rini · 10 years ago
  37. a77d66e Merge branch 'master' of git://git.denx.de/u-boot-uniphier by Tom Rini · 10 years ago
  38. a1cfb9d Merge branch 'rmobile' of git://git.denx.de/u-boot-sh by Tom Rini · 10 years ago
  39. 616d199 Merge branch 'master' of git://git.denx.de/u-boot-sh by Tom Rini · 10 years ago
  40. 951ed55 ARM: UniPhier: remove SSC_WAY_SIZE and SSC_NUM_ENTRIES macros by Masahiro Yamada · 10 years ago
  41. 0df7dd3 ARM: UniPhier: remove stop_mpll() from PH1-Pro4 PLL initialization by Masahiro Yamada · 10 years ago
  42. e28001b ARM: UniPhier: consolidate MEMCONF setting code by Masahiro Yamada · 10 years ago
  43. f46c3147 ARM: UniPhier: switch to 1CS support card by Masahiro Yamada · 10 years ago
  44. 77f0822 ARM: UniPhier: support 1CS support card for all the UniPhier SoCs by Masahiro Yamada · 10 years ago
  45. d50f336 ARM: UniPhier: switch to xHCI for PH1-Pro4 by Masahiro Yamada · 10 years ago
  46. 273f84d usb: UniPhier: add UniPhier on-chip xHCI host driver support by Masahiro Yamada · 10 years ago
  47. 73e8efc ARM: UniPhier: add xHCI device nodes to PH1-Pro4 device tree by Masahiro Yamada · 10 years ago
  48. 046d8fd ARM: UniPhier: enable xHCI and GIO cores for PH1-Pro4 by Masahiro Yamada · 10 years ago
  49. f73264b ARM: UniPhier: add I/O pin settings for xHCI on PH1-Pro4 by Masahiro Yamada · 10 years ago
  50. 611c89c ARM: UniPhier: replace "usb-ehci" with "generic-ehci" by Masahiro Yamada · 10 years ago
  51. b2584c5 ARM: UniPhier: move uniphier_ehci_reset() function by Masahiro Yamada · 10 years ago
  52. 9a1dff5 ARM: UniPhier: remove EHCI platform devices by Masahiro Yamada · 10 years ago
  53. 36563e6 ARM: UniPhier: enable STDMAC for EHCI by Masahiro Yamada · 10 years ago
  54. 4b9c6f2 ARM: UniPhier: reset NAND core in SPL for non-NAND boot mode by Masahiro Yamada · 10 years ago
  55. c04368f ARM: UniPhier: split clkrst_init() into two functions by Masahiro Yamada · 10 years ago
  56. 40adf0a ARM: UniPhier: rename SC_CLKCTRL_CLK_* to SC_SCLKCTRL_CEN_* by Masahiro Yamada · 10 years ago
  57. 8763f31 ARM: UniPhier: fix SBC init code by Masahiro Yamada · 10 years ago
  58. 8ce9bdf ARM: UniPhier: fix comments in PH1-Pro4 SBC code by Masahiro Yamada · 10 years ago
  59. fef7fcd serial: UniPhier: move LCR register setting to probe function by Masahiro Yamada · 10 years ago
  60. e7c3a89 serial: UniPhier: use 32 bit register access by Masahiro Yamada · 10 years ago
  61. 6005319 ARM: UniPhier: update defconfigs using savedefconfig by Masahiro Yamada · 10 years ago
  62. 95387e2 ARM: UniPhier: include <mach/*.h> instead of <asm/arch/*.h> by Masahiro Yamada · 10 years ago
  63. 0af00a2 ARM: UniPhier: move SoC headers to mach-uniphier/include/mach by Masahiro Yamada · 10 years ago
  64. f856398 ARM: UniPhier: move SoC sources to mach-uniphier by Masahiro Yamada · 10 years ago
  65. 7362280 Exynos: Fix L2 cache timings on Exynos5420 and Exynos5800 by Doug Anderson · 10 years ago
  66. 0db0b7a Exynos542x: Make A7s boot with thumb-mode U-Boot on warm reset by Akshay Saraswat · 10 years ago
  67. c1f5d21 Exynos542x: Fix secondary core booting for thumb by Akshay Saraswat · 10 years ago
  68. 5877191 Exynos542x: add L2 control register configuration by Akshay Saraswat · 10 years ago
  69. 85dcaed Exynos542x: cache: Disable clean/evict push to external by Akshay Saraswat · 10 years ago
  70. 4bb039f Exynos542x: Add workaround for exynos iROM errata by Akshay Saraswat · 10 years ago
  71. 57fd639 Exynos542x: Add workaround for ARM errata 799270 by Akshay Saraswat · 10 years ago
  72. e5be413 Exynos542x: Add workaround for ARM errata 798870 by Akshay Saraswat · 10 years ago
  73. 1d575af Exynos542x: CPU: Power down all secondary cores by Akshay Saraswat · 10 years ago
  74. da9a809 Exynos542x: Config: Add various configs by Akshay Saraswat · 10 years ago
  75. 555f69d MAINTAINERS: Add F: drivers/usb/gadget to DFU custodian responsibility by Lukasz Majewski · 10 years ago
  76. 1eba1d7 Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 10 years ago
  77. ef20159 crypto/fsl - Add progressive hashing support using hardware acceleration. by gaurav rana · 10 years ago
  78. b64308e crypto/fsl: Make function names consistent for blob encapsulation/decapsulation. by gaurav rana · 10 years ago
  79. 447c975 usb: gadget: fastboot: Set the Serial Number for Fastboot Gadget by Dileep Katta · 10 years ago
  80. 976a7ce fastboot: Correct fastboot_fail and fastboot_okay strings by Dileep Katta · 10 years ago
  81. 50b4c17 fastboot: OUT transaction length must be aligned to wMaxPacketSize by Dileep Katta · 10 years ago
  82. ce9d8ee fastboot: Add USB cable detect check by Rob Herring · 10 years ago
  83. b122820 usb: gadget: fastboot: Add fastboot erase by Dileep Katta · 10 years ago
  84. ae731ec odroid: adjust get_dfu_alt_*() functions to new declarations by Inha Song · 10 years ago
  85. d0dd609 dfu: samsung: move call to set_dfu_alt_info() to dfu common code by Przemyslaw Marczak · 10 years ago
  86. 13047e5 fastboot: add support for "oem format" command by Rob Herring · 10 years ago
  87. 7e23abf fastboot: add "fastboot oem" command support by Michael Scott · 10 years ago
  88. c595133 arm: rmobile: silk: Add support SDHI by Vladimir Barinov · 10 years ago
  89. 6b779af arm: rmobile: silk: fix typo in device declaration by Vladimir Barinov · 10 years ago
  90. 783a1d9 arm: rmobile: silk: Disable ethernet pins pull-up by Vladimir Barinov · 10 years ago
  91. 2cd3d80 arm: rmobile: silk: Fix GPIO4_31 initialization by Vladimir Barinov · 10 years ago
  92. 2f8c00e arm: rmobile: Add Porter board support by Vladimir Barinov · 10 years ago
  93. 03e517a sh: enable CONFIG_USE_PRIVATE_LIBGCC by default by Masahiro Yamada · 10 years ago
  94. 24edb7e sh: import missing private libraries from Linux 3.19 by Masahiro Yamada · 10 years ago
  95. b421ae0 sh: rename some private libraries by Masahiro Yamada · 10 years ago
  96. 51d3b40 serial: sh: fix internal clock source on SCIF by Vladimir Barinov · 10 years ago
  97. 1786175 serial: sh: Remove invalid UTF-8 character by Nobuhiro Iwamatsu · 10 years ago
  98. 4ca383a arm: rmobile: lager: Add support SDHI by Nobuhiro Iwamatsu · 10 years ago
  99. 161af50 arm: rmobile: gose: Add support SDHI by Nobuhiro Iwamatsu · 10 years ago
  100. af33ae7 arm: rmobile: koelsch: Add support SDHI by Nobuhiro Iwamatsu · 10 years ago