[U-Boot] Please pull u-boot-fsl-qoriq master

Prabhakar Kushwaha prabhakar.kushwaha at nxp.com
Fri May 24 05:07:51 UTC 2019


Hi Tom,

The following changes since commit 7e090b466c5ba874d31c1bf22c3a130d516cdc32:

  Merge git://git.denx.de/u-boot-fsl-qoriq (2019-05-22 08:32:24 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-mpc85xx.git HEAD

for you to fetch changes up to 02dc1599ba0b16eb21ba0c206e5b6f38fe7b67a7:

  configs: enable sata, eSDHC, USB device module in T2080QDS (2019-05-23 20:00:38 +0530)	


Feature Support: Enable DM for SATA, SDHC, USB in T2080QDS

Travis build log is https://travis-ci.org/prabhukush/u-boot/builds/536324167

----------------------------------------------------------------
Peng Ma (4):
      ata: fsl_ahci: Add sata DM support for Freescale powerpc socs
      arch: powerpc: add sata node for t2080 dts
      powerpc: mpc85xx: delete FSL_SATA for T2080QDS board.
      configs: enable sata, eSDHC, USB device module in T2080QDS

Yinbo Zhu (6):
      arch: powerpc: add eSDHC node to t2080qds dts
      driver: mmc: set sdhc clock in fsl_esdhc for CONFIG_PPC
      driver: mmc: adopt 32 bit addr in fsl_esdhc for CONFIG_PPC
      configs: T2080QDS: enable device tree support for pcieboot & secure boot
      arch: powerpc: add usb node in t2080 dts
      usb: ehci: adopt 32 bit address for CONFIG_PPC

 arch/powerpc/cpu/mpc85xx/Kconfig          |    4 +-
 arch/powerpc/dts/t2080.dtsi               |   45 ++
 configs/T2080QDS_NAND_defconfig           |    7 +
 configs/T2080QDS_SDCARD_defconfig         |    7 +
 configs/T2080QDS_SECURE_BOOT_defconfig    |   10 +-
 configs/T2080QDS_SPIFLASH_defconfig       |    7 +
 configs/T2080QDS_SRIO_PCIE_BOOT_defconfig |   11 +-
 configs/T2080QDS_defconfig                |    7 +
 drivers/ata/Kconfig                       |   10 +
 drivers/ata/Makefile                      |    1 +
 drivers/ata/fsl_ahci.c                    | 1030 +++++++++++++++++++++++++++++
 drivers/ata/fsl_sata.h                    |    1 +
 drivers/mmc/fsl_esdhc.c                   |   11 +-
 drivers/usb/host/ehci-fsl.c               |   10 +-
 14 files changed, 1154 insertions(+), 7 deletions(-)
 create mode 100644 drivers/ata/fsl_ahci.c


--prabhakar (pk)



More information about the U-Boot mailing list