1. c72f4d4 ARM: uniphier: add PLL init code for LD11 SoC by Masahiro Yamada · 8 years ago
  2. 0298f4c ARM: uniphier: move CONFIG_SPL_* to defconfig or select by Masahiro Yamada · 8 years ago
  3. bbdae16 omap4_panda: Disable ext2/3/4 support in SPL by Tom Rini · 8 years ago
  4. 3ce750e clk.h: Add <asm/errno.h> by Tom Rini · 8 years ago
  5. 423620b Merge branch 'master' of git://git.denx.de/u-boot-mips by Tom Rini · 8 years ago
  6. f85fad0 Merge branch 'master' of http://git.denx.de/u-boot-mmc by Tom Rini · 8 years ago
  7. 31d36f7 MIPS: Hang if run on a secondary CPU by Paul Burton · 8 years ago
  8. d263cda MIPS: Fix cache maintenance in relocate_code & simplify by Paul Burton · 8 years ago
  9. ad8783c boston: Introduce support for the MIPS Boston development board by Paul Burton · 8 years ago
  10. dd7c749 clk: boston: Providea simple driver for Boston board clocks by Paul Burton · 8 years ago
  11. 8291bc8 dm: syscon: Provide a generic syscon driver by Paul Burton · 8 years ago
  12. ce70172 dm: core: Match compatible strings in order of priority by Paul Burton · 8 years ago
  13. 3bfb8cb dm: regmap: Implement simple regmap_read & regmap_write by Paul Burton · 8 years ago
  14. 96cb57c net: pch_gbe: Make 64 bit safe by Paul Burton · 8 years ago
  15. 154bf12 net: pch_gbe: Use dm_pci_map_bar to discover MMIO base by Paul Burton · 8 years ago
  16. 65f62b1 pci: Flip condition for detecting non-PCI parent devices by Paul Burton · 8 years ago
  17. a29e45a pci: xilinx: Add a driver for Xilinx AXI to PCIe bridge by Paul Burton · 8 years ago
  18. b419e87 dt-bindings: Add interrupt-controller/mips-gic.h header by Paul Burton · 8 years ago
  19. 50fce1d serial: ns16550: Support clocks via phandle by Paul Burton · 8 years ago
  20. 3f96f87 clk: Use dummy clk_get_by_* functions when CONFIG_CLK is disabled by Paul Burton · 8 years ago
  21. 639200f MIPS: Ensure cache ops complete in mips_cache_reset by Paul Burton · 8 years ago
  22. d608254 MIPS: Clear hazard between TagLo writes & cache ops by Paul Burton · 8 years ago
  23. c5b8412 MIPS: Ensure Config.K0=2 applies before any memory accesses by Paul Burton · 8 years ago
  24. 566ce04d MIPS: Malta: Enable CM & L2 support by Paul Burton · 8 years ago
  25. 7953354 MIPS: Join the coherent domain when a CM is present by Paul Burton · 8 years ago
  26. 4baa0ab MIPS: L2 cache support by Paul Burton · 8 years ago
  27. b2b135d MIPS: Map CM Global Control Registers by Paul Burton · 8 years ago
  28. 5c72e5a MIPS: Define register names for cache init by Paul Burton · 8 years ago
  29. f898127 MIPS: If we don't need DDR for cache init, init cache first by Paul Burton · 8 years ago
  30. 4f9226b MIPS: Preserve Config implementation-defined bits by Paul Burton · 8 years ago
  31. 33b5c9b MIPS: Enable use of the instruction cache earlier by Paul Burton · 8 years ago
  32. 8cb4817 MIPS: Probe cache line sizes once during boot by Paul Burton · 8 years ago
  33. 0dfe04d MIPS: ath79: Use mach_cpu_init instead of arch_cpu_init by Paul Burton · 8 years ago
  34. 8ebf506 board_f: Add a mach_cpu_init callback by Paul Burton · 8 years ago
  35. ebf2b9e mips: Add MIPSfpga platform support by Zubair Lutfullah Kakakhel · 8 years ago
  36. d4e8537 mips: xilfpga: Add device tree files by Zubair Lutfullah Kakakhel · 8 years ago
  37. 2f1f05f net: emaclite: Enable driver for MIPS by Zubair Lutfullah Kakakhel · 8 years ago
  38. 611fe0b net: emaclite: use __raw_readl/writel instead of weird define by Zubair Lutfullah Kakakhel · 8 years ago
  39. 39e020e net: emaclite: Use ioremap_nocache by Zubair Lutfullah Kakakhel · 8 years ago
  40. 2b42903 mmc: dw_mmc: push/pop all FIFO data if any data request by Jacob Chen · 8 years ago
  41. a2ed3f4 Merge git://git.denx.de/u-boot-dm by Tom Rini · 8 years ago
  42. 60c629b PowerPC: Update last users of CONFIG_ISO_STRING to Kconfig by Tom Rini · 8 years ago
  43. adf32ad PowerPC: Update MIP405/MIP405T to use Kconfig better by Tom Rini · 8 years ago
  44. a4d8892 Kconfig: Move config IDENT_STRING to Kconfig by Siva Durga Prasad Paladugu · 8 years ago
  45. 06066a7 configs: Re-sync by Tom Rini · 8 years ago
  46. 6dffdbc mmc: sdhci: Add the programmable clock mode support by Wenyou Yang · 8 years ago
  47. e492dbb mmc: sd: optimize erase by Peng Fan · 8 years ago
  48. 3697e59 mmc: sd: extracting erase related information from sd status by Peng Fan · 8 years ago
  49. 65a25b2 mmc: sdhci: drop CONFIG_ from CONFIG_SDHCI_CMD_MAX_TIMEOUT by Masahiro Yamada · 8 years ago
  50. d8ce77b mmc: sdhci: drop CONFIG_ from CONFIG_SDHCI_CMD_DEFAULT_TIME by Masahiro Yamada · 8 years ago
  51. 15bd099 mmc: sdhci: move SDMA capability check to sdhci_setup_cfg() by Masahiro Yamada · 8 years ago
  52. 3137e64 mmc: sdhci: move broken voltage quirk handling to sdhci_setup_cfg() by Masahiro Yamada · 8 years ago
  53. 6c67954 mmc: sdhci: move error message to more relevant place by Masahiro Yamada · 8 years ago
  54. 8d549b6 mmc: sdhci: move sdhci_reset() call to sdhci_init() by Masahiro Yamada · 8 years ago
  55. 9b1b6d4 Revert "Increase default of CONFIG_SYS_MALLOC_F_LEN for SPL_OF_CONTROL" by Masahiro Yamada · 8 years ago
  56. 00709f5 A20-OLinuXino-Lime2: Enable USB gadget support by Tom Rini · 8 years ago
  57. 8f224b3 dtoc: Add methods for reading data from properties by Simon Glass · 8 years ago
  58. 20024da dtoc: Correct quotes in fdt_util by Simon Glass · 8 years ago
  59. babdbde dtoc: Support finding the offset of a property by Simon Glass · 8 years ago
  60. da5f749 dtoc: Support packing the device tree by Simon Glass · 8 years ago
  61. 2a70d89 dtoc: Support deleting device tree properties by Simon Glass · 8 years ago
  62. 0170804 dtoc: Move to using bytearray by Simon Glass · 8 years ago
  63. 346179f dtoc: Prepare for supporting changing of device trees by Simon Glass · 8 years ago
  64. 6b93c55 dtoc: Drop the convert_dash parameter to GetProps() by Simon Glass · 8 years ago
  65. 355c67c dtoc: Allow the device tree to be compiled from source by Simon Glass · 8 years ago
  66. 0faf614 patman: Add a library to handle logging and progress by Simon Glass · 8 years ago
  67. 1f1864b patman: Add a tools library for using temporary files by Simon Glass · 8 years ago
  68. f7a2aee dtoc: Move a few more common functions into fdt.py by Simon Glass · 8 years ago
  69. c322a85 dtoc: Move Widen() and GetPhandle() into the base class by Simon Glass · 8 years ago
  70. bc1dea3 dtoc: Move BytesToValue() and GetEmpty() into PropBase by Simon Glass · 8 years ago
  71. a06a34b dtoc: Create a base class for Fdt by Simon Glass · 8 years ago
  72. 66051b1 dtoc: Rename fdt.py to fdt_normal.py by Simon Glass · 8 years ago
  73. ba48258 dtoc: Move the fdt library selection into fdt_select by Simon Glass · 8 years ago
  74. 5859311 dtoc: Move the struct import into the correct order by Simon Glass · 8 years ago
  75. 785f154 patman: Adjust command.Output() to raise an error by default by Simon Glass · 8 years ago
  76. 49afb37 sandbox: Add "host size" hostfs command for fs test by Stefan Brüns · 8 years ago
  77. 2945eb7 sandbox: document support of block device emulation by Stefan Brüns · 8 years ago
  78. 9a6535e Merge branch 'master' of git://git.denx.de/u-boot-uniphier by Tom Rini · 8 years ago
  79. b58d351 Merge branch 'master' of git://www.denx.de/git/u-boot-sunxi by Tom Rini · 8 years ago
  80. a7a97fd Merge branch 'master' of git://www.denx.de/git/u-boot-arc by Tom Rini · 8 years ago
  81. f9d7e17 ARM: uniphier: update DRAM init code for LD20 SoC by Masahiro Yamada · 8 years ago
  82. 682e09f ARM: uniphier: add PLL init code for LD20 SoC by Masahiro Yamada · 8 years ago
  83. fcc238b ARM: uniphier: collect clock/PLL init code into a single directory by Masahiro Yamada · 8 years ago
  84. 6a3e427 ARM: uniphier: move PLL init code to U-Boot proper where possible by Masahiro Yamada · 8 years ago
  85. 22de6b3 ARM: uniphier: rename CONFIG_DPLL_SSC_RATE_1PER by Masahiro Yamada · 8 years ago
  86. b78ffc5 ARM: uniphier: move XIRQ pin-mux settings of LD11/LD20 by Masahiro Yamada · 8 years ago
  87. 68557ec ARM: uniphier: consolidate System Bus pin-mux settings for LD11/LD20 by Masahiro Yamada · 8 years ago
  88. 6bf12ea ARM: dts: uniphier: include System Bus pin group node in SPL DT by Masahiro Yamada · 8 years ago
  89. 5ac9dfb ARM: uniphier: consolidate NAND pin-mux settings by Masahiro Yamada · 8 years ago
  90. 6a93478 ARM: uniphier: remove ad-hoc pin-mux code for sLD3 by Masahiro Yamada · 8 years ago
  91. cd477c9 ARM: uniphier: remove redundant pin-muxing for EA24 pin of sLD3 SoC by Masahiro Yamada · 8 years ago
  92. 27350c9 ARM: uniphier: select PINCTRL and SPL_PINCTRL by Masahiro Yamada · 8 years ago
  93. 4475c0c ARM: dts: uniphier: add pinctrl device node and pinctrl properties by Masahiro Yamada · 8 years ago
  94. 24572db pinctrl: uniphier: add UniPhier sLD3 pinctrl driver by Masahiro Yamada · 8 years ago
  95. bbb1198 pinctrl: uniphier: support 4bit-width pin-mux register capability by Masahiro Yamada · 8 years ago
  96. ca7628a sunxi: Enable USB gadget support for Sinlinx SinA33 by Chen-Yu Tsai · 8 years ago
  97. 28de49b sunxi: Enable USB host support for Sinlinx SinA33 by Chen-Yu Tsai · 8 years ago
  98. 01cf4a1a sunxi: Add mmc0 card detect pin for Sinlinx SinA33 by Chen-Yu Tsai · 8 years ago
  99. 348df5b sunxi: Add defconfig and dts for the NanoPi NEO by Jelle van der Waa · 8 years ago
  100. 7c22e26 sunxi: musb: Re-init musb controller on repeated probe calls by Hans de Goede · 8 years ago