[U-Boot] pull request u-boot-fsl-qoriq

Priyanka Jain priyanka.jain at nxp.com
Mon Sep 16 05:17:11 UTC 2019


Dear Tom,

Please find my pull-request for u-boot-fsl-qoriq/master
https://travis-ci.org/p-priyanka-jain/u-boot/builds/584428184


Summary
Add emmc hs200 support
Few bug fixes related to serdes, I2C, ethernet, etc

priyankajain

-----------------------------
The following changes since commit 001c8ea94ae710d8340829237a7d788b25ce2ae7:

  Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 (2019-09-10 08:52:00 -0400)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq.git HEAD

for you to fetch changes up to 737c016d25d6c45e9c003fca9df2ca75f0b1e772:

  lx2160: Correct serdes frequency print. (2019-09-12 16:15:42 +0530)

----------------------------------------------------------------
The following changes since commit 002c8ea94ae710d8340829237a7d788b25ce2ae7:

  Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 (2019-09-10 08:52:00 -0400)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq.git HEAD

for you to fetch changes up to 737c016d25d6c45e9c003fca9df2ca75f0b1e772:

  lx2160: Correct serdes frequency print. (2019-09-12 16:15:42 +0530)

----------------------------------------------------------------
Alex Marginean (1):
      arm: dts: ls1028a-qds: define the MDIO MUX

Chuanhua Han (1):
      armv8: fsl-layerscape: Update I2C clock divider

Florin Chiculita (2):
      board: lx2160aqds: fix ethernet-phy compatible property
      board: lx2160aqds: add support for SerDes protocol 14

Hou Zhiqiang (2):
      armv8: fsl-layerscape: Fix typo in Layerscape PCIe config entry
      armv8: ls1028a: Updated serdes configuration for 0x13BB

Meenakshi Aggarwal (1):
      lx2160: Correct serdes frequency print.

Pankaj Bansal (2):
      board/lx2160a: Fix MC firmware loading for SD boot
      board: fsl: lx2160a: implement board_fix_fdt

Thomas Schaefer (2):
      armv8: ls1028a: configure PMU's PCTBENR to enable WDT
      watchdog: sp805_wdt: add expire_now method

Yinbo Zhu (7):
      fsl-layerscape: Add fsl_esdhc peripheral clock support
      mmc: Kconfig: Add FSL_ESDHC_USE_PERIPHERAL_CLK option
      dts: armv8: add emmc hs200 support for ls1012ardb
      dts: armv8: add emmc hs200 support for lx2160ardb
      dts: armv8: add emmc hs200 support for ls1028ardb
      mmc: fsl_esdhc: Add emmc hs200 support
      configs/ls1012ardb,lx2160ardb,ls1028ardb: add esdhc hs200 config

 arch/arm/cpu/armv8/fsl-layerscape/Kconfig          |  4 ++
 arch/arm/cpu/armv8/fsl-layerscape/cpu.c            |  6 +-
 arch/arm/cpu/armv8/fsl-layerscape/fdt.c            |  2 +-
 .../arm/cpu/armv8/fsl-layerscape/fsl_lsch2_speed.c | 49 +++++++++------  .../arm/cpu/armv8/fsl-layerscape/fsl_lsch3_speed.c | 45 +++++++++++++-  arch/arm/cpu/armv8/fsl-layerscape/ls1028a_serdes.c |  2 +-
 arch/arm/dts/fsl-ls1012a-rdb.dtsi                  |  4 ++
 arch/arm/dts/fsl-ls1028a-qds.dts                   | 56 ++++++++++++++++-
 arch/arm/dts/fsl-ls1028a-rdb.dts                   |  1 +
 arch/arm/dts/fsl-lx2160a-rdb.dts                   |  1 +
 .../include/asm/arch-fsl-layerscape/immap_lsch2.h  |  2 +-  .../include/asm/arch-fsl-layerscape/immap_lsch3.h  |  1 +
 board/freescale/lx2160a/eth_lx2160aqds.c           |  6 +-
 board/freescale/lx2160a/lx2160a.c                  | 70 +++++++++++++++++++++-
 configs/ls1012ardb_tfa_defconfig                   |  2 +
 configs/ls1028ardb_tfa_defconfig                   |  2 +
 configs/lx2160aqds_tfa_defconfig                   |  1 +
 configs/lx2160ardb_tfa_defconfig                   |  3 +
 drivers/mmc/Kconfig                                | 10 +++-
 drivers/mmc/fsl_esdhc.c                            | 34 ++++++-----
 drivers/watchdog/sp805_wdt.c                       | 10 +++-
 include/configs/lx2160a_common.h                   | 12 ++--
 include/fsl_esdhc.h                                |  4 ++
 23 files changed, 275 insertions(+), 52 deletions(-)



More information about the U-Boot mailing list