1. d35831f arm: mvebu: Move SAR register defines into header by Stefan Roese · 9 years ago
  2. b7ca250 arm: mvebu: Remove leftover Makefile by Stefan Roese · 9 years ago
  3. 81e33f4 arm: mvebu: Move SoC selection (A38X vs AXP) into Kconfig by Stefan Roese · 9 years ago
  4. b322c83 arm: mvebu: Consolidate board Kconfig options into one file by Stefan Roese · 9 years ago
  5. d718bf2 arm: mvebu: Print CPU and SDRAM frequency upon startup by Stefan Roese · 9 years ago
  6. e25d5a9 arm: mvebu: Make serdes setup on Armada XP less noisy by Stefan Roese · 9 years ago
  7. 84877c6 arm: mvebu: Don't include "netdev.h" in cpu.c by Stefan Roese · 9 years ago
  8. bf0db8b arm: mvebu: Add support for MV78260 by Stefan Roese · 9 years ago
  9. 00a457b arm: mvebu: Don't use 0 as board ID as its used for the custom boards by Stefan Roese · 9 years ago
  10. ab8a4c6 arm: mvebu: Simplify code in setup_usb_phys() a bit by Stefan Roese · 9 years ago
  11. c86d53f arm: mvebu: Don't disable cache at startup on Armada XP at all by Stefan Roese · 9 years ago
  12. f4e6ec7 arm: mvebu: Don't call arch_cpu_init() from SPL at all by Stefan Roese · 9 years ago
  13. f0e8173 arm: mvebu: Add v7_outer_cache_disable function for AXP & A38x by Stefan Roese · 9 years ago
  14. 3e5ce7c arm: mvebu: Enable L2 cache on Armada XP by Stefan Roese · 9 years ago
  15. 0299c90 arm: mvebu: Add SolidRun ClearFog Armada 38x initial support by Stefan Roese · 9 years ago
  16. 8a02ec1 arm: mvebu: Move some defines to common include file by Stefan Roese · 9 years ago
  17. e3b9c98 net: mvneta: Convert to driver model by Stefan Roese · 9 years ago
  18. 202eded arm: mvebu: armada-388-gp.dts: Add ethernet aliases by Stefan Roese · 9 years ago
  19. 18c1272 arm: mvebu: Add armada-xp-maxbcm.dts for maxbcm board by Stefan Roese · 9 years ago
  20. 09a54c0 arm: mvebu: Add SPI driver model support by Stefan Roese · 9 years ago
  21. 6451223 arm: mvebu: Add DM and OF_CONTROL support to SPL by Stefan Roese · 9 years ago
  22. 2fbc18f arm: mvebu/kirkwood: Use common timer functions by Stefan Roese · 9 years ago
  23. 1222305 arm: lpc32xx: switch SPL builds to driver model by Vladimir Zapolskiy · 9 years ago
  24. d25ba89 arm: lpc32xx: switch serial console to driver model by Vladimir Zapolskiy · 9 years ago
  25. adc421e arm: move gd handling outside of C code by Albert ARIBAUD · 9 years ago
  26. ecc3066 Fix board init code to respect the C runtime environment by Albert ARIBAUD · 9 years ago
  27. 20d08f5 Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 9 years ago
  28. 4fb01c4 arm: dts: am4372: add qspi register maps for memory map by Mugunthan V N · 9 years ago
  29. 1f19d50 arm: dts: dra72-evm: add spi-flash comaptible for flash by Mugunthan V N · 9 years ago
  30. f7276c8 arm: dts: dra7-evm: add spi-flash comaptible for flash by Mugunthan V N · 9 years ago
  31. 4416ddb arm: dts: am437x-gp-evm: add spi-flash comaptible for flash by Mugunthan V N · 9 years ago
  32. 830aba2 arm: dts: dra7: add qspi register maps for memory map and control module by Mugunthan V N · 9 years ago
  33. 6145ef7 dts: dra7: add spi alias for qspi by Mugunthan V N · 9 years ago
  34. 47c0d79 arm: mvebu: Select SPL_DM_SEQ_ALIAS by Nathan Rossi · 9 years ago
  35. 3c30fd6 x86: qemu: remove cpu node in device tree by Miao Yan · 9 years ago
  36. de752c5 x86: qemu: fix cpu device in smp boot by Miao Yan · 9 years ago
  37. b28cecd x86: use actual CPU number for allocating memory by Miao Yan · 9 years ago
  38. 24fb490 x86: fix a typo in function name by Miao Yan · 9 years ago
  39. 5a69405 x86: qemu: add a cpu uclass driver for qemu target by Miao Yan · 9 years ago
  40. f60df20 x86: qemu: add fw_cfg support by Miao Yan · 9 years ago
  41. 87968de x86: ivybridge: Add macros for LPC decode ranges by Bin Meng · 9 years ago
  42. 59fb7fb x86: fsp: Always use hex numbers in the hob command output by Bin Meng · 9 years ago
  43. fa331fa x86: ivybridge: Do not require HAVE_INTEL_ME by Bin Meng · 9 years ago
  44. 33fb6c0 x86: ivybridge: Add microcode blobs for all the steppings by Bin Meng · 9 years ago
  45. 214feec x86: fsp: Set up init runtime buffer in update_fsp_configs() by Bin Meng · 9 years ago
  46. 4ce022d x86: fsp: Move struct fspinit_rtbuf definition to chipset header by Bin Meng · 9 years ago
  47. e293502 x86: queensbay: Remove invalid comments in update_fsp_configs() by Bin Meng · 9 years ago
  48. 3340f2c x86: fsp: Introduce CONFIG_FSP_USE_UPD Kconfig option by Bin Meng · 9 years ago
  49. 81f84aa x86: fsp: Rename update_fsp_upd() and change its signature by Bin Meng · 9 years ago
  50. cb379a3 x86: fsp: Rename shared_data to fsp_config_data by Bin Meng · 9 years ago
  51. 57ac74f x86: fsp: Add boot_mode as a member of struct shared_data by Bin Meng · 9 years ago
  52. f0285fb x86: fsp: Avoid cast stack_top in struct shared_data by Bin Meng · 9 years ago
  53. aa02446 x86: fsp: Simplify fsp_continue() by Bin Meng · 9 years ago
  54. 077678e Merge git://git.denx.de/u-boot-dm by Tom Rini · 9 years ago
  55. ab971e1 sandbox: eth-raw-os.c: Ensure that our interface name is not too long by Tom Rini · 9 years ago
  56. 9b20519 rockchip: Use the debug UART on rk3036 by Simon Glass · 9 years ago
  57. 4abe8e4 dm: Convert PCI MMC over to use DM PCI API by Simon Glass · 9 years ago
  58. 96350f7 dm: tegra: net: Convert tegra boards to driver model for Ethernet by Simon Glass · 9 years ago
  59. 8beb0bd dm: x86: pci: Adjust bios_run_on_x86() to use the DM PCI API by Simon Glass · 9 years ago
  60. 3f4e1e8 dm: pci: video: Convert video and pci_rom to use DM PCI API by Simon Glass · 9 years ago
  61. 7d8e404 dm: Convert bios_interrupts to use DM PCI API by Simon Glass · 9 years ago
  62. 9bf727f dm: x86: ivybridge: Convert graphics init to use DM PCI API by Simon Glass · 9 years ago
  63. 93d92d4 ARM: uniphier: add dump command for DDR Multi PHY registers by Masahiro Yamada · 9 years ago
  64. 15607d0 ARM: uniphier: add DRAM init code for ProXstream2/PH1-LD6b by Masahiro Yamada · 9 years ago
  65. 107b3fb ARM: uniphier: move headers out of include/mach directory by Masahiro Yamada · 9 years ago
  66. 042b28f ARM: uniphier: move cmd_pinmon.c to boot-mode subdirectory by Masahiro Yamada · 9 years ago
  67. 9ca6616 ARM: uniphier: move cmd_ddrphy.c to dram subdirectory by Masahiro Yamada · 9 years ago
  68. 9475f8d ARM: uniphier: kill bogus header includes by Masahiro Yamada · 9 years ago
  69. 90345c9 am33xx/am43xx: Add platform data for GPIOs by Tom Rini · 9 years ago
  70. d7b4ca2 powerpc: Various typo fixes under arch/powerpc/cpu/mpc83xx by Robert P. J. Day · 9 years ago
  71. e7cc8d1 test: add sandbox timer to test.dts by Thomas Chou · 9 years ago
  72. 3861d78 Merge git://git.denx.de/u-boot-mpc85xx by Tom Rini · 9 years ago
  73. 6a655d8 powerpc, mpc5xxx: fix missing bootflag init by Heiko Schocher · 9 years ago
  74. f1993ca Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 9 years ago
  75. 40f4839 imx_common: check for Serial Downloader in spl_boot_device by Stefano Babic · 9 years ago
  76. fe21eaf ARM: mxs: allow boards to select DC-DC switching clock source by Michael Heimpold · 9 years ago
  77. 839479d imx: ddr: drop duplicated debug info by Peng Fan · 9 years ago
  78. 40253dd Merge git://git.denx.de/u-boot-socfpga by Tom Rini · 9 years ago
  79. 8f7ed08 arm: socfpga: Unreset NAND in U-Boot by Marek Vasut · 9 years ago
  80. ac242e1 arm: socfpga: Unreset NAND in SPL by Marek Vasut · 9 years ago
  81. f2f3782 arm: socfpga: Define NAND reset bit by Marek Vasut · 9 years ago
  82. 8182b41 ARM: dts: uniphier: add SD/MMC pinmux nodes by Masahiro Yamada · 9 years ago
  83. 8ea4f49 ARM: uniphier: set DTB file name to fdt_file environment by Masahiro Yamada · 9 years ago
  84. 3388669 ARM: uniphier: merge umc/ and ddrphy/ into a single directory by Masahiro Yamada · 9 years ago
  85. 6e1550f ARM: uniphier: display model number all the time on boot up by Masahiro Yamada · 9 years ago
  86. 6f45a97 ARM: uniphier: add macros and revision IDs for sLD11 and LD10 by Masahiro Yamada · 9 years ago
  87. 6994700 ARM: uniphier: compile uniphier_get_board_param() for U-Boot proper by Masahiro Yamada · 9 years ago
  88. 89c05fa ARM: uniphier: split ProXstream2 board data and change DDR frequency by Masahiro Yamada · 9 years ago
  89. 6ba60fa ARM: uniphier: call uniphier_get_board_param() without FDT blob by Masahiro Yamada · 9 years ago
  90. 2071f14 ARM: uniphier: add functions to get SoC model/revision by Masahiro Yamada · 9 years ago
  91. b00543e ARM: dts: uniphier: use stdout-path instead of console by Masahiro Yamada · 9 years ago
  92. 4e1f81d ARM: dts: uniphier: add outer cache nodes by Masahiro Yamada · 9 years ago
  93. 8f06243 ARM: dts: uniphier: factor out common nodes to uniphier-common32.dtsi by Masahiro Yamada · 9 years ago
  94. 6a9f6ba ARM: uniphier: allow DDR function to return more precise error code by Masahiro Yamada · 9 years ago
  95. 11d6eff ARM: uniphier: use BIT() macro for DDR PHY header by Masahiro Yamada · 9 years ago
  96. b04ed73 ARM: uniphier: rename DTCR_RNKEN_* register bit to DTCR_RANKEN_* by Masahiro Yamada · 9 years ago
  97. a1c4bf8 ARM: uniphier: add const qualifier to constant array by Masahiro Yamada · 9 years ago
  98. fc18be1 ARM: uniphier: add static qualifiers to locally used functions by Masahiro Yamada · 9 years ago
  99. 68909e8 arm: socfpga: Make /soc available in pre-reloc by Marek Vasut · 9 years ago
  100. 0780697 arm: socfpga: Actually enable L2 cache by Marek Vasut · 9 years ago