[U-Boot] [PULL] u-boot-sh/master

Marek Vasut marek.vasut at gmail.com
Sun Apr 22 03:29:25 UTC 2018


The following changes since commit a35747b5e1261adfb27ab87575dea4b17e247da2:

  Merge git://git.denx.de/u-boot-uniphier (2018-04-18 16:24:26 -0400)

are available in the Git repository at:

  git://git.denx.de/u-boot-sh.git master

for you to fetch changes up to f7aa3cd4a81c7a1ef480e39a1b979483452325cb:

  ARM: rmobile: Update E2 Silk (2018-04-21 18:33:31 +0200)

----------------------------------------------------------------
Marek Vasut (6):
      clk: renesas: Minor clean up of the R8A7792 clock driver
      clk: renesas: Minor clean up of the R8A7794 clock driver
      mmc: sh_mmcif: Add DM and DT probing support
      mmc: sh_mmcif: Add Kconfig entry
      mmc: sh_mmcif: Migrate configs to CONFIG_SH_MMCIF
      ARM: rmobile: Update E2 Silk

 arch/arm/dts/r8a7794-silk-u-boot.dts   |   4 ++
 arch/arm/mach-rmobile/Kconfig.32       |   3 ++
 board/renesas/silk/Makefile            |   6 ++-
 board/renesas/silk/silk.c              | 186
+++++++++++++++++++++--------------------------------------------
 board/renesas/silk/silk_spl.c          | 425
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 configs/alt_defconfig                  |   1 +
 configs/lager_defconfig                |   1 +
 configs/sh7752evb_defconfig            |   1 +
 configs/sh7753evb_defconfig            |   1 +
 configs/sh7757lcr_defconfig            |   1 +
 configs/silk_defconfig                 |  50 ++++++++++++++++--
 drivers/clk/renesas/r8a7792-cpg-mssr.c |  10 ++--
 drivers/clk/renesas/r8a7794-cpg-mssr.c |  10 ++--
 drivers/mmc/Kconfig                    |   6 +++
 drivers/mmc/sh_mmcif.c                 | 165
+++++++++++++++++++++++++++++++++++++++++++++++++++++-----
 include/configs/alt.h                  |   1 -
 include/configs/lager.h                |   1 -
 include/configs/sh7752evb.h            |   1 -
 include/configs/sh7753evb.h            |   1 -
 include/configs/sh7757lcr.h            |   1 -
 include/configs/silk.h                 |  66 +++++++----------------
 scripts/config_whitelist.txt           |   1 -
 22 files changed, 729 insertions(+), 213 deletions(-)
 create mode 100644 board/renesas/silk/silk_spl.c


More information about the U-Boot mailing list