1. 425a3a5 net: sh-eth: Fix misaligned cache operation warning by Nobuhiro Iwamatsu · 7 years ago
  2. ec921f1 net: sh-eth: Change read/write() param to struct sh_eth_info by Nobuhiro Iwamatsu · 7 years ago
  3. 65a81a4 net: sh-eth: Remove bd_t from sh_eth_config() by Nobuhiro Iwamatsu · 7 years ago
  4. ca36b0e net: sh-eth: Fix coding style checked by checkpatch.pl by Nobuhiro Iwamatsu · 7 years ago
  5. 724cc6a net: dhcp: Allow "MAY_FAIL" to still try each adapter by Joe Hershberger · 7 years ago
  6. b9286f6 configs: Update Lamobo_R1 with B53 switch options by Florian Fainelli · 7 years ago
  7. 82aa8d1 net: phy: b53: Add b53_reg read/write commands by Florian Fainelli · 7 years ago
  8. 65f686b net: designware: Pad small packets by Florian Fainelli · 7 years ago
  9. 01b4ade net: phy: Add Broadcom BCM53xx switch driver by Florian Fainelli · 7 years ago
  10. eebcf8c net: designware: add clock support by Patrice Chotard · 7 years ago
  11. 99503c1 dm: core: add missing dev_count_phandle_with_args() by Patrice Chotard · 7 years ago
  12. c7bc183 net: mvneta - Fixed recv() when multiple packets have arrived. by Jason Brown · 7 years ago
  13. 7e4d4d1 net: miiphybb: fix casting error by Chris Brandt · 7 years ago
  14. a65a929 net: sh-eth: remove sh_eth_offset_rz table by Chris Brandt · 7 years ago
  15. 7123077 net: sh-eth: fix inl and outl definitions by Chris Brandt · 7 years ago
  16. 3857a16 net: phy: marvell: Add functions to read PHY's extended registers by Lukasz Majewski · 7 years ago
  17. 7c646e8 net: Remove nfs.h include from bootp.c by Joe Hershberger · 7 years ago
  18. 83c48c5 net: Fix buffer overrun error in netconsole by Joe Hershberger · 7 years ago
  19. 41d6d1e net: macb: Add support for Xilinx Zynq SoC by Wilson Lee · 7 years ago
  20. 76f44296 Merge git://git.denx.de/u-boot-mmc by Tom Rini · 7 years ago
  21. 71f3643 Merge git://git.denx.de/u-boot-tegra by Tom Rini · 7 years ago
  22. c19a855 Makefile: ensure DTB doesn't overflow into initial stack by Stephen Warren · 7 years ago
  23. 571d12a ARM: Tegra: p2771-0000: use calculate env var feature by Stephen Warren · 7 years ago
  24. 07ba498 ARM: Tegra186: calculate load addresses at boot by Stephen Warren · 7 years ago
  25. 5ab72a2 ARM: Tegra186: don't map memory not in RAM banks by Stephen Warren · 7 years ago
  26. 3a6ea68 ARM: tegra: p2771-000: increase max DRAM bank count by Stephen Warren · 7 years ago
  27. 51aa324 ARM: Tegra186: search for best RAM bank by Stephen Warren · 7 years ago
  28. 1a0b805 ARM: bootm: don't assume sp is in DRAM bank 0 by Stephen Warren · 7 years ago
  29. 0603dd2 ARM: Tegra186: mem parsing fixes from downstream by Stephen Warren · 7 years ago
  30. eab3605 ARM: tegra: use LINUX_KERNEL_IMAGE_HEADER by Stephen Warren · 7 years ago
  31. 80a9365 ARMv8: add optional Linux kernel image header by Stephen Warren · 7 years ago
  32. f599a03 ARM: tegra: use CONFIG_SYS_INIT_SP_BSS_OFFSET by Stephen Warren · 7 years ago
  33. b80fe6d ARMv8: Allow dynamic early stack pointer by Stephen Warren · 7 years ago
  34. ef2a115 ARM: tegra: remove SPL config for non-SPL SoCs by Stephen Warren · 7 years ago
  35. 753155a ARM: tegra: don't use CONFIG_SPL_TEXT_BASE when no SPL by Stephen Warren · 7 years ago
  36. 283620c mmc: fsl_esdhc: Fix eMMC 1.8v setting issue by Peng Fan · 7 years ago
  37. ec89657 power: Rearrange code to guard power command with CONFIG_SPL_BUILD guard by Tom Rini · 7 years ago
  38. 626605d travis.yml: Support RISC-V by Rick Chen · 7 years ago
  39. d7e6f92 riscv: doc: Add relative doc to describe RISC-V by Rick Chen · 7 years ago
  40. 3301bfc riscv: Modify generic codes to support RISC-V by Rick Chen · 7 years ago
  41. ba06a9a riscv: Support standalone by Rick Chen · 7 years ago
  42. 93fa563 riscv: tools: Prelink u-boot by Rick Chen · 7 years ago
  43. 70de428 riscv: defconfig: Add nx25-ae250 defconfig to support RISC-V by Rick Chen · 7 years ago
  44. b46a18b riscv: configs: Add nx25-ae250.h to support RISC-V by Rick Chen · 7 years ago
  45. 36cb27c riscv: board: Add nx25-ae250 to support RISC-V by Rick Chen · 7 years ago
  46. 64d4ead riscv: Add Kconfig to support RISC-V by Rick Chen · 7 years ago
  47. 76c0a24 riscv: nx25: include: Add header files to support RISC-V by Rick Chen · 7 years ago
  48. 2e4fc1b riscv: nx25: dts: Add AE250 dts to support RISC-V by Rick Chen · 7 years ago
  49. 6eedd92 riscv: nx25: lib: Add relative lib funcs to support RISC-V by Rick Chen · 7 years ago
  50. e76b804 riscv: cpu: Add nx25 to support RISC-V by Rick Chen · 7 years ago
  51. ba54ab8 mmc: remove hc_wp_grp_size from struct mmc if not needed by Jean-Jacques Hiblot · 7 years ago
  52. c94c547 mmc: don't read the size of eMMC enhanced user data area in SPL by Jean-Jacques Hiblot · 7 years ago
  53. 27edffe mmc: compile out erase and write mmc commands if write operations are not enabled by Jean-Jacques Hiblot · 7 years ago
  54. cb534f0 mmc: read ssr only if MMC write support is enabled by Jean-Jacques Hiblot · 7 years ago
  55. d053167 mmc: add a Kconfig option to enable the support for MMC write operations by Jean-Jacques Hiblot · 7 years ago
  56. fa6c577 mmc: reworked version lookup in mmc_startup_v4 by Jean-Jacques Hiblot · 7 years ago
  57. 74c98b2 mmc: compile out more code if support for UHS and HS200 is not enabled by Jean-Jacques Hiblot · 7 years ago
  58. dcfb625 mmc: atmel: when sending a data command, use the provided block size by Jean-Jacques Hiblot · 7 years ago
  59. ee61532 common: do not compile common fastboot code when building the SPL by Jean-Jacques Hiblot · 7 years ago
  60. 9778631 am335x_hs_evm: Trim options in SPL to reduce binary size by Tom Rini · 7 years ago
  61. ef72fd3 dm: mmc: sandbox: Update SD card emulation by Jean-Jacques Hiblot · 7 years ago
  62. 1d1a32d configs: omapl138_lcdk: decrease the loglevel to reduce the size of the SPL by Jean-Jacques Hiblot · 7 years ago
  63. bc0d36b configs: openrd: removed support for eMMC hardware partitioning by Jean-Jacques Hiblot · 7 years ago
  64. 1d7769a mmc: make optional the support for eMMC hardware partitioning by Jean-Jacques Hiblot · 7 years ago
  65. 6051e78 mmc: make UHS and HS200 optional by Jean-Jacques Hiblot · 7 years ago
  66. 678b608 mmc: convert most of printf() to pr_err() and pr_warn() by Jean-Jacques Hiblot · 7 years ago
  67. 06976eb mmc: don't use malloc_cache_aligned() by Jean-Jacques Hiblot · 7 years ago
  68. 7ab1b62 mmc: fix for old MMCs (below version 4) by Jean-Jacques Hiblot · 7 years ago
  69. d7e5e03 mmc: all hosts support 1-bit bus width and legacy timings by Jean-Jacques Hiblot · 7 years ago
  70. 3f2ffc2 mmc: Fixed a problem with old sd or mmc that do not support High speed by Jean-Jacques Hiblot · 7 years ago
  71. d39be65 dm: mmc: update mmc_of_parse() by Jean-Jacques Hiblot · 7 years ago
  72. 93c31d1 mmc: dump card and host capabilities if debug is enabled by Jean-Jacques Hiblot · 7 years ago
  73. f36bb2c mmc: meson_gx_mmc: fix the complie error by Jaehoon Chung · 7 years ago
  74. 422b294 dm: mmc: Add a library function to parse generic dt binding by Kishon Vijay Abraham I · 7 years ago
  75. 71264bb mmc: add a library function to send tuning command by Jean-Jacques Hiblot · 7 years ago
  76. b6937d6 mmc: use the right voltage level for MMC DDR and HS200 modes by Jean-Jacques Hiblot · 7 years ago
  77. 07baaa6 mmc: Retry some MMC cmds on failure by Kishon Vijay Abraham I · 7 years ago
  78. 3d30972b mmc: Change mode when switching to a boot partition by Jean-Jacques Hiblot · 7 years ago
  79. dc030fb mmc: disable UHS modes if Vcc cannot be switched on and off by Jean-Jacques Hiblot · 7 years ago
  80. f4d5b3e mmc: Add support for UHS modes by Jean-Jacques Hiblot · 7 years ago
  81. 210369f mmc: add HS200 support in MMC core by Kishon Vijay Abraham I · 7 years ago
  82. ae7174f mmc: Add a execute_tuning() callback to the mmc operations. by Kishon Vijay Abraham I · 7 years ago
  83. aa434c5 mmc: disable the mmc clock during power off by Kishon Vijay Abraham I · 7 years ago
  84. d6246bf mmc: add a new mmc parameter to disable mmc clock by Kishon Vijay Abraham I · 7 years ago
  85. 80b87e1 mmc: add power cyle support in mmc core by Kishon Vijay Abraham I · 7 years ago
  86. 5f23d87 mmc: Add a new callback function to perform the 74 clocks cycle sequence by Jean-Jacques Hiblot · 7 years ago
  87. 4afb12b mmc: Enable signal voltage to be selected from mmc core by Kishon Vijay Abraham I · 7 years ago
  88. e178c11 mmc: make mmc_set_ios() return status by Kishon Vijay Abraham I · 7 years ago
  89. ec34683 mmc: refactor MMC startup to make it easier to support new modes by Jean-Jacques Hiblot · 7 years ago
  90. 5b1a4d9 mmc: refactor SD startup to make it easier to support new modes by Jean-Jacques Hiblot · 7 years ago
  91. f62caf9 cmd: mmc: display the mode name and current bus speed in the mmc info by Jean-Jacques Hiblot · 7 years ago
  92. 7842231 mmc: use mmc modes to select the correct bus speed by Jean-Jacques Hiblot · 7 years ago
  93. 00de504 mmc: Add a function to dump the mmc capabilities by Jean-Jacques Hiblot · 7 years ago
  94. a94fb41 mmc: introduce mmc modes by Jean-Jacques Hiblot · 7 years ago
  95. 933d126 mmc: add a function to read and test the ext csd (mmc >= 4) by Jean-Jacques Hiblot · 7 years ago
  96. ed9506b mmc: make ext_csd part of struct mmc by Jean-Jacques Hiblot · 7 years ago
  97. e84459c mmc: move the MMC startup for version above v4.0 in a separate function by Jean-Jacques Hiblot · 7 years ago
  98. 31e7cf3 mmc: split mmc_startup() by Jean-Jacques Hiblot · 7 years ago
  99. a49ffa1 mmc: dm: get the IO-line and main voltage regulators from the dts by Jean-Jacques Hiblot · 7 years ago
  100. 730636b mmc: sdhci: do not compare pointer to 0 by Heinrich Schuchardt · 7 years ago