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

2019-05-26 Thread Tom Rini
On Fri, May 24, 2019 at 05:07:51AM +, Prabhakar Kushwaha wrote:

> 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
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-05-23 Thread Prabhakar Kushwaha
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)

___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-05-22 Thread Tom Rini
On Wed, May 22, 2019 at 12:31:23PM +, Prabhakar Kushwaha wrote:

> Hi Tom,
> 
> The following changes since commit e1a2ed7180adeefb6164239a18249dca5701319d:
> 
>   Merge git://git.denx.de/u-boot-mpc83xx (2019-05-21 07:13:35 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-fsl-qoriq.git HEAD
> 
> for you to fetch changes up to e50663e85d74c4f8015d5157c249cf62c7d0cded:
> 
>   armv8: lx2160: Drop useless CONFIG_CMDLINE_EDITING from config.h 
> (2019-05-22 12:24:25 +0530)
> 
> Travis build log is https://travis-ci.org/prabhukush/u-boot/builds/535646990
> 
> Changes from rc2 tag
>   - Support PCIe Gen4 driver of the Mobiveil IP
>   - NXP LS1028A SoC and platform support
>   - Few SPI related config updates
>   - Distinguish the ecc val by chassis version and move the ecc addr to dts
>   - sp805 watchdog support
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-05-22 Thread Prabhakar Kushwaha
Hi Tom,

The following changes since commit e1a2ed7180adeefb6164239a18249dca5701319d:

  Merge git://git.denx.de/u-boot-mpc83xx (2019-05-21 07:13:35 -0400)

are available in the git repository at:

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

for you to fetch changes up to e50663e85d74c4f8015d5157c249cf62c7d0cded:

  armv8: lx2160: Drop useless CONFIG_CMDLINE_EDITING from config.h (2019-05-22 
12:24:25 +0530)

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

Changes from rc2 tag
  - Support PCIe Gen4 driver of the Mobiveil IP
  - NXP LS1028A SoC and platform support
  - Few SPI related config updates
  - Distinguish the ecc val by chassis version and move the ecc addr to dts
  - sp805 watchdog support


Andy Shevchenko (1):
  armv8: lx2160: Drop useless CONFIG_CMDLINE_EDITING from config.h

Ashish Kumar (1):
  configs: Unset CONFIG_SPI_BAR for all LS1088A defconfigs

Chuanhua Han (1):
  configs: Enable CONFIG_SPI_FLASH for ls1088ardb_defconfig

Florin Chiculita (1):
  board: fsl: lx2160ardb: invert AQR107 pins polarity

Hou Zhiqiang (8):
  armv8: layerscape: use PCIe address macro for precompile PCIe MMU entry
  armv8: fsl-layerscpae: correct the PCIe controllers' region size
  armv8: lx2160a: add MMU table entries for PCIe
  pci: Add PCIe Gen4 controller driver for NXP Layerscape SoCs
  kconfig: add dependency PCIE_LAYERSCAPE_GEN4 for FSL_PCIE_COMPAT
  pci: ls_pcie_g4: add device tree fixups for PCI Stream IDs
  armv8: lx2160a: add PCIe controller DT nodes
  armv8: lx2160a: enable PCIe support

Kuldeep Singh (1):
  configs: ls1046: Update mtd-id for QSPI nor in mtdparts variable

Peng Ma (2):
  ARM: dts: Freescale: Add ecc addr for sata node
  scsi: ceva: Clean up the driver code

Qiang Zhao (3):
  driver: watchdog: add sp805 watchdog support
  arm: dts: fsl-ls1028a: add sp805 watchdog node
  config: enable SP805 watchdog support for LS1028A

Rajat Srivastava (2):
  configs: Unset CONFIG_SPI_BAR for all LS1046A defconfigs
  configs: Unset CONFIG_SPI_BAR for all LS2080A/LS2081A defconfigs

Udit Agarwal (1):
  armv8: fsl-layerscape: Set env_loc to ENVL_NOWHERE with 
CONFIG_ENV_IS_NOWHERE.

Vinitha V Pillai (1):
  armv8: Secure Boot: Modify boot_a_script definition

Yuantian Tang (3):
  armv8: ls1028a: Add NXP LS1028A SoC support
  armv8: ls1028ardb: Add support for LS1028ARDB
  armv8: ls1028aqds: Add support of LS1028AQDS

 MAINTAINERS|   1 +
 arch/arm/Kconfig   |  23 +
 arch/arm/cpu/armv8/Kconfig |   1 +
 arch/arm/cpu/armv8/fsl-layerscape/Kconfig  |  41 +-
 arch/arm/cpu/armv8/fsl-layerscape/Makefile |   4 +
 arch/arm/cpu/armv8/fsl-layerscape/cpu.c|  36 +-
 arch/arm/cpu/armv8/fsl-layerscape/doc/README.soc   |  51 ++
 arch/arm/cpu/armv8/fsl-layerscape/ls1028a_serdes.c |  73 +++
 arch/arm/dts/Makefile  |   2 +
 arch/arm/dts/fsl-ls1012a.dtsi  |   4 +-
 arch/arm/dts/fsl-ls1028a-qds.dts   |  88 
 arch/arm/dts/fsl-ls1028a-rdb.dts   |  88 
 arch/arm/dts/fsl-ls1028a.dtsi  | 285 ++
 arch/arm/dts/fsl-ls1043a.dtsi  |   4 +-
 arch/arm/dts/fsl-ls1046a.dtsi  |   4 +-
 arch/arm/dts/fsl-ls1088a.dtsi  |   4 +-
 arch/arm/dts/fsl-lx2160a.dtsi  |  85 +++
 arch/arm/dts/ls1021a.dtsi  |   4 +-
 arch/arm/include/asm/arch-fsl-layerscape/config.h  |  61 +++
 arch/arm/include/asm/arch-fsl-layerscape/cpu.h |   9 +
 .../include/asm/arch-fsl-layerscape/immap_lsch3.h  |  23 +-
 arch/arm/include/asm/arch-fsl-layerscape/soc.h |   1 +
 .../asm/arch-fsl-layerscape/stream_id_lsch3.h  |   2 +-
 board/freescale/ls1028a/Kconfig|  65 +++
 board/freescale/ls1028a/MAINTAINERS|  21 +
 board/freescale/ls1028a/Makefile   |   8 +
 board/freescale/ls1028a/README | 164 ++
 board/freescale/ls1028a/ddr.c  |  20 +
 board/freescale/ls1028a/ls1028a.c  | 231 +
 board/freescale/lx2160a/lx2160a.c  |   8 +
 configs/ls1028aqds_tfa_defconfig   |  64 +++
 configs/ls1028ardb_tfa_defconfig   |  64 +++
 configs/ls1046aqds_qspi_defconfig  |   5 +-
 configs/ls1046aqds_sdcard_qspi_defconfig   |   5 +-
 configs/ls1046aqds_tfa_defconfig   |   1 +
 configs/ls1046ardb_emmc_defconfig  |   5 +-
 configs/ls1046ardb_qspi_SECURE_BOOT_defconfig  |   5 +-
 configs/ls1046ardb_qspi_defconfig  |   5 +-
 configs/ls1046ardb_qspi_spl_defconfig  |   5 +-
 

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

2019-03-17 Thread Tom Rini
On Fri, Mar 15, 2019 at 12:54:43PM +, Prabhakar Kushwaha wrote:

> Hi Tom,
> 
> The following changes since commit 9ba5e5bc261a16f51662490da0cf620dc7f29013:
> 
>   Revert "env: add spi_flash_read_env function" (2019-03-13 20:32:09 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-fsl-qoriq.git HEAD
> 
> for you to fetch changes up to 158097052a6a528408e05d2345ff2ccdbb46036e:
> 
>   armv7: ls102xa: Add workaround for DDR erratum A-008850 (2019-03-15 
> 11:52:01 +0530)
> 
> Travis build log is https://travis-ci.org/prabhukush/u-boot/builds/506626436
> 
> Changes from rc4 tag
>  - DPAA2 fixes and DDR errata workaround for LS1021A
> 
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-03-15 Thread Prabhakar Kushwaha
Hi Tom,

The following changes since commit 9ba5e5bc261a16f51662490da0cf620dc7f29013:

  Revert "env: add spi_flash_read_env function" (2019-03-13 20:32:09 -0400)

are available in the git repository at:

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

for you to fetch changes up to 158097052a6a528408e05d2345ff2ccdbb46036e:

  armv7: ls102xa: Add workaround for DDR erratum A-008850 (2019-03-15 11:52:01 
+0530)

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

Changes from rc4 tag
 - DPAA2 fixes and DDR errata workaround for LS1021A



Alison Wang (1):
  armv7: ls102xa: Add workaround for DDR erratum A-008850

Ioana Ciocoi Radulescu (1):
  driver: net: fsl-mc: Fix DPC MAC address fixup

Meenakshi Aggarwal (1):
  mc : Reduce MC memory size to 128M

Pankaj Bansal (2):
  drivers: net: ldpaa_eth: check if the dpmac is enabled
  board: fsl: lx2160aqds: modify the phy fixup code

Pramod Kumar (1):
  drivers: net: ls1088ardb: Fix EC1 and EC2 RCW offset

 arch/arm/cpu/armv7/ls102xa/Kconfig  |  6 
 arch/arm/cpu/armv7/ls102xa/soc.c| 44 +
 arch/arm/include/asm/arch-ls102xa/ls102xa_soc.h |  2 ++
 board/freescale/ls1021aiot/ls1021aiot.c |  2 ++
 board/freescale/ls1021aqds/ddr.c|  2 ++
 board/freescale/ls1021aqds/ddr.h|  3 ++
 board/freescale/ls1021aqds/ls1021aqds.c | 30 -
 board/freescale/ls1021atwr/ls1021atwr.c |  2 ++
 board/freescale/lx2160a/eth_lx2160aqds.c| 38 +
 drivers/net/fsl-mc/mc.c | 26 ---
 drivers/net/ldpaa_eth/ls1088a.c |  4 +--
 drivers/net/ldpaa_eth/lx2160a.c |  4 +--
 include/configs/ls1021aiot.h|  2 ++
 include/configs/ls1021atwr.h|  2 ++
 include/configs/ls1088a_common.h|  2 +-
 include/configs/ls2080a_common.h|  2 +-
 include/configs/lx2160a_common.h|  2 +-
 17 files changed, 117 insertions(+), 56 deletions(-)

--prabhakar (pk)
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-03-04 Thread Tom Rini
On Mon, Mar 04, 2019 at 08:57:35AM +, Prabhakar Kushwaha wrote:

> Hi Tom,
> 
> The following changes since commit cfba74d0bef350d81241b059180bcc5a1e93bdfa:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-socfpga (2019-02-28 
> 18:57:32 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-fsl-qoriq.git HEAD
> 
> for you to fetch changes up to d2c49aad51e930e40a4bff6b4727b070248e7eb5:
> 
>   board: Enable DHCP distro boot for LS1012a, LS1021a (2019-03-03 22:01:19 
> +0530)
> 
> 
> Travis build log is https://travis-ci.org/prabhukush/u-boot/builds/501143115
> 
> Changes from rc2 tag
>  - Enable DHCP as boot-source in distro boot for NXP layerscape platforms
>  - fix register layout for SEC on Layerscape architectures 
>  - fixes related to DPAA2 ethernet
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-03-04 Thread Prabhakar Kushwaha
Hi Tom,

The following changes since commit cfba74d0bef350d81241b059180bcc5a1e93bdfa:

  Merge branch 'master' of git://git.denx.de/u-boot-socfpga (2019-02-28 
18:57:32 -0500)

are available in the git repository at:

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

for you to fetch changes up to d2c49aad51e930e40a4bff6b4727b070248e7eb5:

  board: Enable DHCP distro boot for LS1012a, LS1021a (2019-03-03 22:01:19 
+0530)


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

Changes from rc2 tag
 - Enable DHCP as boot-source in distro boot for NXP layerscape platforms
 - fix register layout for SEC on Layerscape architectures 
 - fixes related to DPAA2 ethernet


Laurentiu Tudor (3):
  fsl_sec: fix register layout on Layerscape architectures
  armv8: fsl-layerscape: fix SEC QI ICID setup
  armv8: fsl-layerscape: avoid DT fixup warning

Mian Yousaf Kaukab (12):
  board: ls1088a: fix dppa exit when using efi boot
  board: ls1088a: fix fsl-mc search path
  Revert "ls1088a: remove dhcp function from u-boot env as boot source"
  board: ls1088ardb: use default scan_dev_for_boot
  Revert "ls2080ardb: remove dhcp function from env as boot source"
  board: ls2080ardb: use default scan_dev_for_boot
  board: ls1046a: enable EFI_LOADER_BOUNCE_BUFFER
  board: ls1046a: enable dhcp boot
  board: ls1046a: use default scan_dev_for_boot
  board: ls1043a: enable EFI_LOADER_BOUNCE_BUFFER
  board: ls1043a: enable dhcp boot
  board: ls1043a: use default scan_dev_for_boot

Prabhakar Kushwaha (1):
  board: ls1046qds: Enable PPA for secure boot

Rajesh Bhagat (1):
  configs: fsl: move DDR specific defines to Kconfig

Yunfeng Ding (1):
  board: Enable DHCP distro boot for LS1012a, LS1021a

 arch/arm/Kconfig| 14 ++
 arch/arm/cpu/armv8/fsl-layerscape/ls1043_ids.c  |  2 +-
 arch/arm/cpu/armv8/fsl-layerscape/ls1046_ids.c  |  2 +-
 arch/arm/include/asm/arch-fsl-layerscape/fsl_icid.h | 12 +---
 arch/powerpc/cpu/mpc85xx/Kconfig| 13 +
 arch/powerpc/cpu/mpc86xx/Kconfig|  1 +
 board/freescale/ls1088a/ls1088a.c   | 12 +++-
 configs/ls1043aqds_defconfig|  1 +
 configs/ls1043aqds_lpuart_defconfig |  1 +
 configs/ls1043aqds_nand_defconfig   |  1 +
 configs/ls1043aqds_nor_ddr3_defconfig   |  1 +
 configs/ls1043aqds_qspi_defconfig   |  1 +
 configs/ls1043aqds_sdcard_ifc_defconfig |  1 +
 configs/ls1043aqds_sdcard_qspi_defconfig|  1 +
 configs/ls1043aqds_tfa_SECURE_BOOT_defconfig|  1 +
 configs/ls1043aqds_tfa_defconfig|  1 +
 configs/ls1043ardb_SECURE_BOOT_defconfig|  1 +
 configs/ls1043ardb_defconfig|  1 +
 configs/ls1043ardb_nand_SECURE_BOOT_defconfig   |  1 +
 configs/ls1043ardb_nand_defconfig   |  1 +
 configs/ls1043ardb_sdcard_SECURE_BOOT_defconfig |  1 +
 configs/ls1043ardb_sdcard_defconfig |  1 +
 configs/ls1043ardb_tfa_SECURE_BOOT_defconfig|  1 +
 configs/ls1043ardb_tfa_defconfig|  1 +
 configs/ls1046aqds_SECURE_BOOT_defconfig|  3 ++-
 configs/ls1046aqds_defconfig|  1 +
 configs/ls1046aqds_lpuart_defconfig |  1 +
 configs/ls1046aqds_nand_defconfig   |  1 +
 configs/ls1046aqds_qspi_defconfig   |  1 +
 configs/ls1046aqds_sdcard_ifc_defconfig |  1 +
 configs/ls1046aqds_sdcard_qspi_defconfig|  1 +
 configs/ls1046aqds_tfa_SECURE_BOOT_defconfig|  1 +
 configs/ls1046aqds_tfa_defconfig|  1 +
 configs/ls1046ardb_emmc_defconfig   |  1 +
 configs/ls1046ardb_qspi_SECURE_BOOT_defconfig   |  1 +
 configs/ls1046ardb_qspi_defconfig   |  1 +
 configs/ls1046ardb_qspi_spl_defconfig   |  1 +
 configs/ls1046ardb_sdcard_SECURE_BOOT_defconfig |  1 +
 configs/ls1046ardb_sdcard_defconfig |  1 +
 configs/ls1046ardb_tfa_SECURE_BOOT_defconfig|  1 +
 configs/ls1046ardb_tfa_defconfig|  1 +
 drivers/ddr/fsl/Kconfig | 12 
 include/configs/B4860QDS.h  |  3 ---
 include/configs/BSC9132QDS.h|  1 -
 include/configs/MPC8536DS.h |  1 -
 include/configs/MPC8540ADS.h|  1 -
 include/configs/MPC8541CDS.h|  1 -
 include/configs/MPC8544DS.h |  1 -
 include/configs/MPC8548CDS.h|  1 -
 include/configs/MPC8555CDS.h|  1 -
 include/configs/MPC8560ADS.h|  1 -
 

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

2019-02-21 Thread Tom Rini
On Wed, Feb 20, 2019 at 07:31:00AM +, Prabhakar Kushwaha wrote:

> Hi Tom,
> 
> The following changes since commit f14de0014c56093feecf42ca38b8ae5b3878f176:
> 
>   Prepare v2019.04-rc2 (2019-02-18 21:36:39 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-fsl-qoriq.git HEAD
> 
> for you to fetch changes up to b0d4a854751b1bee75fc04fac58561212f6b9c64:
> 
>   configs: ls1021a: enable sata configs for all ls1021a defconfigs 
> (2019-02-19 10:26:44 +0530)
> 
> 
> Travis build log is https://travis-ci.org/prabhukush/u-boot/builds/495272779
> 
> Major features of pull request
> - Support of NXP's LX2160RDB and LX2160QDS platform
> - Enable SATA DM model for NXP's ARM SoCs
> 
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-02-19 Thread Prabhakar Kushwaha
Hi Tom,

The following changes since commit f14de0014c56093feecf42ca38b8ae5b3878f176:

  Prepare v2019.04-rc2 (2019-02-18 21:36:39 -0500)

are available in the git repository at:

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

for you to fetch changes up to b0d4a854751b1bee75fc04fac58561212f6b9c64:

  configs: ls1021a: enable sata configs for all ls1021a defconfigs (2019-02-19 
10:26:44 +0530)


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

Major features of pull request
- Support of NXP's LX2160RDB and LX2160QDS platform
- Enable SATA DM model for NXP's ARM SoCs



Meenakshi Aggarwal (3):
  arch: arm: lib: Flush L3 after relocation to DDR
  armv8: emc2305: add support for fan controller
  lx2160: Enable support of EMC2305

Pankaj Bansal (2):
  armv8: fsl-layerscape: reorder rgmii dpmacs' enablement
  lx2160aqds : Add support for LX2160AQDS platform

Peng Ma (7):
  armv8: ls1043a: move SCSI_AHCI and SCSI to arm/Kconfig
  configs: ls1043aqds: enable sata configs for all ls1043aqds defconfigs
  configs: ls1046a: enable sata configs for all ls1046a defconfigs
  configs: ls1088a: enable sata configs for all ls1088a defconfigs
  configs: ls208xa: enable sata configs for all ls208xa defconfigs
  configs: ls1012afrwy: enable sata configs for all ls1012afrwy defconfigs
  configs: ls1021a: enable sata configs for all ls1021a defconfigs

Priyanka Jain (6):
  armv8: lx2160a: Update CONFIG_SYS_FSL_PEBUF_BASE
  drivers/ddr/fsl: Update fsl_ddr_board_options as weak function
  armv8, lx2160a: Initialize ethernet array in serdes_init
  armv8: lx2160ardb : Add support for LX2160ARDB platform
  board/lx2160ardb: Add distro boot support
  board/lx2160a: Add init_func_vid() definition

Rajesh Bhagat (2):
  armv8: layerscape: move TZASC and TZPC configs to Kconfig
  armv8: layerscape: move CONFIG_LAYERSCAPE to Kconfig

Udit Agarwal (1):
  armv8: lx2160: Add secure boot target and enable distro boot.

Wen He (1):
  armv8: ls1043ardb: Add the nand_bootcmd definition

Zhao Qiang (1):
  QE: ls1043a: modify CONFIG_SYS_QE_FW_ADDR to (512*4A00) in SD Card

 arch/arm/Kconfig   |  29 +-
 arch/arm/cpu/armv8/Kconfig |   3 +-
 arch/arm/cpu/armv8/fsl-layerscape/Kconfig  |  25 +-
 arch/arm/cpu/armv8/fsl-layerscape/cpu.c|  22 +-
 .../cpu/armv8/fsl-layerscape/fsl_lsch3_serdes.c|  20 +
 arch/arm/dts/Makefile  |   4 +-
 arch/arm/dts/fsl-lx2160a-qds.dts   |  17 +
 arch/arm/dts/fsl-lx2160a-rdb.dts   |  44 ++
 arch/arm/dts/fsl-lx2160a.dtsi  |  63 +-
 arch/arm/include/asm/arch-fsl-layerscape/config.h  |   3 -
 arch/arm/include/asm/arch-fsl-layerscape/cpu.h |   4 +
 .../include/asm/arch-fsl-layerscape/immap_lsch3.h  |  10 +-
 arch/arm/lib/relocate_64.S |   1 +
 board/freescale/common/Makefile|   2 +
 board/freescale/common/emc2305.c   |  41 ++
 board/freescale/common/emc2305.h   |  23 +
 board/freescale/common/qixis.c |   4 +
 board/freescale/lx2160a/Kconfig|  34 +
 board/freescale/lx2160a/MAINTAINERS|  26 +
 board/freescale/lx2160a/Makefile   |  10 +
 board/freescale/lx2160a/README | 197 +
 board/freescale/lx2160a/ddr.c  |  20 +
 board/freescale/lx2160a/eth_lx2160aqds.c   | 805 +
 board/freescale/lx2160a/eth_lx2160ardb.c   | 210 ++
 board/freescale/lx2160a/lx2160a.c  | 574 +++
 configs/ls1012afrwy_qspi_SECURE_BOOT_defconfig |   4 +-
 configs/ls1012afrwy_qspi_defconfig |   4 +-
 configs/ls1012afrwy_tfa_SECURE_BOOT_defconfig  |   4 +-
 configs/ls1012afrwy_tfa_defconfig  |   4 +-
 configs/ls1021aiot_qspi_defconfig  |   5 +-
 configs/ls1021aiot_sdcard_defconfig|   5 +-
 configs/ls1021aqds_ddr4_nor_defconfig  |   4 +
 configs/ls1021aqds_ddr4_nor_lpuart_defconfig   |   4 +
 configs/ls1021aqds_nand_defconfig  |   4 +
 configs/ls1021aqds_nor_SECURE_BOOT_defconfig   |   4 +
 configs/ls1021aqds_nor_defconfig   |   4 +
 configs/ls1021aqds_nor_lpuart_defconfig|   4 +
 configs/ls1021aqds_qspi_defconfig  |   4 +
 configs/ls1021aqds_sdcard_ifc_defconfig|   4 +
 configs/ls1021aqds_sdcard_qspi_defconfig   |   4 +
 configs/ls1021atwr_nor_SECURE_BOOT_defconfig   |   3 +
 configs/ls1021atwr_nor_lpuart_defconfig|   3 +
 configs/ls1021atwr_qspi_defconfig  |   3 +
 configs/ls1021atwr_sdcard_ifc_defconfig|   3 +
 configs/ls1021atwr_sdcard_qspi_defconfig   

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

2019-01-19 Thread Tom Rini
On Fri, Jan 18, 2019 at 06:09:19PM +, York Sun wrote:

> Tom,
> 
> The following changes since commit d3689267f92c5956e09cc7d1baa4700141662bff:
> 
>   Prepare v2019.01 (2019-01-14 17:02:36 -0500)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-fsl-qoriq.git tags/fsl-qoriq-for-v2019.04-rc1
> 
> for you to fetch changes up to a200ebea630002b14def4a015642fa341dc9cd11:
> 
>   armv8: ls2088ardb: Update MAINTAINERS (2019-01-17 13:17:51 -0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2019-01-18 Thread York Sun
Tom,

The following changes since commit d3689267f92c5956e09cc7d1baa4700141662bff:

  Prepare v2019.01 (2019-01-14 17:02:36 -0500)

are available in the Git repository at:

  git://git.denx.de/u-boot-fsl-qoriq.git tags/fsl-qoriq-for-v2019.04-rc1

for you to fetch changes up to a200ebea630002b14def4a015642fa341dc9cd11:

  armv8: ls2088ardb: Update MAINTAINERS (2019-01-17 13:17:51 -0800)


Add TFA boot flow for more boards

Add TFA boot defconfig for ls1088a and ls2088a.
Add dts fixup for PCIe endpoint and root complex.

Travis build log is https://travis-ci.org/yorksun/u-boot/builds/481076641


Florinel Iordache (1):
  ls1046aqds: Bypass xfi port fixup for KR mode

Hou Zhiqiang (2):
  armv8: ls1043a: add SVR definitions for 23x23 package silicon
  armv8: ls1043a: correct the PCIe INTx fixup

Laurentiu Tudor (1):
  armv8: fsl-layerscape: properly configure qdma ICID

Mian Yousaf Kaukab (1):
  fsl-layerscape: dpaa: fix fsl-mc status in fdt with bootefi

Pankit Garg (3):
  ls1043a: add support for nand-boot cmd for TFA
  armv8: ls1088ardb: Add TFABOOT support
  armv8: ls1088aqds: Add TFABOOT support

Rajesh Bhagat (7):
  armv8: fsl-layerscape: fixes for TFABOOT framework
  drivers: ifc: restore the legacy flow for IFC config
  armv8: ls2088ardb: Add TFABOOT support
  armv8: ls2088aqds: Add TFABOOT support
  env: fix allow to build multiple environments
  configs: update TFABOOT defconfigs for SD boot support
  armv7: dts: ls1021a: Remove aliases property name warning

Xiaowei Bao (3):
  pci: layerscape: Modify the EP and RC mode judge method
  pci: layerscape: Do not scan when PEX work in EP mode
  pci: layerscape: Add the dts fixup for EP and RC

Yinbo Zhu (1):
  mmc: fsl_esdhc: make get_cd work well in dm_mmc_ops

York Sun (2):
  armv8: ls1088ardb: Update MAINTAINERS
  armv8: ls2088ardb: Update MAINTAINERS

 arch/arm/cpu/armv8/fsl-layerscape/Kconfig  |  26 +--
 arch/arm/cpu/armv8/fsl-layerscape/cpu.c|   4 +-
 arch/arm/cpu/armv8/fsl-layerscape/fdt.c|   2 +-
 arch/arm/cpu/armv8/fsl-layerscape/soc.c|  13 +-
 arch/arm/dts/fsl-ls2088a-rdb-qspi.dts  |   4 +
 arch/arm/dts/ls1021a-iot.dtsi  |   6 +-
 arch/arm/dts/ls1021a-qds.dtsi  |  10 +-
 arch/arm/dts/ls1021a-twr.dtsi  |   6 +-
 .../arm/include/asm/arch-fsl-layerscape/fsl_icid.h |   6 +-
 .../include/asm/arch-fsl-layerscape/immap_lsch2.h  |   1 +
 arch/arm/include/asm/arch-fsl-layerscape/soc.h |   3 +
 board/freescale/ls1046aqds/eth.c   |  35 ++--
 board/freescale/ls1088a/MAINTAINERS|   5 +
 board/freescale/ls1088a/ddr.c  |  11 ++
 board/freescale/ls1088a/ls1088a.c  | 196
-
 board/freescale/ls2080a/ls2080a.c  |  10 +-
 board/freescale/ls2080aqds/MAINTAINERS |   2 +
 board/freescale/ls2080aqds/ddr.c   |  12 ++
 board/freescale/ls2080aqds/ls2080aqds.c|   3 +-
 board/freescale/ls2080ardb/MAINTAINERS |   3 +
 board/freescale/ls2080ardb/ddr.c   |  12 ++
 board/freescale/ls2080ardb/ls2080ardb.c|  40 -
 configs/ls1043aqds_tfa_defconfig   |   1 +
 configs/ls1043ardb_tfa_defconfig   |   1 +
 configs/ls1046aqds_tfa_defconfig   |   1 +
 configs/ls1046ardb_tfa_defconfig   |   1 +
 configs/ls1088aqds_tfa_defconfig   |  70 
 configs/ls1088ardb_tfa_SECURE_BOOT_defconfig   |  64 +++
 configs/ls1088ardb_tfa_defconfig   |  62 +++
 configs/ls2088aqds_tfa_defconfig   |  64 +++
 configs/ls2088ardb_tfa_SECURE_BOOT_defconfig   |  74 
 configs/ls2088ardb_tfa_defconfig   |  73 
 drivers/misc/fsl_ifc.c | 173 ++
 drivers/mmc/fsl_esdhc.c|   1 -
 drivers/net/fsl-mc/mc.c|   5 +
 drivers/pci/pcie_layerscape.c  |  21 +--
 drivers/pci/pcie_layerscape.h  |   1 +
 drivers/pci/pcie_layerscape_fixup.c|  25 ++-
 include/configs/ls1043a_common.h   |   2 +
 include/configs/ls1088a_common.h   |  11 +-
 include/configs/ls1088aqds.h   |  99 ++-
 include/configs/ls1088ardb.h   | 137 +-
 include/configs/ls2080a_common.h   |   8 +
 include/configs/ls2080aqds.h   |  40 -
 include/configs/ls2080ardb.h   | 137 +-
 include/environment.h  |   9 -
 include/fsl-mc/fsl_mc.h

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

2018-09-29 Thread Tom Rini
On Fri, Sep 28, 2018 at 03:04:42PM +, York Sun wrote:

> Tom,
> 
> The following changes since commit 9dc8d155d4e88563f572ee79aab758eb4272f3fd:
> 
>   Merge git://git.denx.de/u-boot-imx (2018-09-19 20:35:27 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-fsl-qoriq.git tags/fsl-qoriq-for-v2018.11-rc1
> 
> for you to fetch changes up to 26cbc0d663555b8af7d40ecfd0d0fefe960d9686:
> 
>   armv7: ls102xa: Disable QE before enter deep sleep (2018-09-27
> 10:01:28 -0700)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-09-28 Thread York Sun
Tom,

The following changes since commit 9dc8d155d4e88563f572ee79aab758eb4272f3fd:

  Merge git://git.denx.de/u-boot-imx (2018-09-19 20:35:27 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-fsl-qoriq.git tags/fsl-qoriq-for-v2018.11-rc1

for you to fetch changes up to 26cbc0d663555b8af7d40ecfd0d0fefe960d9686:

  armv7: ls102xa: Disable QE before enter deep sleep (2018-09-27
10:01:28 -0700)


Switch to driver model for eSDHC on Layerscape SoCs including LS1021A,
LS1043A, LS1046A, LS1088A, LS2088A.
Switch to driver model for SATA on LS1021A and LS1043A.
Add support for LS1012AFRWY rev C board.
Enable SMMU for LS1043A.

Build log is available at
https://travis-ci.org/yorksun/u-boot/builds/434207475.


Laurentiu Tudor (4):
  armv8: fsl-layerscape: add missing qe base address define
  armv8: ls1043a: advertise QMan v3 in configuration
  armv8: ls1043a: add icid setup support
  armv8: ls1043a: enable icid setup for qman portals

Nipun Gupta (1):
  u-boot: fixup the iommu-map property of fsl-mc node

Peng Ma (7):
  armv8: dts: fsl-ls1043a: add sata node support
  scsi: ceva: add ls1043a soc support
  arm64: ls1043aqds: enable DM support for sata
  armv7: fsl: remove sata support
  armv7: dts: fsl-ls1021a: add sata node support enable sata for
ls1021a-qds and ls1021a-twr
  arm: ls1021atwr: enable DM support for sata
  scsi: ceva: add ls1021a soc support.

Prabhakar Kushwaha (1):
  driver: net: fsl-mc: Memset MC reserve ram memory before usage

Pramod Kumar (3):
  ls1012afrwy: Add ls1012afrwy revC board support.
  ls1012a: remove debug info from u-boot log
  ls1088a: remove dhcp function from u-boot env as boot source

Priyanka Jain (1):
  ls2080ardb: remove dhcp function from env as boot source

Ran Wang (2):
  drivers: qe: Move CONFIG_U_QE to Kconfig
  armv7: ls102xa: Disable QE before enter deep sleep

Yinbo Zhu (8):
  ppa/fm/qe: use block layer in ppa/fm/qe driver
  armv8/ls1088a/ls2088a: esdhc: Add esdhc clock support
  armv8: ls2088a: add eSDHC node
  armv8: ls1088a: add eSDHC node
  armv8: ls1043a: add eSDHC node
  armv8: ls1046a: add eSDHC node
  armv7: ls1021a: enable esdhc
  Enable CONFIG_BLK and CONFIG_DM_MMC to Kconfig

Zhao Qiang (1):
  net: fman: Support both new and legacy FMan Compatibles

 arch/arm/cpu/armv7/ls102xa/Makefile|  1 -
 arch/arm/cpu/armv7/ls102xa/ls102xa_psci.c  |  4 +
 arch/arm/cpu/armv7/ls102xa/ls102xa_sata.c  | 41 --
 arch/arm/cpu/armv8/fsl-layerscape/Makefile |  1 +
 .../arm/cpu/armv8/fsl-layerscape/fsl_lsch3_speed.c | 14 
 arch/arm/cpu/armv8/fsl-layerscape/ls1043_ids.c | 90
++
 arch/arm/cpu/armv8/fsl-layerscape/ppa.c|  7 +-
 arch/arm/cpu/armv8/fsl-layerscape/soc.c|  2 +-
 arch/arm/dts/fsl-ls1043a-qds.dtsi  |  4 +
 arch/arm/dts/fsl-ls1043a.dtsi  | 16 
 arch/arm/dts/fsl-ls1046a.dtsi  |  8 ++
 arch/arm/dts/fsl-ls1088a.dtsi  |  9 +++
 arch/arm/dts/fsl-ls2080a.dtsi  |  8 ++
 arch/arm/dts/ls1021a-qds.dtsi  |  4 +
 arch/arm/dts/ls1021a-twr.dtsi  |  4 +
 arch/arm/dts/ls1021a.dtsi  |  8 +-
 arch/arm/include/asm/arch-fsl-layerscape/config.h  |  1 +
 .../arm/include/asm/arch-fsl-layerscape/fsl_icid.h |  4 +
 .../include/asm/arch-fsl-layerscape/immap_lsch2.h  |  2 +
 .../asm/arch-fsl-layerscape/stream_id_lsch3.h  |  3 +
 arch/arm/include/asm/arch-ls102xa/immap_ls102xa.h  | 29 +--
 arch/arm/include/asm/arch-ls102xa/ls102xa_sata.h   | 10 ---
 board/freescale/ls1012afrdm/ls1012afrdm.c  | 20 +++--
 board/freescale/ls1021aiot/ls1021aiot.c|  5 --
 board/freescale/ls1021aqds/ls1021aqds.c|  4 -
 board/freescale/ls1021atwr/ls1021atwr.c|  4 -
 board/freescale/ls1043aqds/ls1043aqds.c|  3 +
 board/freescale/ls1043ardb/ls1043ardb.c|  3 +
 board/freescale/ls1088a/ls1088a.c  |  2 +
 board/freescale/ls2080a/ls2080a.c  |  2 +
 board/freescale/ls2080aqds/ls2080aqds.c|  2 +
 board/freescale/ls2080ardb/ls2080ardb.c|  2 +
 configs/ls1021atwr_nor_SECURE_BOOT_defconfig   |  2 +
 configs/ls1021atwr_nor_defconfig   |  7 ++
 configs/ls1021atwr_nor_lpuart_defconfig|  2 +
 configs/ls1021atwr_qspi_defconfig  |  2 +
 configs/ls1021atwr_sdcard_ifc_defconfig|  2 +
 configs/ls1021atwr_sdcard_qspi_defconfig   |  2 +
 configs/ls1043aqds_defconfig   |  7 ++
 configs/ls1043aqds_lpuart_defconfig|  2 +
 configs/ls1043aqds_nand_defconfig  |  2 +
 

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

2018-08-23 Thread Tom Rini
On Thu, Aug 23, 2018 at 07:01:49PM +, York Sun wrote:

> Tom,
> 
> The following changes since commit b71d9e8b3805305ea4116733f515061710ad7081:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-sunxi (2018-08-20
> 13:41:56 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-fsl-qoriq.git
> 
> for you to fetch changes up to 4b5892c4808ec162253b4b8173b6995e5dac4246:
> 
>   armv8: layerscape: Build u-boot-with-spl.bin for selected boards
> (2018-08-23 08:17:35 -0700)
> 
> 
> Travis build log https://travis-ci.org/yorksun/u-boot/builds/419707822
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-08-23 Thread York Sun
Tom,

The following changes since commit b71d9e8b3805305ea4116733f515061710ad7081:

  Merge branch 'master' of git://git.denx.de/u-boot-sunxi (2018-08-20
13:41:56 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-fsl-qoriq.git

for you to fetch changes up to 4b5892c4808ec162253b4b8173b6995e5dac4246:

  armv8: layerscape: Build u-boot-with-spl.bin for selected boards
(2018-08-23 08:17:35 -0700)


Travis build log https://travis-ci.org/yorksun/u-boot/builds/419707822


Jagdish Gediya (1):
  armv8: layerscape: Build u-boot-with-spl.bin for selected boards

York Sun (1):
  armv8: fsl-layerscape: Update README.falcon for compression

 arch/arm/cpu/armv8/fsl-layerscape/doc/README.falcon | 2 +-
 include/configs/ls1088a_common.h| 1 +
 include/configs/ls2080a_common.h| 1 +
 3 files changed, 3 insertions(+), 1 deletion(-)

Thanks.

York
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-08-13 Thread Tom Rini
On Mon, Aug 13, 2018 at 04:19:02PM +, York Sun wrote:

> Tom,
> 
> The following changes since commit 373413cce6260acdf14de762f94010b627a77a3b:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-video (2018-08-07
> 07:15:20 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-fsl-qoriq.git
> 
> for you to fetch changes up to 9add5a4b75a01cc5f69b9d5f6b30443f2088d7d8:
> 
>   armv8: layerscape: Enable EHCI access for LS1012A (2018-08-10 10:37:39
> -0700)
> 
> 
> Tavis build log https://travis-ci.org/yorksun/u-boot/builds/414623801
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-08-13 Thread York Sun
Tom,

The following changes since commit 373413cce6260acdf14de762f94010b627a77a3b:

  Merge branch 'master' of git://git.denx.de/u-boot-video (2018-08-07
07:15:20 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-fsl-qoriq.git

for you to fetch changes up to 9add5a4b75a01cc5f69b9d5f6b30443f2088d7d8:

  armv8: layerscape: Enable EHCI access for LS1012A (2018-08-10 10:37:39
-0700)


Tavis build log https://travis-ci.org/yorksun/u-boot/builds/414623801


Brendan Shanks (1):
  arm: ls102xa: Fix RGMII phy-connection-type FDT fixup

Darwin Dingel (1):
  mtd: nand: fsl_ifc: Fix handling of bitflips in erased pages

Jagdish Gediya (1):
  board: freescale: ls1012ardb: Add command to switch QSPI bank

Joakim Tjernlund (1):
  FSL PCI: Configure PCIe reference ratio

Laurentiu Tudor (8):
  armv8: fsl-layerscape: add missing register blocks base address
defines
  armv8: ls1046a: advertise QMan v3 in configuration
  misc: fsl_portals: setup QMAN_BAR{E} also on ARM platforms
  armv8: fsl-layerscape: add missing debug stream ID
  armv8: ls1046a: initial icid setup support
  armv8: ls1046a: add icid setup for qman portals
  armv8: ls1046a: setup fman ports ICIDs and device tree
  armv8: ls1046a: setup SEC ICIDs and fix up device tree

Pankaj Bansal (2):
  fsl/mc: Limit the ethernet name to ETH_NAME_LEN
  net: Increase ethernet name string size to 20 chars

Ran Wang (2):
  armv8: layerscape: move ns_dev[] define from h to c file.
  armv8: layerscape: Enable EHCI access for LS1012A

Vinitha V Pillai (1):
  Board: ls1088ardb: Enable PCIe config for Secure boot defconfigs

 arch/arm/cpu/armv7/ls102xa/fdt.c   |   4 +-
 arch/arm/cpu/armv8/fsl-layerscape/Makefile |   1 +
 arch/arm/cpu/armv8/fsl-layerscape/icid.c   | 192
+
 arch/arm/cpu/armv8/fsl-layerscape/ls1046_ids.c |  89 ++
 arch/arm/cpu/armv8/fsl-layerscape/soc.c|  14 ++
 arch/arm/include/asm/arch-fsl-layerscape/config.h  |   1 +
 .../arm/include/asm/arch-fsl-layerscape/fsl_icid.h | 115 
 .../include/asm/arch-fsl-layerscape/fsl_portals.h  |  24 +++
 .../include/asm/arch-fsl-layerscape/immap_lsch2.h  |  15 +-
 .../include/asm/arch-fsl-layerscape/ns_access.h|  81 +
 .../asm/arch-fsl-layerscape/stream_id_lsch2.h  |   1 +
 arch/arm/include/asm/arch-ls102xa/ns_access.h  |  84 -
 board/freescale/common/ns_access.c | 167 ++
 board/freescale/ls1012ardb/ls1012ardb.c|  85 +
 board/freescale/ls1046aqds/ls1046aqds.c|   3 +
 board/freescale/ls1046ardb/ls1046ardb.c|   3 +
 .../ls1088ardb_sdcard_qspi_SECURE_BOOT_defconfig   |   4 +
 drivers/misc/fsl_portals.c |  45 -
 drivers/mtd/nand/fsl_ifc_nand.c|  69 
 drivers/net/fsl-mc/mc.c|   6 +-
 drivers/net/ldpaa_eth/ldpaa_eth.c  |   4 +-
 drivers/pci/fsl_pci_init.c |   6 +
 include/net.h  |   2 +-
 23 files changed, 805 insertions(+), 210 deletions(-)
 create mode 100644 arch/arm/cpu/armv8/fsl-layerscape/icid.c
 create mode 100644 arch/arm/cpu/armv8/fsl-layerscape/ls1046_ids.c
 create mode 100644 arch/arm/include/asm/arch-fsl-layerscape/fsl_icid.h
 create mode 100644 arch/arm/include/asm/arch-fsl-layerscape/fsl_portals.h

Thanks.

York
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-06-12 Thread Tom Rini
On Tue, Jun 12, 2018 at 05:24:20PM +, York Sun wrote:

> Tom,
> 
> I have fixed the issues you caught earlier, and pass compiling
> https://travis-ci.org/yorksun/u-boot/builds/390939575
> 
> The following changes since commit 71002b508a1bc0986023764f155f0db26f548db2:
> 
>   cmd: add missing line breaks for pr_err() (2018-06-07 20:06:29 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-fsl-qoriq.git
> 
> for you to fetch changes up to 2d91b533312888e596563a299588e81906383464:
> 
>   LS1012AFRWY: Add Secure Boot support (2018-06-11 12:34:45 -0700)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-06-12 Thread York Sun
Tom,

I have fixed the issues you caught earlier, and pass compiling
https://travis-ci.org/yorksun/u-boot/builds/390939575

The following changes since commit 71002b508a1bc0986023764f155f0db26f548db2:

  cmd: add missing line breaks for pr_err() (2018-06-07 20:06:29 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-fsl-qoriq.git

for you to fetch changes up to 2d91b533312888e596563a299588e81906383464:

  LS1012AFRWY: Add Secure Boot support (2018-06-11 12:34:45 -0700)


Bhaskar Upadhaya (2):
  board: Kconfig: Re-Arrangement of PPA firmware and header addresses
  board: ls1012a: FRWY-LS1012A board support

Jagdish Gediya (1):
  arm: ls1021aqds: config: enable CONFIG_ID_EEPROM for mac command

Priyanka Jain (1):
  board/freescale,lsch3: Add entry for 0.9v

Ran Wang (1):
  armv8: ls1088a: Enable USB in
ls1088ardb_sdcard_qspi_SECURE_BOOT_defconfig

Vinitha V Pillai (1):
  LS1012AFRWY: Add Secure Boot support

 arch/arm/Kconfig   |  13 ++
 arch/arm/cpu/armv8/Kconfig |   1 +
 arch/arm/cpu/armv8/fsl-layerscape/Kconfig  |  34 --
 arch/arm/dts/Makefile  |   3 +-
 arch/arm/dts/fsl-ls1012a-frwy.dts  |  43 +++
 board/freescale/common/vid.c   |   2 +-
 board/freescale/ls1012afrdm/Kconfig|  48 +++-
 board/freescale/ls1012afrdm/MAINTAINERS|  11 ++
 board/freescale/ls1012afrdm/ls1012afrdm.c  |  73 ++-
 board/freescale/ls1012aqds/Kconfig |   3 +
 board/freescale/ls1012ardb/Kconfig |  14 +++
 board/freescale/ls1043aqds/Kconfig |  16 +++
 board/freescale/ls1043ardb/Kconfig |  14 +++
 board/freescale/ls1046aqds/Kconfig |  16 +++
 board/freescale/ls1046ardb/Kconfig |  15 +++
 board/freescale/ls1088a/Kconfig|  28 +
 board/freescale/ls2080aqds/Kconfig |  16 +++
 board/freescale/ls2080ardb/Kconfig |  31 +++--
 configs/ls1012afrwy_qspi_SECURE_BOOT_defconfig |  54 +
 configs/ls1012afrwy_qspi_defconfig |  50 
 .../ls1088ardb_sdcard_qspi_SECURE_BOOT_defconfig   |   7 ++
 drivers/net/pfe_eth/pfe_firmware.c |  29 +
 include/configs/ls1012afrwy.h  | 133
+
 include/configs/ls1021aqds.h   |   9 ++
 24 files changed, 603 insertions(+), 60 deletions(-)
 create mode 100644 arch/arm/dts/fsl-ls1012a-frwy.dts
 create mode 100644 configs/ls1012afrwy_qspi_SECURE_BOOT_defconfig
 create mode 100644 configs/ls1012afrwy_qspi_defconfig
 create mode 100644 include/configs/ls1012afrwy.h

Thanks.

York
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-06-11 Thread York Sun
On 06/11/2018 05:29 AM, Tom Rini wrote:
> On Sat, Jun 09, 2018 at 04:57:44AM +, York Sun wrote:
>> On 06/08/2018 09:39 PM, Tom Rini wrote:
>>> On Fri, Jun 08, 2018 at 11:49:32PM +, York Sun wrote:
>>>
 Tom,

 The following changes since commit 
 71002b508a1bc0986023764f155f0db26f548db2:

   cmd: add missing line breaks for pr_err() (2018-06-07 20:06:29 -0400)

 are available in the git repository at:

   git://git.denx.de/u-boot-fsl-qoriq.git

 for you to fetch changes up to e4d594b4e0b4f81a65bd84c41fa7519b279d5432:

   LS1012AFRWY: Add Secure Boot support (2018-06-08 16:43:19 -0700)

>>>
>>> NAK.  First, include/configs/ls1012afrwy.h needs a kernel-style SPDX
>>
>> This is easy to fix to follow the new format.
>>
>>> tag.  Second (and harder) is that:
>>> commit 6f54af8c1a4dfa66cdeb5931ba5f76a22753d139
>>> Author: Bhaskar Upadhaya 
>>> Date:   Wed May 23 11:03:30 2018 +0530
>>>
>>> board: ls1012a: FRWY-LS1012A board support
>>>
>>> breaks imx6dl_mamoj builds.
>>>
>>
>> Can you share your build log? I am having trouble to connect to my AWS
>> server today. This commit doesn't touch imx6dl_mamoj.
> 
> +(imx6dl_mamoj) common/spl/built-in.o: In function `board_init_r':
> +(imx6dl_mamoj) build/../common/spl/spl.c:492: undefined reference to 
> `spl_board_init'
> +(imx6dl_mamoj) make[2]: *** [../scripts/Makefile.spl:347: spl/u-boot-spl] 
> Error 1
> +(imx6dl_mamoj) make[1]: *** [Makefile:1507: spl/u-boot-spl] Error 2
> 
> Is what I got in my logs.  Both the travis builds and my local builds
> are using the toolchains we fetch via buildman, so it shouldn't be too
> hard to test just that on any Linux box/VM/etc.
> 

Thanks. I see what is wrong. Will push a force update and request a pull.

York
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-06-11 Thread Tom Rini
On Sat, Jun 09, 2018 at 04:57:44AM +, York Sun wrote:
> On 06/08/2018 09:39 PM, Tom Rini wrote:
> > On Fri, Jun 08, 2018 at 11:49:32PM +, York Sun wrote:
> > 
> >> Tom,
> >>
> >> The following changes since commit 
> >> 71002b508a1bc0986023764f155f0db26f548db2:
> >>
> >>   cmd: add missing line breaks for pr_err() (2018-06-07 20:06:29 -0400)
> >>
> >> are available in the git repository at:
> >>
> >>   git://git.denx.de/u-boot-fsl-qoriq.git
> >>
> >> for you to fetch changes up to e4d594b4e0b4f81a65bd84c41fa7519b279d5432:
> >>
> >>   LS1012AFRWY: Add Secure Boot support (2018-06-08 16:43:19 -0700)
> >>
> > 
> > NAK.  First, include/configs/ls1012afrwy.h needs a kernel-style SPDX
> 
> This is easy to fix to follow the new format.
> 
> > tag.  Second (and harder) is that:
> > commit 6f54af8c1a4dfa66cdeb5931ba5f76a22753d139
> > Author: Bhaskar Upadhaya 
> > Date:   Wed May 23 11:03:30 2018 +0530
> > 
> > board: ls1012a: FRWY-LS1012A board support
> > 
> > breaks imx6dl_mamoj builds.
> > 
> 
> Can you share your build log? I am having trouble to connect to my AWS
> server today. This commit doesn't touch imx6dl_mamoj.

+(imx6dl_mamoj) common/spl/built-in.o: In function `board_init_r':
+(imx6dl_mamoj) build/../common/spl/spl.c:492: undefined reference to 
`spl_board_init'
+(imx6dl_mamoj) make[2]: *** [../scripts/Makefile.spl:347: spl/u-boot-spl] 
Error 1
+(imx6dl_mamoj) make[1]: *** [Makefile:1507: spl/u-boot-spl] Error 2

Is what I got in my logs.  Both the travis builds and my local builds
are using the toolchains we fetch via buildman, so it shouldn't be too
hard to test just that on any Linux box/VM/etc.

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-06-11 Thread Tom Rini
On Sat, Jun 09, 2018 at 04:46:59AM +, York Sun wrote:

> Thanks for the feedback. I didn't catch the failure. Travis build
> failed on many targets due to toolchain download. My setup doesn't
> cover i.mx.

FWIW, when that happens you can just re-run that particular job and it
usually then works.  I have to do that a few times a week.

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-06-08 Thread York Sun
On 06/08/2018 09:39 PM, Tom Rini wrote:
> On Fri, Jun 08, 2018 at 11:49:32PM +, York Sun wrote:
> 
>> Tom,
>>
>> The following changes since commit 71002b508a1bc0986023764f155f0db26f548db2:
>>
>>   cmd: add missing line breaks for pr_err() (2018-06-07 20:06:29 -0400)
>>
>> are available in the git repository at:
>>
>>   git://git.denx.de/u-boot-fsl-qoriq.git
>>
>> for you to fetch changes up to e4d594b4e0b4f81a65bd84c41fa7519b279d5432:
>>
>>   LS1012AFRWY: Add Secure Boot support (2018-06-08 16:43:19 -0700)
>>
> 
> NAK.  First, include/configs/ls1012afrwy.h needs a kernel-style SPDX

This is easy to fix to follow the new format.

> tag.  Second (and harder) is that:
> commit 6f54af8c1a4dfa66cdeb5931ba5f76a22753d139
> Author: Bhaskar Upadhaya 
> Date:   Wed May 23 11:03:30 2018 +0530
> 
> board: ls1012a: FRWY-LS1012A board support
> 
> breaks imx6dl_mamoj builds.
> 

Can you share your build log? I am having trouble to connect to my AWS
server today. This commit doesn't touch imx6dl_mamoj.

York

___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-06-08 Thread York Sun
Thanks for the feedback. I didn't catch the failure. Travis build failed on 
many targets due to toolchain download. My setup doesn't cover i.mx.

York

Sent from my iPhone

> On Jun 8, 2018, at 21:39, Tom Rini  wrote:
> 
>> On Fri, Jun 08, 2018 at 11:49:32PM +, York Sun wrote:
>> 
>> Tom,
>> 
>> The following changes since commit 71002b508a1bc0986023764f155f0db26f548db2:
>> 
>>  cmd: add missing line breaks for pr_err() (2018-06-07 20:06:29 -0400)
>> 
>> are available in the git repository at:
>> 
>>  git://git.denx.de/u-boot-fsl-qoriq.git
>> 
>> for you to fetch changes up to e4d594b4e0b4f81a65bd84c41fa7519b279d5432:
>> 
>>  LS1012AFRWY: Add Secure Boot support (2018-06-08 16:43:19 -0700)
>> 
> 
> NAK.  First, include/configs/ls1012afrwy.h needs a kernel-style SPDX
> tag.  Second (and harder) is that:
> commit 6f54af8c1a4dfa66cdeb5931ba5f76a22753d139
> Author: Bhaskar Upadhaya 
> Date:   Wed May 23 11:03:30 2018 +0530
> 
>board: ls1012a: FRWY-LS1012A board support
> 
> breaks imx6dl_mamoj builds.
> 
> -- 
> Tom
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-06-08 Thread Tom Rini
On Fri, Jun 08, 2018 at 11:49:32PM +, York Sun wrote:

> Tom,
> 
> The following changes since commit 71002b508a1bc0986023764f155f0db26f548db2:
> 
>   cmd: add missing line breaks for pr_err() (2018-06-07 20:06:29 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-fsl-qoriq.git
> 
> for you to fetch changes up to e4d594b4e0b4f81a65bd84c41fa7519b279d5432:
> 
>   LS1012AFRWY: Add Secure Boot support (2018-06-08 16:43:19 -0700)
> 

NAK.  First, include/configs/ls1012afrwy.h needs a kernel-style SPDX
tag.  Second (and harder) is that:
commit 6f54af8c1a4dfa66cdeb5931ba5f76a22753d139
Author: Bhaskar Upadhaya 
Date:   Wed May 23 11:03:30 2018 +0530

board: ls1012a: FRWY-LS1012A board support

breaks imx6dl_mamoj builds.

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-06-08 Thread York Sun
Tom,

The following changes since commit 71002b508a1bc0986023764f155f0db26f548db2:

  cmd: add missing line breaks for pr_err() (2018-06-07 20:06:29 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-fsl-qoriq.git

for you to fetch changes up to e4d594b4e0b4f81a65bd84c41fa7519b279d5432:

  LS1012AFRWY: Add Secure Boot support (2018-06-08 16:43:19 -0700)


Bhaskar Upadhaya (2):
  board: Kconfig: Re-Arrangement of PPA firmware and header addresses
  board: ls1012a: FRWY-LS1012A board support

Jagdish Gediya (1):
  arm: ls1021aqds: config: enable CONFIG_ID_EEPROM for mac command

Priyanka Jain (1):
  board/freescale,lsch3: Add entry for 0.9v

Ran Wang (1):
  armv8: ls1088a: Enable USB in
ls1088ardb_sdcard_qspi_SECURE_BOOT_defconfig

Vinitha V Pillai (1):
  LS1012AFRWY: Add Secure Boot support

 arch/arm/Kconfig   |  13 ++
 arch/arm/cpu/armv8/Kconfig |   1 +
 arch/arm/cpu/armv8/fsl-layerscape/Kconfig  |  34 --
 arch/arm/dts/Makefile  |   3 +-
 arch/arm/dts/fsl-ls1012a-frwy.dts  |  43 +++
 board/freescale/common/vid.c   |   2 +-
 board/freescale/ls1012afrdm/Kconfig|  47 +++-
 board/freescale/ls1012afrdm/MAINTAINERS|  11 ++
 board/freescale/ls1012afrdm/ls1012afrdm.c  |  73 ++-
 board/freescale/ls1012aqds/Kconfig |   3 +
 board/freescale/ls1012ardb/Kconfig |  14 +++
 board/freescale/ls1043aqds/Kconfig |  16 +++
 board/freescale/ls1043ardb/Kconfig |  14 +++
 board/freescale/ls1046aqds/Kconfig |  16 +++
 board/freescale/ls1046ardb/Kconfig |  15 +++
 board/freescale/ls1088a/Kconfig|  28 +
 board/freescale/ls2080aqds/Kconfig |  16 +++
 board/freescale/ls2080ardb/Kconfig |  31 +++--
 configs/ls1012afrwy_qspi_SECURE_BOOT_defconfig |  54 +
 configs/ls1012afrwy_qspi_defconfig |  50 
 .../ls1088ardb_sdcard_qspi_SECURE_BOOT_defconfig   |   7 ++
 drivers/net/pfe_eth/pfe_firmware.c |  29 +
 include/configs/ls1012afrwy.h  | 134
+
 include/configs/ls1021aqds.h   |   9 ++
 24 files changed, 603 insertions(+), 60 deletions(-)
 create mode 100644 arch/arm/dts/fsl-ls1012a-frwy.dts
 create mode 100644 configs/ls1012afrwy_qspi_SECURE_BOOT_defconfig
 create mode 100644 configs/ls1012afrwy_qspi_defconfig
 create mode 100644 include/configs/ls1012afrwy.h

Thanks.

York
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-05-11 Thread Tom Rini
On Fri, May 11, 2018 at 04:20:11AM +, York Sun wrote:

> Tom,
> 
> The following changes since commit a43d46a73cb2c40481791cb292b8eb0b5a80d55e:
> 
>   arm: v7R: Add support for enabling caches (2018-05-07 15:53:29 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-fsl-qoriq.git
> 
> for you to fetch changes up to a6f2a6eafe0e5ad71c41341219ae3b187c1f738a:
> 
>   driver: net: fsl-mc: updated copyright info (2018-05-09 09:17:51 -0500)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-05-10 Thread York Sun
Tom,

The following changes since commit a43d46a73cb2c40481791cb292b8eb0b5a80d55e:

  arm: v7R: Add support for enabling caches (2018-05-07 15:53:29 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-fsl-qoriq.git

for you to fetch changes up to a6f2a6eafe0e5ad71c41341219ae3b187c1f738a:

  driver: net: fsl-mc: updated copyright info (2018-05-09 09:17:51 -0500)


Ashish Kumar (3):
  armv8: ls1088a: Move CONFIG_BOOTARGS and CONFIG_CMD_GREPENV to
defconfig
  armv8: ls1088aqds: Enable mdio commands on u-boot prompt
  armv8: ls1088: Update 1900MT/s DDR timing to bring consistency

Hou Zhiqiang (2):
  armv8/fsl-lsch2: correct QMAN clock
  armv8/fsl-lsch2: make the workaround for PIN MUX erratum A010539
robust

Jagdish Gediya (2):
  mtd: nand: fsl_ifc: Fix eccstat array overflow for IFC ver >= 2.0.0
  mtd: nand: fsl_ifc: Fix nand waitfunc return value

Rajat Srivastava (1):
  spi: fsl_qspi: Introduce is_controller_busy function

Ruchika Gupta (1):
  armv8: sec_firmware: Remove JR3 from device tree node in all cases

Sriram Dash (1):
  armv8: layerscape: Avoid code duplication for TZASC Instantiation

Sumit Garg (1):
  armv8: sec_firmware: Add support for multiple loadables

Takuma Ueba (1):
  powerpc: mpc85xx: Improve Work-around for Erratum A005125

Yogesh Gaur (1):
  driver: net: fsl-mc: updated copyright info

 arch/arm/cpu/armv8/fsl-layerscape/Kconfig  |  8 +++
 arch/arm/cpu/armv8/fsl-layerscape/fdt.c|  4 +-
 .../arm/cpu/armv8/fsl-layerscape/fsl_lsch2_speed.c |  4 +-
 arch/arm/cpu/armv8/fsl-layerscape/lowlevel.S   | 62
--
 arch/arm/cpu/armv8/fsl-layerscape/soc.c|  1 +
 arch/arm/cpu/armv8/sec_firmware.c  | 59
+++-
 arch/powerpc/cpu/mpc85xx/release.S |  7 +++
 board/freescale/ls1088a/ddr.h  |  4 +-
 board/freescale/ls1088a/eth_ls1088aqds.c   |  2 +
 configs/ls1088aqds_defconfig   |  3 ++
 configs/ls1088aqds_qspi_SECURE_BOOT_defconfig  |  3 ++
 configs/ls1088aqds_qspi_defconfig  |  3 ++
 configs/ls1088aqds_sdcard_ifc_defconfig|  3 ++
 configs/ls1088aqds_sdcard_qspi_defconfig   |  3 ++
 configs/ls1088ardb_qspi_SECURE_BOOT_defconfig  |  3 ++
 configs/ls1088ardb_qspi_defconfig  |  3 ++
 .../ls1088ardb_sdcard_qspi_SECURE_BOOT_defconfig   |  3 ++
 configs/ls1088ardb_sdcard_qspi_defconfig   |  3 ++
 doc/uImage.FIT/sec_firmware_ppa.its| 49 +
 drivers/mtd/nand/fsl_ifc_nand.c| 37 ++---
 drivers/net/fsl-mc/dpbp.c  |  2 +-
 drivers/net/fsl-mc/dpio/dpio.c |  2 +-
 drivers/net/fsl-mc/dpmac.c |  2 +-
 drivers/net/fsl-mc/dpni.c  |  2 +-
 drivers/net/fsl-mc/dprc.c  |  2 +-
 drivers/net/fsl-mc/fsl_dpmng_cmd.h |  2 +-
 drivers/net/fsl-mc/mc.c|  4 +-
 drivers/net/ldpaa_eth/ldpaa_eth.c  |  2 +-
 drivers/net/ldpaa_eth/ldpaa_eth.h  |  2 +-
 drivers/spi/fsl_qspi.c | 31 +++
 include/configs/ls1088a_common.h   |  5 --
 include/fsl-mc/fsl_dpbp.h  |  2 +-
 include/fsl-mc/fsl_dpio.h  |  2 +-
 include/fsl-mc/fsl_dpmac.h |  2 +-
 include/fsl-mc/fsl_dpni.h  |  2 +-
 include/fsl-mc/fsl_dprc.h  |  2 +-
 include/fsl-mc/fsl_mc_cmd.h|  2 +-
 include/fsl-mc/fsl_mc_private.h|  2 +-
 include/fsl_ifc.h  |  4 +-
 39 files changed, 235 insertions(+), 103 deletions(-)
 create mode 100644 doc/uImage.FIT/sec_firmware_ppa.its

Thanks.

York
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-03-20 Thread Tom Rini
On Tue, Mar 20, 2018 at 10:07:53PM +, York Sun wrote:

> Tom,
> 
> The following changes since commit b8aa55cb6414e512cce30bb7db3268eea934466d:
> 
>   common: move init_helpers.h prototypes in init.h (2018-03-16 14:56:59
> -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-fsl-qoriq.git
> 
> for you to fetch changes up to 3386c73d46fa4624a6bec00f304261f9fe814299:
> 
>   LS2088ARDB: Secure Boot: Fix fall back option failure (2018-03-20
> 08:30:52 -0700)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-03-20 Thread York Sun
Tom,

The following changes since commit b8aa55cb6414e512cce30bb7db3268eea934466d:

  common: move init_helpers.h prototypes in init.h (2018-03-16 14:56:59
-0400)

are available in the git repository at:

  git://git.denx.de/u-boot-fsl-qoriq.git

for you to fetch changes up to 3386c73d46fa4624a6bec00f304261f9fe814299:

  LS2088ARDB: Secure Boot: Fix fall back option failure (2018-03-20
08:30:52 -0700)


Ashish Kumar (4):
  armv8: ls1088qds: Remove CONFIG_ from local defines for FPGA
  armv8: ls1088a: Add clock related function in CONFIG_SPL_BUILD
  armv8: ls1088a: Add i2c_early_init() func for LS1088AQDS
  armv8: ls1088aqds: Add IFC-NOR as boot source for LS1088

Vinitha V Pillai (1):
  LS2088ARDB: Secure Boot: Fix fall back option failure

 arch/arm/dts/fsl-ls1088a-qds.dts| 37 ++
 arch/arm/dts/fsl-ls1088a.dtsi   |  5 +++
 board/freescale/ls1088a/MAINTAINERS |  2 ++
 board/freescale/ls1088a/ls1088a.c   |  5 ++-
 configs/ls1088aqds_defconfig| 43 ++
 configs/ls1088aqds_sdcard_ifc_defconfig | 54
+
 include/configs/ls1088aqds.h| 28 +
 include/configs/ls2080ardb.h| 14 -
 8 files changed, 167 insertions(+), 21 deletions(-)
 create mode 100644 configs/ls1088aqds_defconfig
 create mode 100644 configs/ls1088aqds_sdcard_ifc_defconfig

Thanks.

York
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-02-12 Thread Tom Rini
On Mon, Feb 12, 2018 at 05:06:35PM +, York Sun wrote:

> Tom,
> 
> The following changes since commit 1811a928c6c7604d6d05a84b4d552a7c31b4994e:
> 
>   Move most CONFIG_HAVE_BLOCK_DEVICE to Kconfig (2018-02-08 19:09:03 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-fsl-qoriq.git
> 
> for you to fetch changes up to ee3556bcafbb05e59aabdc31368984e76acaabc4:
> 
>   drivers/ddr/fsl: Dual-license DDR driver (2018-02-09 08:36:40 -0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-02-12 Thread York Sun
Tom,

The following changes since commit 1811a928c6c7604d6d05a84b4d552a7c31b4994e:

  Move most CONFIG_HAVE_BLOCK_DEVICE to Kconfig (2018-02-08 19:09:03 -0500)

are available in the git repository at:

  git://git.denx.de/u-boot-fsl-qoriq.git

for you to fetch changes up to ee3556bcafbb05e59aabdc31368984e76acaabc4:

  drivers/ddr/fsl: Dual-license DDR driver (2018-02-09 08:36:40 -0800)


Hou Zhiqiang (1):
  ARMv8: ls1046a: Enable PCIe and E1000 in lpuart defconfig

Lukas Auer (1):
  crypto/fsl: instantiate all rng state handles

Rajat Srivastava (1):
  armv8: ls1088a: qspi: Enable XIP mode above 16 MB addresses

Sriram Dash (1):
  armv8: Remove dependency of SERDES for LSCH2 and LSCH3

Vinitha Pillai-B57223 (1):
  armv8: ls1012ardb: Add distro secure boot support

York Sun (1):
  drivers/ddr/fsl: Dual-license DDR driver

Zhao Qiang (1):
  PowerPC: phy: enable all phylib drivers when use phylib and tsec enet

 arch/arm/cpu/armv8/fsl-layerscape/Kconfig | 14 +--
 arch/powerpc/include/asm/config.h |  4 +-
 configs/ls1012ardb_qspi_SECURE_BOOT_defconfig | 13 +++---
 configs/ls1046aqds_lpuart_defconfig   |  7 
 configs/ls1088aqds_qspi_SECURE_BOOT_defconfig |  1 +
 configs/ls1088aqds_qspi_defconfig |  1 +
 configs/ls1088ardb_qspi_SECURE_BOOT_defconfig |  1 +
 configs/ls1088ardb_qspi_defconfig |  1 +
 drivers/crypto/fsl/jobdesc.c  | 35 
 drivers/crypto/fsl/jobdesc.h  |  2 +-
 drivers/crypto/fsl/jr.c   | 57
---
 drivers/crypto/fsl/jr.h   |  2 +
 drivers/ddr/fsl/arm_ddr_gen3.c|  2 +-
 drivers/ddr/fsl/ctrl_regs.c   |  2 +-
 drivers/ddr/fsl/ddr1_dimm_params.c|  2 +-
 drivers/ddr/fsl/ddr2_dimm_params.c|  2 +-
 drivers/ddr/fsl/ddr3_dimm_params.c|  2 +-
 drivers/ddr/fsl/ddr4_dimm_params.c|  2 +-
 drivers/ddr/fsl/fsl_ddr_gen4.c|  2 +-
 drivers/ddr/fsl/fsl_mmdc.c|  2 +-
 drivers/ddr/fsl/interactive.c |  2 +-
 drivers/ddr/fsl/lc_common_dimm_params.c   |  2 +-
 drivers/ddr/fsl/main.c|  2 +-
 drivers/ddr/fsl/mpc85xx_ddr_gen1.c|  2 +-
 drivers/ddr/fsl/mpc85xx_ddr_gen2.c|  2 +-
 drivers/ddr/fsl/mpc85xx_ddr_gen3.c|  2 +-
 drivers/ddr/fsl/mpc86xx_ddr.c |  2 +-
 drivers/ddr/fsl/options.c |  2 +-
 drivers/ddr/fsl/util.c|  2 +-
 include/common_timing_params.h|  2 +-
 include/configs/ls1012ardb.h  | 20 +-
 include/fsl_ddr.h |  2 +-
 include/fsl_ddr_dimm_params.h |  2 +-
 include/fsl_ddrc_version.h|  2 +-
 include/fsl_immap.h   |  2 +-
 include/fsl_mmdc.h|  2 +-
 include/fsl_sec.h |  3 ++
 37 files changed, 129 insertions(+), 78 deletions(-)

Thanks.

York
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-02-01 Thread Tom Rini
On Wed, Jan 31, 2018 at 11:04:00PM +, York Sun wrote:

> Tom,
> 
> The following changes since commit ae5326a6b34b34b1827edf2eee1a0e9e5363c5a2:
> 
>   serial: Make full device search optional (2018-01-29 08:18:02 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-fsl-qoriq.git
> 
> for you to fetch changes up to 58932ec68cdcd574c85620e285a7b95a49551603:
> 
>   armv8: ls2088ardb: Add 3DS RDIMM support (2018-01-30 09:14:07 -0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-01-31 Thread York Sun
Tom,

The following changes since commit ae5326a6b34b34b1827edf2eee1a0e9e5363c5a2:

  serial: Make full device search optional (2018-01-29 08:18:02 -0500)

are available in the git repository at:

  git://git.denx.de/u-boot-fsl-qoriq.git

for you to fetch changes up to 58932ec68cdcd574c85620e285a7b95a49551603:

  armv8: ls2088ardb: Add 3DS RDIMM support (2018-01-30 09:14:07 -0800)


Ashish Kumar (1):
  armv8: ls1088a: Add CONFIG_SPI_FLASH_SPANSION to sdcard defconfigs

Yogesh Gaur (1):
  driver: fsl-mc: Perform fsl-mc fdt fixup for lazyapply dpl

York Sun (8):
  drivers/ddr/fsl: Fix DDR4 RDIMM support
  drivers/ddr/fsl: Fix workaround for A009803
  drivers/ddr/fsl: Add 3DS RDIMM support
  drivers/ddr/fsl: Add calculation of register control words
  drivers/ddr/fsl: Modify binding registers to save time on data init
  drivers/ddr/fsl: Cleanup unused variable
  armv8: ls1046ardb: Add RDIMM support
  armv8: ls2088ardb: Add 3DS RDIMM support

 board/freescale/ls1046ardb/ddr.c   |   9 +-
 board/freescale/ls1046ardb/ddr.h   |  19 
 board/freescale/ls2080ardb/ddr.c   |   2 +
 board/freescale/ls2080ardb/ddr.h   |  23 +---
 configs/ls1088aqds_sdcard_qspi_defconfig   |   1 +
 .../ls1088ardb_sdcard_qspi_SECURE_BOOT_defconfig   |   1 +
 configs/ls1088ardb_sdcard_qspi_defconfig   |   1 +
 drivers/ddr/fsl/ctrl_regs.c| 122
+++--
 drivers/ddr/fsl/ddr1_dimm_params.c |   1 -
 drivers/ddr/fsl/ddr2_dimm_params.c |   1 -
 drivers/ddr/fsl/ddr3_dimm_params.c |   1 -
 drivers/ddr/fsl/ddr4_dimm_params.c |  49 -
 drivers/ddr/fsl/fsl_ddr_gen4.c |  62 +--
 drivers/ddr/fsl/interactive.c  |  23 +++-
 drivers/ddr/fsl/lc_common_dimm_params.c|   8 +-
 drivers/ddr/fsl/options.c  |   9 +-
 drivers/net/fsl-mc/mc.c|   4 +-
 include/common_timing_params.h |   1 +
 include/ddr_spd.h  |   8 +-
 include/fdt_support.h  |   3 +
 include/fsl_ddr_dimm_params.h  |   9 +-
 include/fsl_ddr_sdram.h|   5 +-
 22 files changed, 272 insertions(+), 90 deletions(-)

Thanks.

York
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-01-24 Thread Tom Rini
On Wed, Jan 24, 2018 at 02:00:58AM +, York Sun wrote:

> Tom,
> 
> The following changes since commit 485c13c7536731991c59f7b3432bc33c9dafb0f0:
> 
>   Merge git://git.denx.de/u-boot-dm (2018-01-21 20:13:29 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-fsl-qoriq.git
> 6c8945ec41cb7bff27fbacc88316e3e557c20240
> 
> for you to fetch changes up to 6c8945ec41cb7bff27fbacc88316e3e557c20240:
> 
>   armv8: ls1088a: Add IFC and eMMC as qixis boot sources (2018-01-23
> 11:26:21 -0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-01-23 Thread York Sun
Tom,

The following changes since commit 485c13c7536731991c59f7b3432bc33c9dafb0f0:

  Merge git://git.denx.de/u-boot-dm (2018-01-21 20:13:29 -0500)

are available in the git repository at:

  git://git.denx.de/u-boot-fsl-qoriq.git
6c8945ec41cb7bff27fbacc88316e3e557c20240

for you to fetch changes up to 6c8945ec41cb7bff27fbacc88316e3e557c20240:

  armv8: ls1088a: Add IFC and eMMC as qixis boot sources (2018-01-23
11:26:21 -0800)


Ashish Kumar (2):
  fsl: common: qixis: Add ifc and emmc switching via qixis
  armv8: ls1088a: Add IFC and eMMC as qixis boot sources

Breno Lima (1):
  crypto/fsl: Fix HW accelerated hash commands

Pankaj Bansal (1):
  ARM: dts: Freescale: re-license device tree files under GPLv2+/X11

Rajesh Bhagat (11):
  armv8: lsch3: Add serdes and DDR voltage setup
  board: common:vid: Add LS1088A VID Supported voltage values
  board: common: vid: Add board specific vdd adjust API
  board: common: vid: Move IR chip specific code in flag
  Kconfig: Add LTC3882 voltage regulator config
  board: common: vid: Add support for LTC3882 voltage regulator chip
  ddr: fsl: set cdr1 first in case 0.9v VDD is enabled for some SoCs
  ls1088a: ddr: configure DDR for 0.9v for VID support
  common: board_f: vid: Add VID specific API to adjust core voltage
  ls1088a: Add VID support for QDS and RDB platforms
  armv8: ls1088a: vid: Compiling VID specific functions for SPL

 .../cpu/armv8/fsl-layerscape/fsl_lsch3_serdes.c| 287
+
 arch/arm/cpu/armv8/fsl-layerscape/soc.c|  39 +++
 arch/arm/cpu/armv8/fsl-layerscape/spl.c|   3 +
 arch/arm/dts/fsl-ls1012a-frdm.dts  |   2 +-
 arch/arm/dts/fsl-ls1012a-frdm.dtsi |   2 +-
 arch/arm/dts/fsl-ls1012a-qds.dts   |   2 +-
 arch/arm/dts/fsl-ls1012a-qds.dtsi  |   2 +-
 arch/arm/dts/fsl-ls1012a-rdb.dts   |   2 +-
 arch/arm/dts/fsl-ls1012a-rdb.dtsi  |   4 +-
 arch/arm/dts/fsl-ls1012a.dtsi  |   2 +-
 arch/arm/dts/fsl-ls1043a-qds-duart.dts |   2 +-
 arch/arm/dts/fsl-ls1043a-qds-lpuart.dts|   2 +-
 arch/arm/dts/fsl-ls1043a-qds.dtsi  |   4 +-
 arch/arm/dts/fsl-ls1043a-rdb.dts   |   4 +-
 arch/arm/dts/fsl-ls1043a.dtsi  |   4 +-
 arch/arm/dts/fsl-ls1046a-qds-duart.dts |   2 +-
 arch/arm/dts/fsl-ls1046a-qds-lpuart.dts|   2 +-
 arch/arm/dts/fsl-ls1046a-qds.dtsi  |   4 +-
 arch/arm/dts/fsl-ls1046a-rdb.dts   |   4 +-
 arch/arm/dts/fsl-ls1046a.dtsi  |   4 +-
 arch/arm/dts/fsl-ls1088a-qds.dts   |   2 +-
 arch/arm/dts/fsl-ls1088a-rdb.dts   |   2 +-
 arch/arm/dts/fsl-ls1088a.dtsi  |   2 +-
 arch/arm/dts/fsl-ls2080a-qds.dts   |   2 +-
 arch/arm/dts/fsl-ls2080a-rdb.dts   |   2 +-
 arch/arm/dts/fsl-ls2080a.dtsi  |   2 +-
 arch/arm/dts/fsl-ls2081a-rdb.dts   |   2 +-
 arch/arm/dts/fsl-ls2088a-rdb-qspi.dts  |   2 +-
 .../include/asm/arch-fsl-layerscape/fsl_serdes.h   |   2 +-
 .../include/asm/arch-fsl-layerscape/immap_lsch3.h  |  43 ++-
 arch/arm/include/asm/arch-fsl-layerscape/soc.h |   1 +
 board/freescale/common/Kconfig |  16 ++
 board/freescale/common/Makefile|   2 +-
 board/freescale/common/qixis.c |  22 ++
 board/freescale/common/vid.c   | 147 ++-
 board/freescale/ls1088a/ddr.c  |  21 ++
 board/freescale/ls1088a/ls1088a.c  | 131 ++
 common/board_f.c   |  10 +
 common/hash.c  |   7 +-
 drivers/crypto/fsl/fsl_hash.c  |  20 +-
 drivers/ddr/fsl/fsl_ddr_gen4.c |   4 +-
 include/common.h   |   3 +
 include/configs/ls1088aqds.h   |  31 +++
 include/configs/ls1088ardb.h   |  29 +++
 44 files changed, 835 insertions(+), 47 deletions(-)

Thanks.

York
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-01-18 Thread Tom Rini
On Wed, Jan 17, 2018 at 06:33:26PM +, York Sun wrote:

> Tom,
> 
> The following changes since commit 3dde8f20377c3a051dda64497bdf0cdb23e03a2d:
> 
>   Merge git://git.denx.de/u-boot-mmc (2018-01-14 22:26:38 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-fsl-qoriq.git
> 
> for you to fetch changes up to 2eb2dbd4577898bf289e911b2286df3f2363af6e:
> 
>   armv8: ls1088ardb: Add environment variable address location for
> QSPI-NOR (2018-01-17 10:30:54 -0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-01-17 Thread York Sun
Tom,

The following changes since commit 3dde8f20377c3a051dda64497bdf0cdb23e03a2d:

  Merge git://git.denx.de/u-boot-mmc (2018-01-14 22:26:38 -0500)

are available in the git repository at:

  git://git.denx.de/u-boot-fsl-qoriq.git

for you to fetch changes up to 2eb2dbd4577898bf289e911b2286df3f2363af6e:

  armv8: ls1088ardb: Add environment variable address location for
QSPI-NOR (2018-01-17 10:30:54 -0800)


Ashish Kumar (3):
  armv8: ls1088: Add USB and PCI configs in SD-BOOT defconfig
  env: sf: Add support for env init for QSPI-NOR
  armv8: ls1088ardb: Add environment variable address location for
QSPI-NOR

Bhaskar Upadhaya (2):
  armv8/kconfig: Align boards of same family at one place
  board: ls1012a: LS1012A-2G5RDB board support

Priyanka Jain (2):
  board/ls2081ardb: Update board related prints
  board/ls2081ard: Correct code to get QMAP value in checkboard

Sriram Dash (1):
  serial: lpuart: Proper device identification

Sumit Garg (1):
  configs: SECURE_BOOT: Enable CONFIG_CMD_EXT4_WRITE

Tom Rini (3):
  powerpc: P1010RDB: Rework local command to not be included in SPL
  arm: ls1021atwr: Rework local commands to not be included in SPL
  freescale: Ensure common commands are not included in SPL binary

Yuantian Tang (2):
  arm64: ls1046a: Add sata distro boot support
  arm64: ls1012a: Add sata distro boot support

Zhang Ying-22455 (1):
  armv8/ls1088a: configure PMU's PCTBENR to enable WDT

 arch/arm/Kconfig   |  12 +++
 arch/arm/cpu/armv8/Kconfig |   5 +-
 arch/arm/cpu/armv8/fsl-layerscape/cpu.c|   4 +-
 arch/arm/dts/Makefile  |   1 +
 arch/arm/dts/fsl-ls1012a-2g5rdb.dts|  43 ++
 board/freescale/common/Kconfig |   2 +
 board/freescale/common/cmd_esbc_validate.c |   2 +
 board/freescale/common/qixis.c |  14 ++--
 board/freescale/ls1012ardb/Kconfig |  18 +
 board/freescale/ls1012ardb/MAINTAINERS |   7 ++
 board/freescale/ls1012ardb/README  |  43 ++
 board/freescale/ls1012ardb/ls1012ardb.c|   7 +-
 board/freescale/ls1021atwr/ls1021atwr.c|  91 +++--
 board/freescale/ls2080ardb/ls2080ardb.c|   4 +-
 board/freescale/p1010rdb/p1010rdb.c|   2 +
 configs/ls1012a2g5rdb_qspi_defconfig   |  40 ++
 configs/ls1088aqds_sdcard_qspi_defconfig   |  12 +++
 configs/ls1088ardb_sdcard_qspi_defconfig   |  12 +++
 drivers/serial/serial_lpuart.c |  18 ++---
 env/sf.c   |  21 +
 include/configs/ls1012a2g5rdb.h| 122
+
 include/configs/ls1012a_common.h   |  11 +++
 include/configs/ls1012aqds.h   |  10 ---
 include/configs/ls1012ardb.h   |   9 ---
 include/configs/ls1046a_common.h   |  13 +++
 include/configs/ls1046aqds.h   |  10 ---
 include/configs/ls1046ardb.h   |  12 ---
 include/configs/ls1088a_common.h   |   6 ++
 include/configs/ls1088aqds.h   |   1 -
 include/configs/ls1088ardb.h   |   1 -
 30 files changed, 439 insertions(+), 114 deletions(-)
 create mode 100644 arch/arm/dts/fsl-ls1012a-2g5rdb.dts
 create mode 100644 configs/ls1012a2g5rdb_qspi_defconfig
 create mode 100644 include/configs/ls1012a2g5rdb.h

Thanks.

York
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-01-11 Thread Tom Rini
On Thu, Jan 11, 2018 at 04:57:39AM +, York Sun wrote:

> Tom,
> 
> The following changes since commit f3dd87e0b98999a78e500e8c6d2b063ebadf535a:
> 
>   Prepare v2018.01 (2018-01-08 20:25:29 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-fsl-qoriq.git
> 
> for you to fetch changes up to 1cabeb88ebbae0e5d418333cdd2526b06b397c91:
> 
>   ls1088ardb: Add SD Secure boot target support (2018-01-10 12:32:45 -0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-01-10 Thread York Sun
Tom,

The following changes since commit f3dd87e0b98999a78e500e8c6d2b063ebadf535a:

  Prepare v2018.01 (2018-01-08 20:25:29 -0500)

are available in the git repository at:

  git://git.denx.de/u-boot-fsl-qoriq.git

for you to fetch changes up to 1cabeb88ebbae0e5d418333cdd2526b06b397c91:

  ls1088ardb: Add SD Secure boot target support (2018-01-10 12:32:45 -0800)


Ahmed Mansour (2):
  drivers/misc: Share qbman init between archs
  configs: Move SYS_DPAA_QBMAN to Kconfig

Alison Wang (1):
  armv8: Implement workaround for Cortex-A53 erratum 855873

Ashish Kumar (1):
  armv8: ls1088 : MC alignment should always be fixed to 512MB

Bao Xiaowei (1):
  Powerpc: T208xQDS: Modify the comment of the CONFIG_FSL_PCIE_RESET
macro

Sumit Garg (3):
  armv8: fsl-layerscape: SPL size reduction
  armv8: ls1088a: SPL size reduction
  ls1088ardb: Add SD Secure boot target support

Yuantian Tang (1):
  armv8: layerscape: sata: refine port register configuration

 arch/arm/Kconfig   |   3 +
 arch/arm/cpu/armv8/fsl-layerscape/Kconfig  |   6 +-
 arch/arm/cpu/armv8/fsl-layerscape/Makefile |   2 +
 arch/arm/cpu/armv8/fsl-layerscape/cpu.c|   4 +
 arch/arm/cpu/armv8/fsl-layerscape/fdt.c|   9 +
 .../arm/cpu/armv8/fsl-layerscape/fsl_lsch2_speed.c |  14 +
 arch/arm/cpu/armv8/fsl-layerscape/soc.c|   6 +
 arch/arm/cpu/armv8/start.S |  24 +-
 .../include/asm/arch-fsl-layerscape/immap_lsch2.h  |  29 ++
 arch/arm/include/asm/arch-fsl-layerscape/soc.h |   2 +
 arch/arm/include/asm/arch-fsl-layerscape/speed.h   |   3 +
 arch/arm/include/asm/fsl_secure_boot.h |  16 +-
 arch/powerpc/cpu/mpc85xx/cpu_init.c|   3 +-
 arch/powerpc/cpu/mpc85xx/fdt.c |   1 +
 arch/powerpc/cpu/mpc85xx/portals.c | 281
---
 arch/powerpc/include/asm/fsl_liodn.h   |   7 +-
 arch/powerpc/include/asm/fsl_portals.h |   4 -
 arch/powerpc/include/asm/immap_85xx.h  |  60 
 board/freescale/ls1088a/MAINTAINERS|   5 +
 board/freescale/ls1088a/Makefile   |   4 +-
 board/freescale/ls1088a/ls1088a.c  |  16 +-
 board/freescale/p1023rdb/p1023rdb.c|   3 +-
 board/keymile/kmp204x/kmp204x.c|   2 +-
 board/varisys/cyrus/cyrus.c|   2 +-
 configs/T1024QDS_DDR4_defconfig|   1 +
 .../ls1088ardb_sdcard_qspi_SECURE_BOOT_defconfig   |  44 +++
 drivers/misc/Makefile  |   1 +
 drivers/misc/fsl_portals.c | 305
+
 drivers/net/Kconfig|  24 ++
 include/configs/B4860QDS.h |   1 -
 include/configs/P1023RDB.h |   1 -
 include/configs/P2041RDB.h |   1 -
 include/configs/T102xQDS.h |   1 -
 include/configs/T102xRDB.h |   1 -
 include/configs/T1040QDS.h |   1 -
 include/configs/T104xRDB.h |   1 -
 include/configs/T208xQDS.h |   4 +-
 include/configs/T208xRDB.h |   1 -
 include/configs/T4240QDS.h |   1 -
 include/configs/T4240RDB.h |   1 -
 include/configs/corenet_ds.h   |   1 -
 include/configs/cyrus.h|   1 -
 include/configs/km/kmp204x-common.h|   1 -
 include/configs/ls1046a_common.h   |   4 -
 include/configs/ls1088a_common.h   |  34 ++-
 include/configs/ls1088ardb.h   |  20 ++
 include/fsl_qbman.h|  75 +
 47 files changed, 641 insertions(+), 390 deletions(-)
 create mode 100644 configs/ls1088ardb_sdcard_qspi_SECURE_BOOT_defconfig
 create mode 100644 drivers/misc/fsl_portals.c
 create mode 100644 include/fsl_qbman.h

Thanks.

York
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-01-05 Thread York Sun
Tom,

Please abort this PR. More review comments came in last night.

(Somehow I sent to wrong address anyway.)

York

On 01/04/2018 05:19 PM, York Sun wrote:
> Tom,
> 
> The following changes since commit ca833ca9579b29c5667ea2fa7a9d3f89f1599a94:
> 
>   Merge git://git.denx.de/u-boot-rockchip (2018-01-03 12:27:12 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-fsl-qoriq.git
> 
> for you to fetch changes up to 2080e50dd38723a50c84715b88c3493b853893ec:
> 
>   crypto/fsl: fix BLOB encapsulation and decapsulation (2018-01-04
> 17:16:56 -0800)
> 
> 
> Clemens Gruber (1):
>   crypto/fsl: fix BLOB encapsulation and decapsulation
> 
>  drivers/crypto/fsl/fsl_blob.c | 99
> ---
>  include/fsl_sec.h |  4 +-
>  2 files changed, 85 insertions(+), 18 deletions(-)
> 
> Thanks.
> 
> York
> 

___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2018-01-04 Thread York Sun
Tom,

The following changes since commit ca833ca9579b29c5667ea2fa7a9d3f89f1599a94:

  Merge git://git.denx.de/u-boot-rockchip (2018-01-03 12:27:12 -0500)

are available in the git repository at:

  git://git.denx.de/u-boot-fsl-qoriq.git

for you to fetch changes up to 2080e50dd38723a50c84715b88c3493b853893ec:

  crypto/fsl: fix BLOB encapsulation and decapsulation (2018-01-04
17:16:56 -0800)


Clemens Gruber (1):
  crypto/fsl: fix BLOB encapsulation and decapsulation

 drivers/crypto/fsl/fsl_blob.c | 99
---
 include/fsl_sec.h |  4 +-
 2 files changed, 85 insertions(+), 18 deletions(-)

Thanks.

York
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-12-18 Thread Tom Rini
On Mon, Dec 18, 2017 at 04:26:24PM +, York Sun wrote:

> Tom,
> 
> The following changes since commit cf71338ee7a1dc16f13a4f1b89f32c624210df45:
> 
>   ata: Migrate CONFIG_MVSATA_IDE to Kconfig (2017-12-12 18:16:06 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-fsl-qoriq.git
> 
> for you to fetch changes up to 1b7910a37ccc889e1b58a5f6e095a39728564bb8:
> 
>   armv8: ls1046aqds: Adjust IFC timing for NOR flash (2017-12-18
> 08:25:07 -0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-12-18 Thread York Sun
Tom,

The following changes since commit cf71338ee7a1dc16f13a4f1b89f32c624210df45:

  ata: Migrate CONFIG_MVSATA_IDE to Kconfig (2017-12-12 18:16:06 -0500)

are available in the git repository at:

  git://git.denx.de/u-boot-fsl-qoriq.git

for you to fetch changes up to 1b7910a37ccc889e1b58a5f6e095a39728564bb8:

  armv8: ls1046aqds: Adjust IFC timing for NOR flash (2017-12-18
08:25:07 -0800)


Rajesh Bhagat (2):
  arm64: ls1012ardb: Add distro boot support
  arm64: ls1012afrdm: Add distro boot support

Wenbin song (2):
  armv8: ls1043a/ls2080a: check SoC by device ID
  armv8: layerscape: Discard the needless cpu nodes

Yangbo Lu (4):
  armv8: ls1088ardb: support force SDHC mode by hwconfig
  armv8: ls1012ardb: clean up definitions for I2C IO expanders
  armv8: ls1012ardb: add more board version information
  armv8: ls1012ardb: support hwconfig for eSDHC1 enabling

Yogesh Gaur (1):
  board/ls2080a, ls1088a: Add check for mc-dpl applied in fdt

York Sun (3):
  armv8: ls2080a: Increase load image len for NAND boot
  armv8: ls2085a: Update README file for NAND boot
  armv8: ls1046aqds: Adjust IFC timing for NOR flash

 arch/arm/cpu/armv8/fsl-layerscape/cpu.c|  8 +-
 arch/arm/cpu/armv8/fsl-layerscape/doc/README.lsch3 |  8 +-
 arch/arm/cpu/armv8/fsl-layerscape/fdt.c| 31 +++-
 arch/arm/cpu/armv8/fsl-layerscape/lowlevel.S   |  9 +--
 arch/arm/include/asm/arch-fsl-layerscape/soc.h |  4 +-
 board/freescale/ls1012ardb/ls1012ardb.c| 89
+++---
 board/freescale/ls1088a/ls1088a.c  | 20 -
 board/freescale/ls1088a/ls1088a_qixis.h|  6 ++
 board/freescale/ls2080a/ls2080a.c  |  2 +-
 board/freescale/ls2080aqds/ls2080aqds.c|  2 +-
 board/freescale/ls2080ardb/ls2080ardb.c|  2 +-
 configs/ls1012afrdm_qspi_defconfig |  1 +
 configs/ls1012ardb_qspi_defconfig  |  1 +
 drivers/net/fsl-mc/dpio/qbman_private.h|  4 +-
 drivers/usb/common/fsl-errata.c|  7 +-
 include/configs/ls1012a_common.h   | 10 ++-
 include/configs/ls1012afrdm.h  | 57 +++---
 include/configs/ls1012ardb.h   | 66 ++--
 include/configs/ls1046aqds.h   |  5 +-
 include/configs/ls1088ardb.h   |  2 +
 include/configs/ls2080a_common.h   |  2 +-
 21 files changed, 264 insertions(+), 72 deletions(-)

Thanks.

York
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-12-08 Thread Tom Rini
On Thu, Dec 07, 2017 at 10:43:15PM +, York Sun wrote:

> Tom,
> 
> The following changes since commit 9da7fb4a39149c3061cb148bfbaa76b4b52b9008:
> 
>   Prepare v2018.01-rc1 (2017-12-04 18:27:17 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-fsl-qoriq.git
> d798a6ee6436c7d2bcbf3fa6bda01daa4411a493
> 
> for you to fetch changes up to d798a6ee6436c7d2bcbf3fa6bda01daa4411a493:
> 
>   armv8: ls1088a: Add nand support for ls1088ardb (2017-12-06 14:56:31
> -0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-12-07 Thread Tom Rini
On Thu, Dec 07, 2017 at 10:43:15PM +, York Sun wrote:

> Tom,
> 
> The following changes since commit 9da7fb4a39149c3061cb148bfbaa76b4b52b9008:
> 
>   Prepare v2018.01-rc1 (2017-12-04 18:27:17 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-fsl-qoriq.git
> d798a6ee6436c7d2bcbf3fa6bda01daa4411a493
> 
> for you to fetch changes up to d798a6ee6436c7d2bcbf3fa6bda01daa4411a493:
> 
>   armv8: ls1088a: Add nand support for ls1088ardb (2017-12-06 14:56:31
> -0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-12-07 Thread York Sun
Tom,

The following changes since commit 9da7fb4a39149c3061cb148bfbaa76b4b52b9008:

  Prepare v2018.01-rc1 (2017-12-04 18:27:17 -0500)

are available in the git repository at:

  git://git.denx.de/u-boot-fsl-qoriq.git
d798a6ee6436c7d2bcbf3fa6bda01daa4411a493

for you to fetch changes up to d798a6ee6436c7d2bcbf3fa6bda01daa4411a493:

  armv8: ls1088a: Add nand support for ls1088ardb (2017-12-06 14:56:31
-0800)


Ashish Kumar (3):
  armv8: ls1088a: Unset USE_BOOTCOMMAND in defconfig
  armv8: ls1088: Add fsl_fdt_fixup_flash
  armv8: ls1088a: Add nand support for ls1088ardb

Bhaskar Upadhaya (1):
  armv8: ls1012a: Modify Kernel and Environment offset

Prabhakar Kushwaha (1):
  armv8: fsl-layerscape: Add support of disabling core prefetch

Ran Wang (1):
  armv8: Workaround for USB erratua on LS1012A

Udit Agarwal (3):
  armv8: LS1088A_QSPI: SECURE_BOOT: Images validation
  armv8: LS1088A_QSPI: Add secure boot defconfigs for QSPI boot.
  armv8: LS2080A_SECURE_BOOT: Enable CONFIG_FSL_LS_PPA.

Vinitha Pillai-B57223 (1):
  SECURE BOOT: Add fall back option

Yogesh Gaur (2):
  driver: net: fsl-mc: flib changes for MC 10.3.0
  driver: fsl-mc: MC object cleanup when DPL not loaded

 arch/arm/cpu/armv8/fsl-layerscape/Kconfig  |5 +
 arch/arm/cpu/armv8/fsl-layerscape/cpu.c|   38 +
 .../armv8/fsl-layerscape/doc/README.core_prefetch  |   20 +
 arch/arm/cpu/armv8/fsl-layerscape/soc.c|   27 +-
 board/freescale/ls1088a/Kconfig|2 +
 board/freescale/ls1088a/MAINTAINERS|   12 +
 board/freescale/ls1088a/ls1088a.c  |   35 +-
 configs/ls1088aqds_qspi_SECURE_BOOT_defconfig  |   47 +
 configs/ls1088aqds_qspi_defconfig  |1 +
 configs/ls1088aqds_sdcard_qspi_defconfig   |1 +
 configs/ls1088ardb_qspi_SECURE_BOOT_defconfig  |   48 +
 configs/ls1088ardb_qspi_defconfig  |1 +
 configs/ls1088ardb_sdcard_qspi_defconfig   |1 +
 configs/ls2080aqds_SECURE_BOOT_defconfig   |5 +-
 configs/ls2080ardb_SECURE_BOOT_defconfig   |5 +-
 drivers/net/fsl-mc/dpbp.c  |   42 +-
 drivers/net/fsl-mc/dpio/dpio.c |   43 +-
 drivers/net/fsl-mc/dpmac.c |   41 +-
 drivers/net/fsl-mc/dpni.c  |  332 ++
 drivers/net/fsl-mc/dprc.c  |   27 +-
 drivers/net/fsl-mc/fsl_dpmng_cmd.h |5 +-
 drivers/net/fsl-mc/mc.c|  240 +++--
 drivers/net/ldpaa_eth/ldpaa_eth.c  |  283 +++---
 drivers/net/ldpaa_eth/ldpaa_eth.h  |5 +-
 include/configs/ls1012a_common.h   |4 +-
 include/configs/ls1012afrdm.h  |2 +-
 include/configs/ls1021atwr.h   |   33 +-
 include/configs/ls1043a_common.h   |   31 +-
 include/configs/ls1046a_common.h   |   12 +-
 include/configs/ls1046ardb.h   |8 +-
 include/configs/ls1088a_common.h   |3 -
 include/configs/ls1088aqds.h   |   21 +
 include/configs/ls1088ardb.h   |   52 +-
 include/fsl-mc/fsl_dpbp.h  |   62 +-
 include/fsl-mc/fsl_dpio.h  |   64 +-
 include/fsl-mc/fsl_dpmac.h |   69 +-
 include/fsl-mc/fsl_dpni.h  | 1065
+++-
 include/fsl-mc/fsl_dprc.h  |   79 +-
 include/fsl-mc/fsl_mc_cmd.h|   50 +-
 include/fsl-mc/fsl_mc_private.h|8 +-
 40 files changed, 1445 insertions(+), 1384 deletions(-)
 create mode 100644
arch/arm/cpu/armv8/fsl-layerscape/doc/README.core_prefetch
 create mode 100644 configs/ls1088aqds_qspi_SECURE_BOOT_defconfig
 create mode 100644 configs/ls1088ardb_qspi_SECURE_BOOT_defconfig

Thanks.

York
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-10-29 Thread Tom Rini
On Fri, Oct 27, 2017 at 09:29:43PM +, York Sun wrote:

> Tom,
> 
> The following changes since commit ce0dea889a01d06bdc2d845fd03e90bcf8b49fec:
> 
>   Merge git://git.denx.de/u-boot-uniphier (2017-10-22 19:21:04 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-fsl-qoriq.git
> 
> for you to fetch changes up to 9b3f40ad092ff2633eefa7e8a4a713f71c9cb8cb:
> 
>   armv8: sec_firmware: Add support for loadables in FIT (2017-10-27
> 08:47:14 -0700)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-10-27 Thread York Sun
Tom,

The following changes since commit ce0dea889a01d06bdc2d845fd03e90bcf8b49fec:

  Merge git://git.denx.de/u-boot-uniphier (2017-10-22 19:21:04 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-fsl-qoriq.git

for you to fetch changes up to 9b3f40ad092ff2633eefa7e8a4a713f71c9cb8cb:

  armv8: sec_firmware: Add support for loadables in FIT (2017-10-27
08:47:14 -0700)


Ashish Kumar (2):
  armv8: ls1088: Move CONFIG_ENV_IS_IN_SPI_FLASH to defconfig
  armv8: ls1088aqds: Change phy mode to PHY_INTERFACE_MODE_RGMII_ID

Prabhakar Kushwaha (1):
  driver: fsl-mc: use calloc instead malloc

Ran Wang (5):
  arm64: layerscape: Move CONFIG_HAS_FSL_XHCI_USB to Kconfig
  usb: host: Move CONFIG_XHCI_FSL to Kconfig
  arm: layerscape: Remove CONFIG_USB_MAX_CONTROLLER_COUNT
  armv8: ls1088ardb: Enable USB command RDB qspi-boot
  armv8: ls1088aqds: Enable USB command on QDS for qspi-boot

Sumit Garg (2):
  armv8: layerscape: Allocate 66 MB DDR for secure memory
  armv8: sec_firmware: Add support for loadables in FIT

York Sun (1):
  powerpc: mpc85xx: Implement CPU erratum A-007907 for secondary cores

Yuantian Tang (1):
  armv8: configs: ls1012a: correct the generic timer frequency

 arch/arm/cpu/armv8/fsl-layerscape/Kconfig |  7 ++
 arch/arm/cpu/armv8/fsl-layerscape/ppa.c   | 16 +++-
 arch/arm/cpu/armv8/sec_firmware.c | 92
++-
 arch/arm/dts/fsl-ls1088a.dtsi | 14 
 arch/arm/include/asm/arch-fsl-layerscape/config.h |  2 +-
 arch/arm/include/asm/armv8/sec_firmware.h |  4 +-
 arch/powerpc/cpu/mpc85xx/release.S|  6 ++
 board/freescale/ls1088a/eth_ls1088aqds.c  |  1 +
 configs/ls1088aqds_qspi_defconfig |  9 +++
 configs/ls1088ardb_qspi_defconfig |  9 +++
 drivers/net/fsl-mc/mc.c   | 39 +-
 drivers/net/ldpaa_eth/ls1088a.c   |  4 +-
 drivers/usb/host/Kconfig  |  6 ++
 include/configs/ls1012a_common.h  |  2 +-
 include/configs/ls1012afrdm.h | 10 ---
 include/configs/ls1012aqds.h  |  8 --
 include/configs/ls1012ardb.h  |  9 ---
 include/configs/ls1021aiot.h  |  8 --
 include/configs/ls1021aqds.h  |  8 --
 include/configs/ls1021atwr.h  |  8 --
 include/configs/ls1043aqds.h  |  7 --
 include/configs/ls1043ardb.h  |  9 ---
 include/configs/ls1046aqds.h  |  7 --
 include/configs/ls1046ardb.h  |  9 ---
 include/configs/ls1088aqds.h  |  1 -
 include/configs/ls1088ardb.h  |  1 -
 include/configs/ls2080aqds.h  |  7 --
 include/configs/ls2080ardb.h  |  7 --
 include/linux/usb/xhci-fsl.h  |  2 +-
 scripts/config_whitelist.txt  |  2 -
 30 files changed, 182 insertions(+), 132 deletions(-)

Thanks.

York
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-10-12 Thread Tom Rini
On Thu, Oct 12, 2017 at 02:51:21PM +, York Sun wrote:

> Tom,
> 
> The following changes since commit 39dd65a059e503883dbf16d4c00ac083d15837da:
> 
>   sandbox: Enable btrfs support (2017-10-03 08:44:55 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-fsl-qoriq.git
> 
> for you to fetch changes up to 23af484b0156baaafd578222d73513418df78f09:
> 
>   armv8: ls1043ardb_sdcard: prepare falcon boot (2017-10-09 08:48:45 -0700)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-10-12 Thread York Sun
Tom,

The following changes since commit 39dd65a059e503883dbf16d4c00ac083d15837da:

  sandbox: Enable btrfs support (2017-10-03 08:44:55 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-fsl-qoriq.git

for you to fetch changes up to 23af484b0156baaafd578222d73513418df78f09:

  armv8: ls1043ardb_sdcard: prepare falcon boot (2017-10-09 08:48:45 -0700)


Bogdan Purcareata (1):
  armv8: ls1088a: Update MC boot sequence

Fabio Estevam (1):
  armv7: ls1021aiot: Move CONFIG_CMD_BOOTZ to Kconfig

Gong Qianyu (1):
  armv8: ls1046aqds: Fix NAND offset for Fman ucode and env

Ran Wang (1):
  armv8: Apply workaround for USB erratum A-009007 to LS1088A

Sumit Garg (1):
  armv8: fsl-layerscape: Allocate Secure memory from first ddr region

York Sun (7):
  spl: fix assignment of board info to global data
  cmd: spl: fix compiling error when CONFIG_CMD_SPL_WRITE_SIZE not
defined
  armv8: fsl-layerscape: Avoid running dram_init_banksize again
  armv8: ls1043ardb: Use static DDR setting for SPL boot
  armv8: layerscape: Enable falcon boot
  armv8: ls1043ardb: Enable spl_board_init() function
  armv8: ls1043ardb_sdcard: prepare falcon boot

 arch/arm/cpu/armv8/fsl-layerscape/Kconfig  |   1 +
 arch/arm/cpu/armv8/fsl-layerscape/cpu.c|  77 ++--
 .../arm/cpu/armv8/fsl-layerscape/doc/README.falcon | 140
+
 arch/arm/cpu/armv8/fsl-layerscape/soc.c|   4 +-
 arch/arm/cpu/armv8/fsl-layerscape/spl.c|  26 
 arch/arm/include/asm/system.h  |   4 +-
 arch/arm/lib/spl.c |  11 ++
 board/freescale/ls1043ardb/ddr.c   |  46 +++
 board/freescale/ls1043ardb/ddr.h   |  69 ++
 board/freescale/ls1088a/eth_ls1088aqds.c   |  14 ++-
 board/freescale/ls1088a/eth_ls1088ardb.c   |  13 +-
 cmd/spl.c  |   2 +
 common/spl/spl.c   |  10 +-
 configs/ls1021aiot_qspi_defconfig  |   1 +
 configs/ls1021aiot_sdcard_defconfig|   1 +
 configs/ls1043ardb_nand_SECURE_BOOT_defconfig  |   1 +
 configs/ls1043ardb_nand_defconfig  |   1 +
 configs/ls1043ardb_sdcard_SECURE_BOOT_defconfig|   1 +
 configs/ls1043ardb_sdcard_defconfig|   2 +
 include/configs/ls1021aiot.h   |   1 -
 include/configs/ls1043a_common.h   |   7 +-
 include/configs/ls1043ardb.h   |  11 +-
 include/configs/ls1046a_common.h   |   2 +-
 include/configs/ls1046aqds.h   |   2 +-
 include/configs/ls1088a_common.h   |   6 +
 include/spl.h  |   1 +
 26 files changed, 387 insertions(+), 67 deletions(-)
 create mode 100644 arch/arm/cpu/armv8/fsl-layerscape/doc/README.falcon

Thanks.

York
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-09-24 Thread Tom Rini
On Sat, Sep 23, 2017 at 05:08:51AM +, York Sun wrote:

> Tom,
> 
> 
> The following changes since commit 91ebf300934461e450f5ef8f386ea9e55d2636c5:
> 
>Travis-CI: Checkout only v1.4.3 of dtc (2017-09-22 07:40:06 -0400)
> 
> are available in the git repository at:
> 
>git://git.denx.de/u-boot-fsl-qoriq.git
> 
> for you to fetch changes up to 09c6778d9f5c85c40d8a81722c98142975c2a01e:
> 
>armv8: ls1046ardb: disable PPA loading during SPL stage for SD boot 
> (2017-09-22 12:49:51 -0700)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-09-22 Thread York Sun
Tom,


The following changes since commit 91ebf300934461e450f5ef8f386ea9e55d2636c5:

   Travis-CI: Checkout only v1.4.3 of dtc (2017-09-22 07:40:06 -0400)

are available in the git repository at:

   git://git.denx.de/u-boot-fsl-qoriq.git

for you to fetch changes up to 09c6778d9f5c85c40d8a81722c98142975c2a01e:

   armv8: ls1046ardb: disable PPA loading during SPL stage for SD boot 
(2017-09-22 12:49:51 -0700)


Ashish Kumar (1):
   armv8: fsl-layerscape: Put SATA code under SATA configs

Bharat Bhushan (1):
   pci: layerscape: Fixup iommu-map for LS208xA

Priyanka Jain (2):
   board/ls2080ardb: Add mcmemsize variable in default env
   board/ls2080ardb: Update board env based on SoC

Santan Kumar (2):
   board/ls2080ardb: Remove CONFIG_DISPLAY_BOARDINFO_LATE
   board/ls2081ardb: Update QSPI flash type from n25q512a to s25fs512s

Sriram Dash (2):
   armv8: fsl: ifc: Put IFC related code under CONFIG_FSL_IFC
   armv8: fsl: i2c: Put I2C related code under CONFIG_SYS_I2C

Yangbo Lu (3):
   armv8: ls1043a: disable IFC in SPL only when QSPI is used
   armv8: ls1043ardb: disable PPA loading during SPL stage for SD boot
   armv8: ls1046ardb: disable PPA loading during SPL stage for SD boot

York Sun (1):
   armv7: ls1021a: Fix marco CONFIG_LS102XA

  arch/arm/cpu/armv8/fsl-layerscape/soc.c|  8 +++-
  arch/arm/dts/fsl-ls2081a-rdb.dts   |  4 ++--
  arch/arm/include/asm/arch-fsl-layerscape/cpu.h | 10 ++
  board/freescale/ls2080ardb/ls2080ardb.c| 12 
  configs/ls1043ardb_sdcard_defconfig|  1 -
  configs/ls1046ardb_sdcard_defconfig|  1 -
  drivers/pci/pcie_layerscape_fixup.c| 19 ++-
  include/configs/ls1043a_common.h   |  2 +-
  include/configs/ls2080ardb.h   |  8 ++--
  include/usb/ehci-ci.h  |  2 +-
  10 files changed, 49 insertions(+), 18 deletions(-)

Thanks.

York
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-09-12 Thread Tom Rini
On Tue, Sep 12, 2017 at 03:59:46PM +, York Sun wrote:

> Tom,
> 
> The following changes since commit 584f316f115df52fd09a6cf699b29dcf824b4da5:
> 
>   cmd: ide: Make the first device the default one (2017-09-10 12:27:43 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-fsl-qoriq.git 
> 
> for you to fetch changes up to 42f43aa25876d1c77002ee5f333ab36dcb01d719:
> 
>   armv8: fsl-layerscape: Add back L3 flushing for all exception levels 
> (2017-09-11 08:02:13 -0700)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-09-12 Thread York Sun
Tom,

The following changes since commit 584f316f115df52fd09a6cf699b29dcf824b4da5:

  cmd: ide: Make the first device the default one (2017-09-10 12:27:43 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-fsl-qoriq.git 

for you to fetch changes up to 42f43aa25876d1c77002ee5f333ab36dcb01d719:

  armv8: fsl-layerscape: Add back L3 flushing for all exception levels 
(2017-09-11 08:02:13 -0700)


Ashish Kumar (6):
  fsl-layerscape: Consolidate registers space defination for CCI-400 bus
  armv8: fsl-lsch3: Make CCN-504 related code conditional
  armv8: ls1088a: Add NXP LS1088A SoC support
  armv8: ls1088ardb: Add support for LS1088ARDB platform
  armv8: ls1088aqds: Add support of LS1088AQDS
  armv8: fsl-layerscape: Support to add RGMII for ls1088aqds

Hou Zhiqiang (3):
  armv8: ls1088a: fix the MMU table for pcie config space
  armv8: ls1088a: add PCIe dts node
  armv8: ls1088a: Enable PCIe in defconfigs

Prabhakar Kushwaha (1):
  armv8: ls1088aqds: Add support of EC1 and EC2

Priyanka Jain (1):
  drivers:net:fsl-mc: Update MC address calculation

Ran Wang (10):
  armv8: fsl: Use correct conditional compile for ls1012a
  armv8: Add scfg_clrsetbits_32(), scfg_clrbits_32()
  armv8: Add workaround for USB erratum A-009008
  armv8: Add workaround for USB erratum A-009798
  armv8: Add workaround for USB erratum A-008997
  armv8: Add workaround for USB erratum A-009007
  armv7: Add workaround for USB erratum A-009008
  armv7: Add workaround for USB erratum A-009798
  armv7: Add workaround for USB erratum A-008997
  armv7: Add workaround for USB erratum A-009007

Sumit Garg (1):
  SECURE_BOOT: Unify memory map for Layerscape based platforms

Suresh Gupta (1):
  armv8: fsl-layerscape: Fix final MMU table for QSPI and IFC

Udit Agarwal (2):
  LS2080ARDB: QSPI boot: Secure Boot image validation
  armv8: LS2080ARDB: Add secure boot defconfig for QSPI boot.

York Sun (7):
  tools: pblimage: Fix address calculation
  cmd: spl: Fix compiling warning
  spl: fit: Eanble GZIP support for image decompression
  spl: fit: Support both external and embedded data
  spl: fit: Add booting OS first
  armv8: fsl-layerscape: Fix MC reserved memory calculation
  armv8: fsl-layerscape: Add back L3 flushing for all exception levels

Zhao Qiang (1):
  QE: Set QE_IRAM_READY after uploading firmware

 README |  13 +
 arch/arm/Kconfig   |  27 +
 arch/arm/cpu/armv7/ls102xa/Kconfig |  36 ++
 arch/arm/cpu/armv7/ls102xa/soc.c   |  53 +-
 arch/arm/cpu/armv8/Kconfig |   1 +
 arch/arm/cpu/armv8/fsl-layerscape/Kconfig  | 113 +++-
 arch/arm/cpu/armv8/fsl-layerscape/Makefile |   4 +
 arch/arm/cpu/armv8/fsl-layerscape/cpu.c|  20 +-
 arch/arm/cpu/armv8/fsl-layerscape/doc/README.soc   |  43 +-
 arch/arm/cpu/armv8/fsl-layerscape/fdt.c|   2 +-
 .../cpu/armv8/fsl-layerscape/fsl_lsch3_serdes.c|  19 +
 arch/arm/cpu/armv8/fsl-layerscape/lowlevel.S   |  12 +-
 arch/arm/cpu/armv8/fsl-layerscape/ls1088a_serdes.c | 126 
 arch/arm/cpu/armv8/fsl-layerscape/soc.c| 122 +++-
 arch/arm/dts/Makefile  |   4 +-
 arch/arm/dts/fsl-ls1088a-qds.dts   |  70 +++
 arch/arm/dts/fsl-ls1088a-rdb.dts   |  40 ++
 arch/arm/dts/fsl-ls1088a.dtsi  | 126 
 arch/arm/include/asm/arch-fsl-layerscape/config.h  |  62 +-
 arch/arm/include/asm/arch-fsl-layerscape/cpu.h |  10 +-
 .../include/asm/arch-fsl-layerscape/fsl_serdes.h   |   4 +-
 .../include/asm/arch-fsl-layerscape/immap_lsch2.h  |  68 +-
 .../include/asm/arch-fsl-layerscape/immap_lsch3.h  |  34 +
 arch/arm/include/asm/arch-fsl-layerscape/soc.h |   8 +
 .../asm/arch-fsl-layerscape/stream_id_lsch3.h  |  14 +
 arch/arm/include/asm/arch-ls102xa/config.h |   1 -
 arch/arm/include/asm/arch-ls102xa/immap_ls102xa.h  |  64 +-
 arch/arm/include/asm/fsl_secure_boot.h |  59 +-
 board/freescale/ls1012afrdm/ls1012afrdm.c  |   4 +-
 board/freescale/ls1012aqds/ls1012aqds.c|   4 +-
 board/freescale/ls1012ardb/ls1012ardb.c|   3 +-
 board/freescale/ls1021aqds/ls1021aqds.c|   9 +-
 board/freescale/ls1088a/Kconfig|  31 +
 board/freescale/ls1088a/MAINTAINERS|  15 +
 board/freescale/ls1088a/Makefile   |  10 +
 board/freescale/ls1088a/README | 145 +
 board/freescale/ls1088a/ddr.c  | 102 +++
 board/freescale/ls1088a/ddr.h  |  49 ++
 board/freescale/ls1088a/eth_ls1088aqds.c   | 683 +
 board/freescale/ls1088a/eth_ls1088ardb.c   | 102 +++
 

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

2017-08-11 Thread Tom Rini
On Thu, Aug 10, 2017 at 03:34:49PM +, York Sun wrote:

> Tom,
> 
> The following changes since commit eaa90e5df2a4a1cb12fb73571978a9379242d0b5:
> 
>common/env_embedded.c: rename PPCENV/PPCTEXT macros (2017-08-04 
> 20:38:39 -0400)
> 
> are available in the git repository at:
> 
>git://git.denx.de/u-boot-fsl-qoriq.git
> 
> for you to fetch changes up to 1c83df6f3f95055ed1c8fb40d1d0604863eab78b:
> 
>armv8: ls2080a: Increase env sector size for qspi boot (2017-08-09 
> 09:57:33 -0700)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-08-11 Thread York Sun
On 08/11/2017 07:34 AM, Tom Rini wrote:
> On Fri, Aug 11, 2017 at 02:35:24AM +, York Sun wrote:
>> On 08/10/2017 07:18 PM, Tom Rini wrote:
>>> On Thu, Aug 10, 2017 at 03:34:49PM +, York Sun wrote:
>>>
 Tom,

 The following changes since commit 
 eaa90e5df2a4a1cb12fb73571978a9379242d0b5:

  common/env_embedded.c: rename PPCENV/PPCTEXT macros (2017-08-04
 20:38:39 -0400)

 are available in the git repository at:

  git://git.denx.de/u-boot-fsl-qoriq.git

 for you to fetch changes up to 1c83df6f3f95055ed1c8fb40d1d0604863eab78b:

  armv8: ls2080a: Increase env sector size for qspi boot (2017-08-09
 09:57:33 -0700)

>>>
>>> This seems to lead to a number of PowerPC boards failing, can you please
>>> throw this at travis-ci and fix the fallout?  See
>>> https://travis-ci.org/trini/u-boot/builds/263245350, thanks!
>>>
>>
>> I made sure the compiling was OK before request a pull. See
>> https://travis-ci.org/yorksun/u-boot/builds/262844095.
> 
> OK, confirmed, sorry for the noise!
> 

Glad it passed.

York
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-08-11 Thread Tom Rini
On Fri, Aug 11, 2017 at 02:35:24AM +, York Sun wrote:
> On 08/10/2017 07:18 PM, Tom Rini wrote:
> > On Thu, Aug 10, 2017 at 03:34:49PM +, York Sun wrote:
> > 
> >> Tom,
> >>
> >> The following changes since commit 
> >> eaa90e5df2a4a1cb12fb73571978a9379242d0b5:
> >>
> >> common/env_embedded.c: rename PPCENV/PPCTEXT macros (2017-08-04
> >> 20:38:39 -0400)
> >>
> >> are available in the git repository at:
> >>
> >> git://git.denx.de/u-boot-fsl-qoriq.git
> >>
> >> for you to fetch changes up to 1c83df6f3f95055ed1c8fb40d1d0604863eab78b:
> >>
> >> armv8: ls2080a: Increase env sector size for qspi boot (2017-08-09
> >> 09:57:33 -0700)
> >>
> > 
> > This seems to lead to a number of PowerPC boards failing, can you please
> > throw this at travis-ci and fix the fallout?  See
> > https://travis-ci.org/trini/u-boot/builds/263245350, thanks!
> > 
> 
> I made sure the compiling was OK before request a pull. See 
> https://travis-ci.org/yorksun/u-boot/builds/262844095.

OK, confirmed, sorry for the noise!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-08-11 Thread Tom Rini
On Fri, Aug 11, 2017 at 02:35:24AM +, York Sun wrote:

> On 08/10/2017 07:18 PM, Tom Rini wrote:
> > On Thu, Aug 10, 2017 at 03:34:49PM +, York Sun wrote:
> > 
> >> Tom,
> >>
> >> The following changes since commit 
> >> eaa90e5df2a4a1cb12fb73571978a9379242d0b5:
> >>
> >> common/env_embedded.c: rename PPCENV/PPCTEXT macros (2017-08-04
> >> 20:38:39 -0400)
> >>
> >> are available in the git repository at:
> >>
> >> git://git.denx.de/u-boot-fsl-qoriq.git
> >>
> >> for you to fetch changes up to 1c83df6f3f95055ed1c8fb40d1d0604863eab78b:
> >>
> >> armv8: ls2080a: Increase env sector size for qspi boot (2017-08-09
> >> 09:57:33 -0700)
> >>
> > 
> > This seems to lead to a number of PowerPC boards failing, can you please
> > throw this at travis-ci and fix the fallout?  See
> > https://travis-ci.org/trini/u-boot/builds/263245350, thanks!
> > 
> 
> I made sure the compiling was OK before request a pull. See 
> https://travis-ci.org/yorksun/u-boot/builds/262844095.
> 
> Your travis build is still on-going. I will check a little bit later.

I had re-started some of the failing jobs on the off-chance it was
something else going wrong.  I'm re-trying just the QorIQ PR right now,
thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-08-10 Thread York Sun
On 08/10/2017 07:18 PM, Tom Rini wrote:
> On Thu, Aug 10, 2017 at 03:34:49PM +, York Sun wrote:
> 
>> Tom,
>>
>> The following changes since commit eaa90e5df2a4a1cb12fb73571978a9379242d0b5:
>>
>> common/env_embedded.c: rename PPCENV/PPCTEXT macros (2017-08-04
>> 20:38:39 -0400)
>>
>> are available in the git repository at:
>>
>> git://git.denx.de/u-boot-fsl-qoriq.git
>>
>> for you to fetch changes up to 1c83df6f3f95055ed1c8fb40d1d0604863eab78b:
>>
>> armv8: ls2080a: Increase env sector size for qspi boot (2017-08-09
>> 09:57:33 -0700)
>>
> 
> This seems to lead to a number of PowerPC boards failing, can you please
> throw this at travis-ci and fix the fallout?  See
> https://travis-ci.org/trini/u-boot/builds/263245350, thanks!
> 

I made sure the compiling was OK before request a pull. See 
https://travis-ci.org/yorksun/u-boot/builds/262844095.

Your travis build is still on-going. I will check a little bit later.

York
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-08-10 Thread Tom Rini
On Thu, Aug 10, 2017 at 03:34:49PM +, York Sun wrote:

> Tom,
> 
> The following changes since commit eaa90e5df2a4a1cb12fb73571978a9379242d0b5:
> 
>common/env_embedded.c: rename PPCENV/PPCTEXT macros (2017-08-04 
> 20:38:39 -0400)
> 
> are available in the git repository at:
> 
>git://git.denx.de/u-boot-fsl-qoriq.git
> 
> for you to fetch changes up to 1c83df6f3f95055ed1c8fb40d1d0604863eab78b:
> 
>armv8: ls2080a: Increase env sector size for qspi boot (2017-08-09 
> 09:57:33 -0700)
> 

This seems to lead to a number of PowerPC boards failing, can you please
throw this at travis-ci and fix the fallout?  See
https://travis-ci.org/trini/u-boot/builds/263245350, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-08-10 Thread York Sun
Tom,

The following changes since commit eaa90e5df2a4a1cb12fb73571978a9379242d0b5:

   common/env_embedded.c: rename PPCENV/PPCTEXT macros (2017-08-04 
20:38:39 -0400)

are available in the git repository at:

   git://git.denx.de/u-boot-fsl-qoriq.git

for you to fetch changes up to 1c83df6f3f95055ed1c8fb40d1d0604863eab78b:

   armv8: ls2080a: Increase env sector size for qspi boot (2017-08-09 
09:57:33 -0700)


Alison Wang (1):
   dm: arm: ls1021a: Move to driver model for USB

Hou Zhiqiang (4):
   armv8/fsl-lsch2: correct the config description of DSPI clock divider
   fsl-lsch2: csu: remove multiple calling function
   PCI: layerscape: Fix assigning wrong address to LS2088A pcie cfg1 
space
   fsl-lsch2: csu: correct the workaround A-010315

Qianyu Gong (1):
   armv8: ls1046ardb: update core frequency to 1800MHZ

Rajesh Bhagat (1):
   config: ls1012aqds: Enable USB EHCI support for ls1012aqds

Santan Kumar (5):
   board/ls2080ardb: Disable SD-related GPIO programming
   board:ls2080ardb: Update execution of config_board_mux
   board: ls2080ardb: Add fsl_fdt_fixup_flash
   driver: net: fsl-mc: fsl_mc_ldpaa_exit exit earlier if dpl applied
   armv8: ls2080a: Increase env sector size for qspi boot

Yang Li (1):
   mmc: fsl_esdhc: not always setting esdhc fdt status to okay

York Sun (1):
   driver: mmc: fsl_esdhc: Fix compiling warning

  arch/arm/cpu/armv8/fsl-layerscape/Kconfig  |  2 +-
  .../include/asm/arch-fsl-layerscape/immap_lsch2.h  |  1 +
  board/freescale/common/ns_access.c | 20 +++---
  board/freescale/ls1021aiot/ls1021aiot.c|  4 --
  board/freescale/ls1021atwr/ls1021atwr.c|  1 -
  board/freescale/ls1046aqds/ls1046aqds.c|  4 --
  board/freescale/ls1046ardb/ls1046ardb.c|  4 --
  board/freescale/ls1046ardb/ls1046ardb_rcw_emmc.cfg |  2 +-
  board/freescale/ls1046ardb/ls1046ardb_rcw_sd.cfg   |  2 +-
  board/freescale/ls2080ardb/ls2080ardb.c| 71 
+-
  configs/ls1021aqds_nand_defconfig  |  1 +
  configs/ls1021aqds_nor_SECURE_BOOT_defconfig   |  1 +
  configs/ls1021aqds_qspi_defconfig  |  1 +
  configs/ls1021aqds_sdcard_ifc_defconfig|  1 +
  configs/ls1021aqds_sdcard_qspi_defconfig   |  1 +
  configs/ls1021atwr_nor_SECURE_BOOT_defconfig   |  1 +
  configs/ls1021atwr_nor_defconfig   |  1 +
  configs/ls1021atwr_nor_lpuart_defconfig|  1 +
  configs/ls1021atwr_qspi_defconfig  |  1 +
  .../ls1021atwr_sdcard_ifc_SECURE_BOOT_defconfig|  1 +
  configs/ls1021atwr_sdcard_ifc_defconfig|  1 +
  configs/ls1021atwr_sdcard_qspi_defconfig   |  1 +
  drivers/mmc/fsl_esdhc.c|  4 +-
  drivers/net/fsl-mc/mc.c| 11 +++-
  drivers/pci/pcie_layerscape.c  |  3 +
  include/configs/ls1012aqds.h   |  2 +
  include/configs/ls2080a_common.h   |  2 +-
  include/fsl_csu.h  |  2 +-
  include/usb/ehci-ci.h  |  2 +-
  29 files changed, 88 insertions(+), 61 deletions(-)

Thanks.

York
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-08-03 Thread Tom Rini
On Tue, Aug 01, 2017 at 10:56:45PM +, York Sun wrote:

> Tom,
> 
> The following changes since commit f19955a01482d118eac0fdaf530ec6e5b08cf414:
> 
>Merge git://git.denx.de/u-boot-uniphier (2017-07-26 11:29:25 -0400)
> 
> are available in the git repository at:
> 
>git://git.denx.de/u-boot-fsl-qoriq.git 
> ec85721c8b94f9eb6807ebb15a223e4ec49a092a
> 
> for you to fetch changes up to ec85721c8b94f9eb6807ebb15a223e4ec49a092a:
> 
>arm64: ls2088ardb: Add distro secure boot support (2017-08-01 
> 08:28:57 -0700)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-08-01 Thread Bin Meng
Hi York,

On Wed, Aug 2, 2017 at 6:56 AM, York Sun  wrote:
> Tom,
>
> The following changes since commit f19955a01482d118eac0fdaf530ec6e5b08cf414:
>
>Merge git://git.denx.de/u-boot-uniphier (2017-07-26 11:29:25 -0400)
>
> are available in the git repository at:
>
>git://git.denx.de/u-boot-fsl-qoriq.git
> ec85721c8b94f9eb6807ebb15a223e4ec49a092a
>
> for you to fetch changes up to ec85721c8b94f9eb6807ebb15a223e4ec49a092a:
>
>arm64: ls2088ardb: Add distro secure boot support (2017-08-01
> 08:28:57 -0700)
>
> 
> Alexander Stein (1):
>spi: fsl_qspi: Pet watchdog even more
>
> Alison Wang (2):
>arm: ls1021atwr: Add distro boot support
>armv8: Remove duplicate definition for IH_ARCH_ARM and IH_ARCH_ARM64

It looks Alison's DM USB patch is not applied?

http://patchwork.ozlabs.org/patch/785387/

Regards,
Bin
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-08-01 Thread York Sun
Tom,

The following changes since commit f19955a01482d118eac0fdaf530ec6e5b08cf414:

   Merge git://git.denx.de/u-boot-uniphier (2017-07-26 11:29:25 -0400)

are available in the git repository at:

   git://git.denx.de/u-boot-fsl-qoriq.git 
ec85721c8b94f9eb6807ebb15a223e4ec49a092a

for you to fetch changes up to ec85721c8b94f9eb6807ebb15a223e4ec49a092a:

   arm64: ls2088ardb: Add distro secure boot support (2017-08-01 
08:28:57 -0700)


Alexander Stein (1):
   spi: fsl_qspi: Pet watchdog even more

Alison Wang (2):
   arm: ls1021atwr: Add distro boot support
   armv8: Remove duplicate definition for IH_ARCH_ARM and IH_ARCH_ARM64

Qianyu Gong (2):
   armv8: ls1046a: move CONFIG_CMD_USB to defconfig
   arm64: ls1046ardb: Add distro boot support

Santan Kumar (3):
   board/ls2080aqds, SD-boot: Update env offset
   fsl/usb: enable errata-a010151 for ls2088a and ls2081a
   soc/fsl-layerscape: Update SVR number for LS2081A and LS2041A

Shengzhou Liu (1):
   arm64: ls1043ardb: Add distro boot support

Sumit Garg (3):
   arm64: ls1043ardb: Add distro secure boot support
   arm64: ls1046ardb: Add distro secure boot support
   arm: ls1021atwr: Add distro secure boot support

VINITHA PILLAI (1):
   arm64: ls2088ardb: Add distro secure boot support

Zhang Ying-22455 (1):
   arm64: ls2088ardb: Add distro boot support

  arch/arm/cpu/armv8/fsl-layerscape/lowlevel.S   |   8 +-
  arch/arm/cpu/armv8/fsl-layerscape/mp.c |  11 +-
  arch/arm/include/asm/arch-fsl-layerscape/mp.h  |  13 +-
  arch/arm/include/asm/arch-fsl-layerscape/soc.h |   4 +-
  board/freescale/common/fsl_chain_of_trust.c|   6 +
  configs/ls1021atwr_nor_SECURE_BOOT_defconfig   |   1 +
  configs/ls1021atwr_nor_defconfig   |   1 +
  .../ls1021atwr_sdcard_ifc_SECURE_BOOT_defconfig|   1 +
  configs/ls1021atwr_sdcard_ifc_defconfig|   1 +
  configs/ls1021atwr_sdcard_qspi_defconfig   |   1 +
  configs/ls1043ardb_SECURE_BOOT_defconfig   |   1 +
  configs/ls1043ardb_defconfig   |   1 +
  configs/ls1043ardb_sdcard_SECURE_BOOT_defconfig|   1 +
  configs/ls1043ardb_sdcard_defconfig|   1 +
  configs/ls1046aqds_SECURE_BOOT_defconfig   |   1 +
  configs/ls1046aqds_defconfig   |   1 +
  configs/ls1046aqds_lpuart_defconfig|   1 +
  configs/ls1046aqds_nand_defconfig  |   1 +
  configs/ls1046aqds_qspi_defconfig  |   1 +
  configs/ls1046aqds_sdcard_ifc_defconfig|   1 +
  configs/ls1046aqds_sdcard_qspi_defconfig   |   1 +
  configs/ls1046ardb_emmc_defconfig  |   1 +
  configs/ls1046ardb_qspi_SECURE_BOOT_defconfig  |   2 +
  configs/ls1046ardb_qspi_defconfig  |   2 +
  configs/ls1046ardb_sdcard_SECURE_BOOT_defconfig|   2 +
  configs/ls1046ardb_sdcard_defconfig|   2 +
  configs/ls2080ardb_defconfig   |   1 +
  configs/ls2088ardb_qspi_defconfig  |   1 +
  drivers/pci/pcie_layerscape.h  |   4 +-
  drivers/spi/fsl_qspi.c |   8 ++
  drivers/usb/common/fsl-errata.c|   4 +
  include/configs/ls1021atwr.h   | 117 ++-
  include/configs/ls1043a_common.h   |  79 --
  include/configs/ls1046a_common.h   |  60 +++-
  include/configs/ls1046aqds.h   |   2 +-
  include/configs/ls1046ardb.h   |   8 +-
  include/configs/ls2080aqds.h   |   2 +-
  include/configs/ls2080ardb.h   | 160 
+++--
  38 files changed, 394 insertions(+), 119 deletions(-)

Thanks.

York
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-06-02 Thread york sun
Tom,

The following changes since commit 380e86f361e4e2aef83295972863654fde157560:

   Merge git://git.denx.de/u-boot-fsl-qoriq (2017-05-26 11:19:27 -0400)

are available in the git repository at:

   git://git.denx.de/u-boot-fsl-qoriq.git

for you to fetch changes up to 8d75d52878514e23e0bd9c30743255570d05409c:

   armv8: ls1046ardb: Enable loading PPA during SPL stage for SD boot 
(2017-06-01 19:57:24 -0700)


Bogdan Purcareata (2):
   drivers: net: fsl-mc: Link MC boot to PHY_RESET_R
   drivers: net: fsl-mc: Include MAC addr fixup to DPL

Santan Kumar (2):
   armv8: ls2080a: Reorganise NAND_BOOT code in config flag
   armv8: ls2080aqds: Add support for SD boot

York Sun (5):
   armv8: layerscape: Make U-Boot EL2 safe
   armv8: layerscape: Enabling loading PPA during SPL stage
   armv8: ls1043ardb: Enable loading PPA during SPL stage for SD boot
   armv8: ls1046a: Enable spl_board_init() function
   armv8: ls1046ardb: Enable loading PPA during SPL stage for SD boot

Zhao Qiang (1):
   QE: add QE support on SD boot

  arch/arm/cpu/armv8/fsl-layerscape/Kconfig  |  13 +
  arch/arm/cpu/armv8/fsl-layerscape/cpu.c|  17 +-
  .../cpu/armv8/fsl-layerscape/fsl_lsch3_serdes.c|   6 +-
  arch/arm/cpu/armv8/fsl-layerscape/lowlevel.S   |  16 +-
  arch/arm/cpu/armv8/fsl-layerscape/ppa.c|   7 +
  arch/arm/cpu/armv8/fsl-layerscape/soc.c|  16 +-
  arch/arm/cpu/armv8/fsl-layerscape/spl.c|  41 ++-
  arch/arm/cpu/armv8/sec_firmware.c  |   2 +-
  arch/arm/cpu/armv8/start.S |   3 +
  arch/arm/include/asm/arch-fsl-layerscape/config.h  |   1 +
  board/freescale/common/ns_access.c |   5 +-
  board/freescale/ls2080a/ls2080a.c  |  12 +-
  board/freescale/ls2080aqds/MAINTAINERS |   1 +
  board/freescale/ls2080aqds/README  |  13 +
  board/freescale/ls2080aqds/eth.c   |  18 +-
  board/freescale/ls2080aqds/ls2080aqds.c|   4 +-
  board/freescale/ls2080ardb/eth_ls2080rdb.c |  15 +-
  configs/ls1043ardb_sdcard_defconfig|   1 +
  configs/ls1046aqds_nand_defconfig  |   1 +
  configs/ls1046aqds_sdcard_ifc_defconfig|   1 +
  configs/ls1046aqds_sdcard_qspi_defconfig   |   1 +
  configs/ls1046ardb_emmc_defconfig  |   1 +
  configs/ls1046ardb_sdcard_SECURE_BOOT_defconfig|   1 +
  configs/ls1046ardb_sdcard_defconfig|   2 +
  configs/ls2080aqds_nand_defconfig  |   1 +
  configs/ls2080aqds_sdcard_defconfig|  56 +
  configs/ls2080ardb_nand_defconfig  |   1 +
  drivers/net/fsl-mc/mc.c| 274 
-
  drivers/qe/qe.c|  36 ++-
  include/configs/ls1021aqds.h   |   1 +
  include/configs/ls1021atwr.h   |   1 +
  include/configs/ls1043a_common.h   |   2 +
  include/configs/ls1043ardb.h   |   4 +-
  include/configs/ls2080a_common.h   |  14 ++
  include/configs/ls2080aqds.h   |  29 ++-
  include/fsl-mc/fsl_mc.h|   1 +
  36 files changed, 515 insertions(+), 103 deletions(-)
  create mode 100644 configs/ls2080aqds_sdcard_defconfig

Thanks.

York
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-04-26 Thread Tom Rini
On Tue, Apr 25, 2017 at 08:44:10AM -0700, York Sun wrote:

> Tom,
> 
> The following changes since commit 3c476d841daa491f87c8f07851038afbdf4d90a8:
> 
>   Merge git://git.denx.de/u-boot-fsl-qoriq (2017-04-18 11:36:06 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-fsl-qoriq.git
> 
> for you to fetch changes up to fedebf0d08a7aa152f8f27de1d40eb036557c11b:
> 
>   armv8: layerscape: Fix DDR size calcuation for SPL build
> (2017-04-24 09:07:12 -0700)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-04-25 Thread York Sun

Tom,

The following changes since commit 3c476d841daa491f87c8f07851038afbdf4d90a8:

  Merge git://git.denx.de/u-boot-fsl-qoriq (2017-04-18 11:36:06 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-fsl-qoriq.git

for you to fetch changes up to fedebf0d08a7aa152f8f27de1d40eb036557c11b:

  armv8: layerscape: Fix DDR size calcuation for SPL build (2017-04-24 
09:07:12 -0700)



Alison Wang (1):
  arm: ls1021atwr: Enable RGMII TX/RX clock internal delay for AR8033

Hou Zhiqiang (3):
  armv8: ls1043aqds: Integrate FSL PPA
  armv8: ls1043aqds: enable FSL PPA
  armv8: ls1046aqds: Integrate FSL PPA

Santan Kumar (1):
  armv8: ls2080ardb: Add phy number for serdes1 protocol 0x4b

Sumit Garg (3):
  armv8: fsl-layerscape: Support loading PPA header from eMMC/SD 
and NAND Flash

  armv8: fsl-layerscape: Add validation of PPA image from NAND and SD
  armv8: ls104xardb: Secure Boot: enable PPA support for eMMC/SD 
and NAND boot


York Sun (1):
  armv8: layerscape: Fix DDR size calcuation for SPL build

Yuantian Tang (1):
  arm: psci: make psci usable on single core socs

 arch/arm/cpu/armv8/cpu-dt.c | 13 ++---
 arch/arm/cpu/armv8/fsl-layerscape/Kconfig   | 10 
 arch/arm/cpu/armv8/fsl-layerscape/cpu.c | 35 ++--
 arch/arm/cpu/armv8/fsl-layerscape/ppa.c | 72 
-

 arch/arm/cpu/armv8/sec_firmware.c   |  2 +-
 arch/arm/include/asm/arch-fsl-layerscape/mp.h   |  4 ++
 arch/arm/include/asm/armv8/sec_firmware.h   |  7 +++
 board/freescale/ls1021atwr/ls1021atwr.c |  1 +
 board/freescale/ls1043aqds/ddr.c|  4 +-
 board/freescale/ls1043aqds/ls1043aqds.c |  5 ++
 board/freescale/ls1046aqds/ddr.c|  4 +-
 board/freescale/ls1046aqds/ls1046aqds.c |  5 ++
 board/freescale/ls1046ardb/ddr.c|  4 +-
 board/freescale/ls2080ardb/eth_ls2080rdb.c  |  7 +++
 configs/ls1043aqds_defconfig|  1 +
 configs/ls1043aqds_lpuart_defconfig |  1 +
 configs/ls1043aqds_nand_defconfig   |  1 +
 configs/ls1043aqds_nor_ddr3_defconfig   |  1 +
 configs/ls1043aqds_qspi_defconfig   |  1 +
 configs/ls1043aqds_sdcard_ifc_defconfig |  1 +
 configs/ls1043aqds_sdcard_qspi_defconfig|  1 +
 configs/ls1043ardb_nand_SECURE_BOOT_defconfig   |  1 +
 configs/ls1043ardb_sdcard_SECURE_BOOT_defconfig |  1 +
 configs/ls1046ardb_sdcard_SECURE_BOOT_defconfig |  1 +
 24 files changed, 148 insertions(+), 35 deletions(-)

Thanks.

York
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-04-19 Thread Tom Rini
On Tue, Apr 18, 2017 at 08:32:48AM -0700, York Sun wrote:

> Tom,
> 
> The following changes since commit 3fea95369850987de15a2a0ac009d05e13b90246:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-video
> (2017-04-14 22:05:17 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-fsl-qoriq.git
> 
> for you to fetch changes up to e0dfec863e2ca5088dd797a5b6853d4c0df9002c:
> 
>   powerpc/board/t1024rdb: enable board-level reset when issuing
> reset command (2017-04-17 09:03:30 -0700)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-04-18 Thread York Sun

Tom,

The following changes since commit 3fea95369850987de15a2a0ac009d05e13b90246:

  Merge branch 'master' of git://git.denx.de/u-boot-video (2017-04-14 
22:05:17 -0400)


are available in the git repository at:

  git://git.denx.de/u-boot-fsl-qoriq.git

for you to fetch changes up to e0dfec863e2ca5088dd797a5b6853d4c0df9002c:

  powerpc/board/t1024rdb: enable board-level reset when issuing reset 
command (2017-04-17 09:03:30 -0700)



Ashish kumar (1):
  armv8: fsl-lsch3: Instantiate TZASC configuration in 2 groups

Ruchika Gupta (4):
  arm: ls1043ardb: Add SD secure boot target
  arm: ls1043ardb: Add NAND secure boot target
  arm: ls1046ardb: Add SD secure boot target
  powerpc: e6500: Lock/unlock 1 cache instead of L1 as init_ram

Santan Kumar (1):
  armv8: ls2080a: Add serdes2 protocol 0x51 support

Shengzhou Liu (2):
  arm64/ls1046a: Enable ERRATUM_A008850 for ls1046a SoC
  powerpc/board/t1024rdb: enable board-level reset when issuing 
reset command


Sumit Garg (3):
  armv8: ls1043ardb: SPL size reduction
  armv8: ls1046ardb: SPL size reduction
  armv8: LS1046AQDS: Add NOR Secure Boot Target

Thomas Schaefer (1):
  drivers: ddr: fsl: fix unused-const-variable warnings

VINITHA PILLAI (1):
  powerpc: T1042RDB: SECURE BOOT: Remove CONFIG_CMD_BLOB from SPL 
compilation


Vinitha Pillai-B57223 (6):
  armv8: fsl-layerscape: SECURE BOOT: Add header address of PPA in 
kconfig

  armv8: LS1043ARDB: Enable PPA in Secure boot defconfig
  armv8: SECURE_BOOT: Enable chain of trust on LS1046A platform
  armv8: LS1046ARDB: Add QSPI Secure Boot target
  armv8: SECURE_BOOT: Enable chain of trust on LS1012A platform
  armv8: LS1012ARDB: Add QSPI Secure Boot target

Yangbo Lu (1):
  armv8/fsl-layerscape: fdt: avoid incorrect fixing with 
CONFIG_SYS_CLK_FREQ


York Sun (3):
  armv8: ls2080a: Drop macro CONFIG_LS2080A
  armv8: ls1043a: Drop macro CONFIG_LS1043A
  armv7: ls1021a: Drop macro CONFIG_LS102XA

tang yuantian (1):
  armv8: ls1046aqds: enable ppa in default config

 arch/arm/cpu/armv7/Makefile|  2 +-
 arch/arm/cpu/armv8/fsl-layerscape/Kconfig  | 23 +++
 arch/arm/cpu/armv8/fsl-layerscape/Makefile |  4 +-
 arch/arm/cpu/armv8/fsl-layerscape/cpu.c|  6 +-
 arch/arm/cpu/armv8/fsl-layerscape/fdt.c|  4 +-
 arch/arm/cpu/armv8/fsl-layerscape/lowlevel.S   | 26 
 arch/arm/cpu/armv8/fsl-layerscape/ls2080a_serdes.c |  1 +
 arch/arm/cpu/armv8/fsl-layerscape/ppa.c|  2 +-
 arch/arm/cpu/armv8/fsl-layerscape/spl.c| 20 +-
 arch/arm/dts/Makefile  |  2 +-
 arch/arm/include/asm/arch-fsl-layerscape/config.h  | 13 ++--
 arch/arm/include/asm/arch-fsl-layerscape/cpu.h |  2 +-
 .../include/asm/arch-fsl-layerscape/fsl_serdes.h   |  2 +-
 arch/arm/include/asm/arch-ls102xa/config.h |  2 +-
 arch/arm/include/asm/config.h  |  2 +-
 arch/arm/include/asm/fsl_secure_boot.h | 53 ++--
 arch/powerpc/cpu/mpc85xx/start.S   |  6 +-
 arch/powerpc/include/asm/fsl_secure_boot.h |  2 +-
 board/freescale/common/arm_sleep.c |  6 +-
 board/freescale/common/fsl_chain_of_trust.c|  2 +-
 board/freescale/common/fsl_validate.c  |  6 +-
 board/freescale/ls1012ardb/MAINTAINERS |  4 ++
 board/freescale/ls1012ardb/ls1012ardb.c|  5 ++
 board/freescale/ls1043aqds/Makefile|  2 +
 board/freescale/ls1043ardb/MAINTAINERS |  2 +
 board/freescale/ls1043ardb/Makefile|  4 +-
 board/freescale/ls1043ardb/ls1043ardb.c| 18 +++---
 board/freescale/ls1046aqds/MAINTAINERS |  4 ++
 board/freescale/ls1046aqds/Makefile|  2 +
 board/freescale/ls1046aqds/ls1046aqds.c| 19 ++
 board/freescale/ls1046ardb/Kconfig |  2 +-
 board/freescale/ls1046ardb/MAINTAINERS | 10 +++
 board/freescale/ls1046ardb/Makefile|  4 +-
 board/freescale/ls1046ardb/ls1046ardb.c| 35 ---
 board/freescale/t102xrdb/t102xrdb.c|  7 +++
 configs/ls1012ardb_qspi_SECURE_BOOT_defconfig  | 48 +++
 configs/ls1043ardb_SECURE_BOOT_defconfig   |  1 +
 configs/ls1043ardb_nand_SECURE_BOOT_defconfig  | 57 +
 configs/ls1043ardb_sdcard_SECURE_BOOT_defconfig| 57 +
 configs/ls1043ardb_sdcard_defconfig|  1 -
 configs/ls1046aqds_SECURE_BOOT_defconfig   | 39 
 configs/ls1046aqds_defconfig   |  1 +
 configs/ls1046aqds_lpuart_defconfig|  1 +
 configs/ls1046aqds_nand_defconfig  |  1 +
 configs/ls1046aqds_qspi_defconfig  |  1 +
 configs/ls1046aqds_sdcard_ifc_defconfig  

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

2017-04-04 Thread Tom Rini
On Tue, Mar 28, 2017 at 06:02:35PM +, york sun wrote:

> Tom,
> 
> The following changes since commit 5cf618ee60a752d058a767372ca1ecb8d9c09b16:
> 
>Merge git://git.denx.de/u-boot-arc (2017-03-24 08:19:30 -0400)
> 
> are available in the git repository at:
> 
>git://git.denx.de/u-boot-fsl-qoriq.git
> 
> for you to fetch changes up to 78be6222b01efa12d9267876ad1d1d0daf38dfa0:
> 
>pcie-layerscape: Fixup iommu-map property of pci node (2017-03-28 
> 10:54:09 -0700)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-03-28 Thread york sun
Tom,

The following changes since commit 5cf618ee60a752d058a767372ca1ecb8d9c09b16:

   Merge git://git.denx.de/u-boot-arc (2017-03-24 08:19:30 -0400)

are available in the git repository at:

   git://git.denx.de/u-boot-fsl-qoriq.git

for you to fetch changes up to 78be6222b01efa12d9267876ad1d1d0daf38dfa0:

   pcie-layerscape: Fixup iommu-map property of pci node (2017-03-28 
10:54:09 -0700)


Ashish kumar (1):
   armv8: fsl-lsch3: Conditionally apply workaround for erratum a0009203

Bharat Bhushan (7):
   armv8: fsl-lsch3: rename ls2080a_stream_id.h to stream_id_lsch3.h
   armv8: fsl-lsch3: Rewrite comment for stream IDs
   arvm8: pcie-layerscape: Define stream-ids for Layerscape Chassis-2
   armv8: fsl-lsch2: Use Chassis-2 streamid definition for ls1046a
   armv8: fsl-lsch2: Use Chassis-2 streamid definition for ls1012a
   pcie-layerscape: Initialize pci-lut for NXP chasis-2 socs
   pcie-layerscape: Fixup iommu-map property of pci node

Hou Zhiqiang (9):
   fsl-layerscape/ppa: cleanup ppa.h
   pci: layerscape: enable PCIe config ready
   pci: layerscape: add LS2088A series SoC pcie support
   pci: layerscape: Fixup device tree node for ls2088a
   mtd: nand: add initialization flag
   mtd: nand: remove nand size print from nand_init function
   fsl: PPA: add support PPA image loading from NAND and SD
   armv8: Kconfig: fsl-ppa: support load PPA from eMMC/SD and NAND Flash
   fsl-layerscape/ls104xardb: enable PPA support for eMMC/SD and 
NAND boot

Prabhakar Kushwaha (2):
   arm: fsl-layerscape: Move QSGMII wriop_init to SoC file
   armv8:fsl-layerscape: Avoid RCWSR28 register hard-coding

Priyanka Jain (1):
   armv8/fsl-layerscape: Update erratum A009635 implementation

Santan Kumar (2):
   armv8: ls2080ardb, ls2080aqds: Add mcmemsize in default env setting
   board: freescale: ls2080a/ls2088a: Enable PPA

Suresh Gupta (2):
   spi: fsl_qspi: Add support for single chip select
   armv8: dts: fsl-ls1012a: Change number of CS in SPI node

Udit Agarwal (3):
   armv8: lsch3: SECURE_BOOT: Define CONFIG_SYS_LS_PPA_ESBC_ADDR for 
LS2080A
   armv8: LS2080A: Move sec_init to board_init
   fsl: Secure Boot: Enable IE (Key extention) Feature

Wenbin Song (1):
   armv8: ls1043a/ls1046aqds: fix the offsets of MTD partitions on 
NOR flash

Yingxi Yu (1):
   armv8/fsl-layerscape: fdt: Skip checking USB clock on LS1012A

yuan linyu (1):
   tools: plbimage support generate rcw file

  arch/arm/cpu/armv8/fsl-layerscape/Kconfig  |  20 +++
  arch/arm/cpu/armv8/fsl-layerscape/cpu.c|  55 +++-
  arch/arm/cpu/armv8/fsl-layerscape/fdt.c|   3 +-
  .../cpu/armv8/fsl-layerscape/fsl_lsch3_serdes.c|  53 
  arch/arm/cpu/armv8/fsl-layerscape/ppa.c| 143 
-
  arch/arm/cpu/armv8/fsl-layerscape/soc.c|   4 +
  arch/arm/dts/fsl-ls1012a.dtsi  |   2 +-
  .../include/asm/arch-fsl-layerscape/fsl_serdes.h   |   8 +-
  .../include/asm/arch-fsl-layerscape/immap_lsch3.h  |   9 ++
  arch/arm/include/asm/arch-fsl-layerscape/ppa.h |   7 +-
  .../asm/arch-fsl-layerscape/stream_id_lsch2.h  |  63 +
  .../{ls2080a_stream_id.h => stream_id_lsch3.h} |  15 ++-
  arch/arm/include/asm/armv8/sec_firmware.h  |   4 -
  arch/arm/include/asm/fsl_secure_boot.h |   8 +-
  board/freescale/common/fsl_validate.c  |  88 ++---
  board/freescale/ls1043ardb/ls1043ardb.c|   2 -
  board/freescale/ls2080aqds/ls2080aqds.c|  13 +-
  board/freescale/ls2080ardb/ls2080ardb.c|  11 +-
  common/board_r.c   |   1 +
  configs/ls1043ardb_nand_defconfig  |   1 +
  configs/ls1043ardb_sdcard_defconfig|   1 +
  configs/ls1046ardb_emmc_defconfig  |   1 +
  configs/ls1046ardb_sdcard_defconfig|   1 +
  configs/ls2080aqds_defconfig   |   1 +
  configs/ls2080ardb_defconfig   |   1 +
  drivers/mtd/nand/nand.c|  17 ++-
  drivers/net/ldpaa_eth/ls2080a.c|  30 +
  drivers/pci/pcie_layerscape.c  |  42 ++
  drivers/pci/pcie_layerscape.h  |  10 ++
  drivers/pci/pcie_layerscape_fixup.c|  94 --
  drivers/spi/fsl_qspi.c |   5 +-
  include/configs/ls1012a_common.h   |   1 +
  include/configs/ls1043a_common.h   |  15 ++-
  include/configs/ls1046a_common.h   |   1 +
  include/configs/ls1046aqds.h   |  14 +-
  include/configs/ls2080a_common.h   |   2 +-
  include/configs/ls2080aqds.h   |   2 +
  include/configs/ls2080ardb.h  

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

2017-03-14 Thread york sun
Tom,

The following changes since commit 8537ddd769f460d7fb7a62a3dcc9669049702e51:

   Prepare v2017.03 (2017-03-13 13:54:16 -0400)

are available in the git repository at:

   git://git.denx.de/u-boot-fsl-qoriq.git

for you to fetch changes up to 9b6639fa85bddd90df4c371f25a89c791a6ee6ef:

   LS1021ATWR: Modify u-boot size for sd secure boot (2017-03-14 
08:44:03 -0700)


Hou Zhiqiang (1):
   armv8/ls104xa: remove the DDR interactive debugging info from SPL

Priyanka Jain (3):
   armv8: fsl-layerscape: Updates DCFG register map
   armv8: fsl-lsch3: Update VID support
   armv8: fsl-layerscape: Add vid support for LS2080AQDS

Tang Yuantian (1):
   armv8: fsl-lsch2: add workaround for erratum A-010635

Vinitha Pillai (1):
   LS1021ATWR: Modify u-boot size for sd secure boot

York Sun (11):
   armv8: Add global variable resv_ram
   armv8: ls2080a: Move CONFIG_FSL_MC_ENET to Kconfig
   armv8: ls2080a: Move CONFIG_SYS_MC_RSV_MEM_ALIGN to Kconfig
   efi: Add a hook to allow adding memory mapping
   armv8: layerscape: Rewrite memory reservation
   driver: net: fsl-mc: Update calculation of MC RAM
   armv8: layerscape: Update MMU mapping with actual DDR size
   armv8: layerscape: Fix the sequence of changing MMU table
   armv8: ls2080a: Drop early MMU for SPL build
   armv8: mmu: Add a function to change mapping attributes
   armv8: layerscape: Update early MMU for DDR after initialization

  arch/arm/cpu/armv8/cache_v8.c  |  72 -
  arch/arm/cpu/armv8/fsl-layerscape/Kconfig  |  26 ++
  arch/arm/cpu/armv8/fsl-layerscape/cpu.c| 331 
+++--
  arch/arm/cpu/armv8/fsl-layerscape/soc.c|   2 -
  arch/arm/cpu/armv8/fsl-layerscape/spl.c|   3 -
  arch/arm/include/asm/arch-fsl-layerscape/config.h  |   4 +-
  arch/arm/include/asm/arch-fsl-layerscape/cpu.h |  12 +-
  .../include/asm/arch-fsl-layerscape/immap_lsch3.h  |  69 +++--
  arch/arm/include/asm/arch-fsl-layerscape/mmu.h |   2 +-
  arch/arm/include/asm/armv8/mmu.h   |   5 +
  arch/arm/include/asm/fsl_secure_boot.h |   4 +-
  arch/arm/include/asm/global_data.h |   7 +
  arch/arm/include/asm/system.h  |   1 +
  board/freescale/common/vid.c   | 174 ++-
  board/freescale/ls1012afrdm/ls1012afrdm.c  |  34 +--
  board/freescale/ls1012aqds/ls1012aqds.c|  34 +--
  board/freescale/ls1012ardb/ls1012ardb.c|  34 +--
  board/freescale/ls1043aqds/ddr.c   |  29 --
  board/freescale/ls1043aqds/ls1043aqds.c|   5 +
  board/freescale/ls1043ardb/ddr.c   |  29 --
  board/freescale/ls1043ardb/ls1043ardb.c|   7 -
  board/freescale/ls1046aqds/ddr.c   |  29 --
  board/freescale/ls1046aqds/ls1046aqds.c|   5 +
  board/freescale/ls1046ardb/ddr.c   |  29 --
  board/freescale/ls1046ardb/ls1046ardb.c|   7 -
  board/freescale/ls2080a/ddr.c  |  55 
  board/freescale/ls2080a/ls2080a.c  |  17 +-
  board/freescale/ls2080aqds/ddr.c   |  55 
  board/freescale/ls2080aqds/ls2080aqds.c|  26 +-
  board/freescale/ls2080ardb/ddr.c   |  55 
  board/freescale/ls2080ardb/ls2080ardb.c|  26 +-
  cmd/bdinfo.c   |   4 +
  common/board_f.c   |  32 +-
  drivers/net/fsl-mc/mc.c|  75 +
  include/configs/ls1021atwr.h   |   4 +-
  include/configs/ls1043aqds.h   |   2 +
  include/configs/ls1043ardb.h   |   2 +
  include/configs/ls1046aqds.h   |   2 +
  include/configs/ls1046ardb.h   |   2 +
  include/configs/ls2080a_common.h   |   2 -
  lib/efi_loader/efi_memory.c|  14 +-
  scripts/config_whitelist.txt   |   2 -
  42 files changed, 750 insertions(+), 579 deletions(-)

Thanks.

York
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-03-10 Thread Tom Rini
On Fri, Mar 10, 2017 at 09:21:03PM +, york sun wrote:
> On 03/10/2017 01:07 PM, Tom Rini wrote:
> > On Fri, Mar 10, 2017 at 04:46:58PM +, york sun wrote:
> >> On 03/10/2017 07:23 AM, Tom Rini wrote:
> >>>
> >>> The release is Monday so I'm not really comfortable pulling in the
> >>> "rewrite memory reservation" series at this point in the cycle.  Thanks!
> >>>
> >>
> >> No problem. You can pull it after the release.
> >
> > Can you please re-submit it, after release and include the gcc-6 warning
> > fixes?  Thanks again!
> >
> 
> Yes I can. Does it mean I have to rebase to the release head and force 
> update my branch?

I don't want merge commits in your PR.  You probably won't conflict with
the few things I've already pushed however.  Your choice.

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-03-10 Thread york sun
On 03/10/2017 01:07 PM, Tom Rini wrote:
> On Fri, Mar 10, 2017 at 04:46:58PM +, york sun wrote:
>> On 03/10/2017 07:23 AM, Tom Rini wrote:
>>>
>>> The release is Monday so I'm not really comfortable pulling in the
>>> "rewrite memory reservation" series at this point in the cycle.  Thanks!
>>>
>>
>> No problem. You can pull it after the release.
>
> Can you please re-submit it, after release and include the gcc-6 warning
> fixes?  Thanks again!
>

Yes I can. Does it mean I have to rebase to the release head and force 
update my branch?

York
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-03-10 Thread Tom Rini
On Fri, Mar 10, 2017 at 04:46:58PM +, york sun wrote:
> On 03/10/2017 07:23 AM, Tom Rini wrote:
> >
> > The release is Monday so I'm not really comfortable pulling in the
> > "rewrite memory reservation" series at this point in the cycle.  Thanks!
> >
> 
> No problem. You can pull it after the release.

Can you please re-submit it, after release and include the gcc-6 warning
fixes?  Thanks again!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-03-10 Thread york sun
On 03/10/2017 07:23 AM, Tom Rini wrote:
>
> The release is Monday so I'm not really comfortable pulling in the
> "rewrite memory reservation" series at this point in the cycle.  Thanks!
>

No problem. You can pull it after the release.

York
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-03-10 Thread Tom Rini
On Thu, Mar 09, 2017 at 09:33:51PM +, york sun wrote:

> Tom,
> 
> The following changes since commit 0574f786d3c85ab1a9fe9ee8ade65e3ae83e18a4:
> 
>Merge branch 'master' of git://git.denx.de/u-boot-video (2017-03-08 
> 07:14:21 -0500)
> 
> are available in the git repository at:
> 
>git://git.denx.de/u-boot-fsl-qoriq.git
> 
> for you to fetch changes up to bbf04d4e8094074855d6d0e4f3f1882110f85b15:
> 
>LS1021ATWR: Modify u-boot size for sd secure boot (2017-03-09 
> 09:01:39 -0800)
> 
> 
> Hou Zhiqiang (1):
>armv8/ls104xa: remove the DDR interactive debugging info from SPL
> 
> Priyanka Jain (3):
>armv8: fsl-layerscape: Updates DCFG register map
>armv8: fsl-lsch3: Update VID support
>armv8: fsl-layerscape: Add vid support for LS2080AQDS
> 
> Tang Yuantian (1):
>armv8: fsl-lsch2: add workaround for erratum A-010635
> 
> Vinitha Pillai (1):
>LS1021ATWR: Modify u-boot size for sd secure boot
> 
> York Sun (11):
>armv8: Add global variable resv_ram
>armv8: ls2080a: Move CONFIG_FSL_MC_ENET to Kconfig
>armv8: ls2080a: Move CONFIG_SYS_MC_RSV_MEM_ALIGN to Kconfig
>efi: Add a hook to allow adding memory mapping
>armv8: layerscape: Rewrite memory reservation
>driver: net: fsl-mc: Update calculation of MC RAM
>armv8: layerscape: Update MMU mapping with actual DDR size
>armv8: layerscape: Fix the sequence of changing MMU table
>armv8: ls2080a: Drop early MMU for SPL build
>armv8: mmu: Add a function to change mapping attributes
>armv8: layerscape: Update early MMU for DDR after initialization

The release is Monday so I'm not really comfortable pulling in the
"rewrite memory reservation" series at this point in the cycle.  Thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-03-09 Thread york sun
Tom,

The following changes since commit 0574f786d3c85ab1a9fe9ee8ade65e3ae83e18a4:

   Merge branch 'master' of git://git.denx.de/u-boot-video (2017-03-08 
07:14:21 -0500)

are available in the git repository at:

   git://git.denx.de/u-boot-fsl-qoriq.git

for you to fetch changes up to bbf04d4e8094074855d6d0e4f3f1882110f85b15:

   LS1021ATWR: Modify u-boot size for sd secure boot (2017-03-09 
09:01:39 -0800)


Hou Zhiqiang (1):
   armv8/ls104xa: remove the DDR interactive debugging info from SPL

Priyanka Jain (3):
   armv8: fsl-layerscape: Updates DCFG register map
   armv8: fsl-lsch3: Update VID support
   armv8: fsl-layerscape: Add vid support for LS2080AQDS

Tang Yuantian (1):
   armv8: fsl-lsch2: add workaround for erratum A-010635

Vinitha Pillai (1):
   LS1021ATWR: Modify u-boot size for sd secure boot

York Sun (11):
   armv8: Add global variable resv_ram
   armv8: ls2080a: Move CONFIG_FSL_MC_ENET to Kconfig
   armv8: ls2080a: Move CONFIG_SYS_MC_RSV_MEM_ALIGN to Kconfig
   efi: Add a hook to allow adding memory mapping
   armv8: layerscape: Rewrite memory reservation
   driver: net: fsl-mc: Update calculation of MC RAM
   armv8: layerscape: Update MMU mapping with actual DDR size
   armv8: layerscape: Fix the sequence of changing MMU table
   armv8: ls2080a: Drop early MMU for SPL build
   armv8: mmu: Add a function to change mapping attributes
   armv8: layerscape: Update early MMU for DDR after initialization

  arch/arm/cpu/armv8/cache_v8.c  |  72 -
  arch/arm/cpu/armv8/fsl-layerscape/Kconfig  |  26 ++
  arch/arm/cpu/armv8/fsl-layerscape/cpu.c| 331 
+++--
  arch/arm/cpu/armv8/fsl-layerscape/soc.c|   2 -
  arch/arm/cpu/armv8/fsl-layerscape/spl.c|   3 -
  arch/arm/include/asm/arch-fsl-layerscape/config.h  |   4 +-
  arch/arm/include/asm/arch-fsl-layerscape/cpu.h |  12 +-
  .../include/asm/arch-fsl-layerscape/immap_lsch3.h  |  69 +++--
  arch/arm/include/asm/arch-fsl-layerscape/mmu.h |   2 +-
  arch/arm/include/asm/armv8/mmu.h   |   5 +
  arch/arm/include/asm/fsl_secure_boot.h |   4 +-
  arch/arm/include/asm/global_data.h |   7 +
  arch/arm/include/asm/system.h  |   1 +
  board/freescale/common/vid.c   | 174 ++-
  board/freescale/ls1012afrdm/ls1012afrdm.c  |  34 +--
  board/freescale/ls1012aqds/ls1012aqds.c|  34 +--
  board/freescale/ls1012ardb/ls1012ardb.c|  34 +--
  board/freescale/ls1043aqds/ddr.c   |  29 --
  board/freescale/ls1043aqds/ls1043aqds.c|   5 +
  board/freescale/ls1043ardb/ddr.c   |  29 --
  board/freescale/ls1043ardb/ls1043ardb.c|   7 -
  board/freescale/ls1046aqds/ddr.c   |  29 --
  board/freescale/ls1046aqds/ls1046aqds.c|   5 +
  board/freescale/ls1046ardb/ddr.c   |  29 --
  board/freescale/ls1046ardb/ls1046ardb.c|   7 -
  board/freescale/ls2080a/ddr.c  |  55 
  board/freescale/ls2080a/ls2080a.c  |  17 +-
  board/freescale/ls2080aqds/ddr.c   |  55 
  board/freescale/ls2080aqds/ls2080aqds.c|  26 +-
  board/freescale/ls2080ardb/ddr.c   |  55 
  board/freescale/ls2080ardb/ls2080ardb.c|  26 +-
  cmd/bdinfo.c   |   4 +
  common/board_f.c   |  32 +-
  drivers/net/fsl-mc/mc.c|  75 +
  include/configs/ls1021atwr.h   |   4 +-
  include/configs/ls1043aqds.h   |   2 +
  include/configs/ls1043ardb.h   |   2 +
  include/configs/ls1046aqds.h   |   2 +
  include/configs/ls1046ardb.h   |   2 +
  include/configs/ls2080a_common.h   |   2 -
  lib/efi_loader/efi_memory.c|  14 +-
  scripts/config_whitelist.txt   |   2 -
  42 files changed, 750 insertions(+), 579 deletions(-)

Thanks.

York
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-02-05 Thread Tom Rini
On Fri, Feb 03, 2017 at 10:35:31PM +, york sun wrote:

> Tom,
> 
> The following changes since commit cf4128e53caa4f7b0a6586fc3f10690d5c05db31:
> 
>Merge git://www.denx.de/git/u-boot-marvell (2017-01-26 12:26:24 -0500)
> 
> are available in the git repository at:
> 
>git://git.denx.de/u-boot-fsl-qoriq.git
> 
> for you to fetch changes up to add63f94a9c3bbe1af3fdf3f4c56a5185a4c0504:
> 
>arch: powerpc: update the eLBC IP input clock (2017-02-03 14:31:45 -0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2017-02-03 Thread york sun
Tom,

The following changes since commit cf4128e53caa4f7b0a6586fc3f10690d5c05db31:

   Merge git://www.denx.de/git/u-boot-marvell (2017-01-26 12:26:24 -0500)

are available in the git repository at:

   git://git.denx.de/u-boot-fsl-qoriq.git

for you to fetch changes up to add63f94a9c3bbe1af3fdf3f4c56a5185a4c0504:

   arch: powerpc: update the eLBC IP input clock (2017-02-03 14:31:45 -0800)


Bogdan Purcareata (1):
   drivers: net: fsl-mc: Fixup MAC addresses in DPC

Prabhakar Kushwaha (7):
   board: freescale: ls1012a: Enable secure DDR on LS1012A platforms
   armv8: ls1012a: Add support of PPA
   arch: powerpc: Move CONFIG_FSL_IFC to Kconfig
   arch: powerpc: update the IFC IP input clock
   arch: arm: update the IFC IP input clock
   arch: powerpc: Move CONFIG_FSL_ELBC to Kconfig
   arch: powerpc: update the eLBC IP input clock

Tang Yuantian (3):
   armv8: ls1046aqds: added usb feature support
   armv8: ls1046a: added usb nodes in dts
   armv8: ls1046a: enable usb in defconfig

York Sun (2):
   armv7: ls1021aqds: Set cpo_sample for erratum A-009942
   armv8: ls1046a: Enable workaround for erratum A-008336

  README |   6 ++
  arch/arm/cpu/armv7/ls102xa/clock.c |   9 +-
  arch/arm/cpu/armv8/fsl-layerscape/Kconfig  |   1 +
  .../arm/cpu/armv8/fsl-layerscape/fsl_lsch2_speed.c |  10 +-
  .../arm/cpu/armv8/fsl-layerscape/fsl_lsch3_speed.c |  10 +-
  arch/arm/dts/fsl-ls1046a.dtsi  |  21 +
  arch/arm/include/asm/arch-fsl-layerscape/config.h  |   3 +
  arch/powerpc/cpu/mpc85xx/Kconfig   |  71 ++
  arch/powerpc/cpu/mpc85xx/speed.c   |  38 +---
  arch/powerpc/cpu/mpc86xx/speed.c   |  15 +--
  board/freescale/ls1012afrdm/ls1012afrdm.c  |  35 +++
  board/freescale/ls1012aqds/ls1012aqds.c|  36 +++
  board/freescale/ls1012ardb/ls1012ardb.c|  35 +++
  board/freescale/ls1021aqds/ddr.c   |   3 +
  configs/ls1012afrdm_qspi_defconfig |   1 +
  configs/ls1012aqds_qspi_defconfig  |   1 +
  configs/ls1012ardb_qspi_defconfig  |   1 +
  configs/ls1046aqds_defconfig   |   2 +
  configs/ls1046aqds_lpuart_defconfig|   2 +
  configs/ls1046aqds_nand_defconfig  |   2 +
  configs/ls1046aqds_qspi_defconfig  |   2 +
  configs/ls1046aqds_sdcard_ifc_defconfig|   2 +
  configs/ls1046aqds_sdcard_qspi_defconfig   |   2 +
  configs/ls1046ardb_emmc_defconfig  |   2 +
  configs/ls1046ardb_qspi_defconfig  |   2 +
  configs/ls1046ardb_sdcard_defconfig|   2 +
  drivers/net/fsl-mc/mc.c| 103 
-
  include/configs/B4860QDS.h |   1 -
  include/configs/BSC9131RDB.h   |   1 -
  include/configs/BSC9132QDS.h   |   1 -
  include/configs/C29XPCIE.h |   1 -
  include/configs/MPC8536DS.h|   1 -
  include/configs/MPC8569MDS.h   |   2 -
  include/configs/MPC8572DS.h|   1 -
  include/configs/P1010RDB.h |   1 -
  include/configs/P1022DS.h  |   1 -
  include/configs/P1023RDB.h |   1 -
  include/configs/P2041RDB.h |   1 -
  include/configs/T102xQDS.h |   1 -
  include/configs/T102xRDB.h |   1 -
  include/configs/T1040QDS.h |   1 -
  include/configs/T104xRDB.h |   1 -
  include/configs/T208xQDS.h |   1 -
  include/configs/T208xRDB.h |   1 -
  include/configs/T4240RDB.h |   1 -
  include/configs/UCP1020.h  |   1 -
  include/configs/controlcenterd.h   |   1 -
  include/configs/corenet_ds.h   |   1 -
  include/configs/cyrus.h|   1 -
  include/configs/km/kmp204x-common.h|   1 -
  include/configs/ls1012a_common.h   |   1 +
  include/configs/ls1046aqds.h   |  12 +++
  include/configs/p1_p2_rdb_pc.h |   1 -
  include/configs/p1_twr.h   |   1 -
  include/configs/t4qds.h|   1 -
  include/configs/xpedite537x.h  |   1 -
  include/configs/xpedite550x.h  |   1 -
  57 files changed, 356 insertions(+), 103 deletions(-)

Thanks.

York
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2017-01-20 Thread Tom Rini
On Thu, Jan 19, 2017 at 05:20:09PM +, york sun wrote:

> Tom,
> 
> The following changes since commit a705ebc81b7f91bbd0ef7c634284208342901149:
> 
>Prepare v2017.01 (2017-01-09 11:57:05 -0500)
> 
> are available in the git repository at:
> 
>git://git.denx.de/u-boot-fsl-qoriq.git
> 
> for you to fetch changes up to 5e4a6db8f428cb1f8ced74bc77241144ac0c5b1a:
> 
>armv8: ls1012a: define esdhc_status_fixup for RDB board (2017-01-18 
> 09:46:52 -0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2017-01-19 Thread york sun
Tom,

The following changes since commit a705ebc81b7f91bbd0ef7c634284208342901149:

   Prepare v2017.01 (2017-01-09 11:57:05 -0500)

are available in the git repository at:

   git://git.denx.de/u-boot-fsl-qoriq.git

for you to fetch changes up to 5e4a6db8f428cb1f8ced74bc77241144ac0c5b1a:

   armv8: ls1012a: define esdhc_status_fixup for RDB board (2017-01-18 
09:46:52 -0800)


Alison Wang (1):
   armv8: aarch64: Fix the warning about x1-x3 nonzero issue

Hou Zhiqiang (17):
   configs: ls1021a: enable DT and DM support
   pci: layerscape: move kernel DT fixup to a separate file
   kconfig: move FSL_PCIE_COMPAT to platform Kconfig
   ARMv8/fsl-layerscape: Correct the OCRAM size
   armv8/fsl_lsch2: Add the OCRAM initialization
   ARMv8/fsl-layerscape: Enable data coherency between cores in cluster
   armv8/fsl-lsch2: refactor the clock system initialization
   armv8/fsl-lsch3: consolidate the clock system initialization
   pmic: pmic_mc34vr500: Add a driver for the mc34vr500 pmic
   pmic: pmic_mc34vr500: Add APIs to set/get SWx volt
   ls1046ardb: cpld: add API for selecting core volt
   armv8/fsl_lsch2: Add chip power supply voltage setup
   ls1046ardb: Add support power initialization
   kconfig: armv8: move armv8 sec_firmware CONFIG_* to Kconfig
   ARMv8/sec_firmware: relocated and renamed the config 
FSL_PPA_ARMV8_PSCI
   kconfig: fsl PPA: move CONFIG_* to Kconfig
   fsl PPA: enable PPA for ls1043ardb and ls1046ardb

Minghuan Lian (15):
   armv8/layerscape: remove unnecessary function declares
   dm: pci: return the real controller in pci_bus_to_hose()
   dm: pci: remove pci_bus_to_hose(0) calling
   arm: ls1021a: add PCIe dts node
   arm: ls1012a: add PCIe dts node
   armv8: ls1043a: add PCIe dts node
   armv8: ls1046a: add PCIe dts node
   armv8: ls2080a: add PCIe dts node
   pci: layerscape: add pci driver based on DM
   arm: ls1021a: Enable PCIe in defconfigs
   arm: ls1012a: Enable PCIe and E1000 in defconfigs
   armv8: ls1043a: Enable PCIe and E1000 in defconfigs
   armv8: ls1046a: Enable PCIe and E1000 in defconfigs
   armv8: ls2080a: Enable PCIe in defconfigs
   pci: layerscape: remove unnecessary legacy code

Mingkai Hu (1):
   armv8: Enable CPUECTLR.SMPEN for coherency

Prabhakar Kushwaha (1):
   arm: layerscape: Enable UUID & GPT partition for NXP's ARM SoC

Priyanka Jain (1):
   armv8: fsl-layerscape, ccn504: Set forced-order mode in RNI-6, RNI-20

Tang Yuantian (3):
   armv8: ls1012: added usb nodes in dts
   armv8: ls1012: Enable CONFIG_DM_USB in defconfigs
   armv8: fsl-lsch3: enable snoopable sata read and write

Udit Agarwal (2):
   SECURE_BOOT: Update bootscript and its hdr addresses
   LS2080A: Add validation of MC & DPC images.

Wenbin Song (2):
   armv8/ls1043a: fixup GIC offset for ls1043a rev1
   armv8/fsl-layerscape: fdt: fixup LS1043A rev1 MSI node

Yangbo Lu (7):
   mmc: fsl_esdhc: make GPIO support optional
   mmc: fsl_esdhc: add 'fsl, esdhc' into of_match table
   armv8: ls1012a: add eSDHC nodes
   configs: ls1012a: enable driver model for eSDHC
   mmc: fsl_esdhc: move 'status' property fixup into a weak function
   armv8: ls1012a: define esdhc_status_fixup for QDS board
   armv8: ls1012a: define esdhc_status_fixup for RDB board

York Sun (1):
   armv8: fsl-layerscape: Fix SECURE_BOOT config

jerry.hu...@nxp.com (1):
   fsl/usb: enable usb feature for ls1046ardb

  arch/arm/Kconfig   |   1 +
  arch/arm/cpu/armv7/ls102xa/Kconfig |   8 +
  arch/arm/cpu/armv8/Kconfig |  59 ++
  arch/arm/cpu/armv8/Makefile|   2 +-
  arch/arm/cpu/armv8/cpu-dt.c|   2 +-
  arch/arm/cpu/armv8/fsl-layerscape/Kconfig  | 132 ++-
  arch/arm/cpu/armv8/fsl-layerscape/Makefile |   2 +-
  arch/arm/cpu/armv8/fsl-layerscape/cpu.c|   5 +-
  arch/arm/cpu/armv8/fsl-layerscape/fdt.c| 220 -
  .../cpu/armv8/fsl-layerscape/fsl_lsch2_serdes.c| 272 ++
  .../arm/cpu/armv8/fsl-layerscape/fsl_lsch2_speed.c |  69 +-
  .../arm/cpu/armv8/fsl-layerscape/fsl_lsch3_speed.c |  28 +-
  arch/arm/cpu/armv8/fsl-layerscape/lowlevel.S   | 146 ++-
  arch/arm/cpu/armv8/fsl-layerscape/soc.c|  91 ++
  arch/arm/cpu/armv8/sec_firmware.c  |   2 +-
  arch/arm/cpu/armv8/sec_firmware_asm.S  |  12 +-
  arch/arm/cpu/armv8/start.S |  19 +-
  arch/arm/cpu/armv8/transition.S|  22 +-
  arch/arm/dts/fsl-ls1012a.dtsi  |  46 +
  arch/arm/dts/fsl-ls1043a.dtsi  |  46 +
  arch/arm/dts/fsl-ls1046a.dtsi  |  49 ++
  arch/arm/dts/fsl-ls2080a.dtsi  |  60 ++
  

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

2016-12-16 Thread Tom Rini
On Fri, Dec 16, 2016 at 05:43:04PM +, york sun wrote:

> Tom,
> 
> The following changes since commit 53e8ca22538c2cec691fe74098684a359302688c:
> 
>MAINTAINERS: DFU: Change e-mail address for DFU maintainer 
> (2016-12-12 13:03:15 -0500)
> 
> are available in the git repository at:
> 
>git://git.denx.de/u-boot-fsl-qoriq.git
> 
> for you to fetch changes up to c151cb5b516e609a0846bd392d6207a77b66a7ff:
> 
>ARMv8: LS1043A: Enable LS1043A default PSCI support (2016-12-15 
> 11:57:56 -0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-12-16 Thread york sun
Tom,

The following changes since commit 53e8ca22538c2cec691fe74098684a359302688c:

   MAINTAINERS: DFU: Change e-mail address for DFU maintainer 
(2016-12-12 13:03:15 -0500)

are available in the git repository at:

   git://git.denx.de/u-boot-fsl-qoriq.git

for you to fetch changes up to c151cb5b516e609a0846bd392d6207a77b66a7ff:

   ARMv8: LS1043A: Enable LS1043A default PSCI support (2016-12-15 
11:57:56 -0800)


Hou Zhiqiang (2):
   armv8: ls1043ardb: dts: Fix the unit-address of some I2C device nodes
   armv8: ls1043a: dts: Fix the ranges table of IFC node

Priyanka Jain (1):
   driver: fsl-mc: qbman: Add QBMAN 4.1 support

Shengzhou Liu (2):
   fsl/ddr: Enable erratum-a009942 workaround for B/T-series
   fsl/board/ddr: optimize board-specific cpo for erratum A-009942

macro.wav...@gmail.com (6):
   ARMv8: LS1043A: change macro CONFIG_ARMV8_PSCI definition
   ARMv8: Add secure sections for PSCI text and data
   ARMv8: Enable SMC instruction
   ARMv8: Add basic PSCI framework
   ARMv8: Setup PSCI memory and device tree
   ARMv8: LS1043A: Enable LS1043A default PSCI support

  arch/arm/config.mk   |   3 +-
  arch/arm/cpu/armv8/Kconfig   |  41 
  arch/arm/cpu/armv8/Makefile  |   1 +
  arch/arm/cpu/armv8/cpu-dt.c  |  11 +-
  arch/arm/cpu/armv8/cpu.c |  22 ++
  arch/arm/cpu/armv8/fsl-layerscape/Kconfig|  21 ++
  arch/arm/cpu/armv8/fsl-layerscape/Makefile   |   1 +
  arch/arm/cpu/armv8/fsl-layerscape/cpu.c  |   3 +-
  arch/arm/cpu/armv8/fsl-layerscape/fdt.c  |   3 +-
  arch/arm/cpu/armv8/fsl-layerscape/ls1043a_psci.S |  20 ++
  arch/arm/cpu/armv8/psci.S| 286 
+++
  arch/arm/cpu/armv8/sec_firmware.c|   2 +-
  arch/arm/cpu/armv8/sec_firmware_asm.S|   2 +-
  arch/arm/cpu/armv8/u-boot.lds|  57 +
  arch/arm/dts/fsl-ls1043a-qds.dtsi|  12 +-
  arch/arm/dts/fsl-ls1043a-rdb.dts |   8 +-
  arch/arm/include/asm/armv8/sec_firmware.h|   2 +-
  arch/arm/include/asm/macro.h |   8 +-
  arch/arm/include/asm/psci.h  |  15 ++
  arch/arm/include/asm/secure.h|   2 +-
  arch/arm/include/asm/system.h|  11 +
  arch/arm/lib/bootm-fdt.c |   3 +-
  arch/arm/lib/bootm.c |   3 +
  arch/arm/lib/psci-dt.c   |   5 +-
  arch/powerpc/include/asm/config_mpc85xx.h|   5 +
  board/freescale/b4860qds/ddr.c   |   3 +
  board/freescale/ls1043aqds/ddr.c |   3 +
  board/freescale/ls1043ardb/Kconfig   |   9 +
  board/freescale/ls1043ardb/ddr.c |   3 +
  board/freescale/ls1046aqds/ddr.c |   3 +
  board/freescale/ls1046ardb/ddr.c |   3 +
  board/freescale/ls2080ardb/ddr.c |   3 +
  board/freescale/t102xqds/ddr.c   |   3 +
  board/freescale/t102xrdb/ddr.c   |   4 +
  board/freescale/t1040qds/ddr.c   |   3 +
  board/freescale/t104xrdb/ddr.c   |   2 +
  board/freescale/t208xqds/ddr.c   |   3 +
  board/freescale/t208xrdb/ddr.c   |   3 +
  board/freescale/t4qds/ddr.c  |   3 +
  board/freescale/t4rdb/ddr.c  |   3 +
  drivers/net/fsl-mc/dpio/qbman_portal.c   |  19 +-
  drivers/net/fsl-mc/dpio/qbman_portal.h   |   5 +-
  drivers/net/fsl-mc/dpio/qbman_private.h  |  19 ++
  drivers/net/fsl-mc/dpio/qbman_sys.h  |  18 +-
  include/configs/ls1043ardb.h |   1 -
  45 files changed, 624 insertions(+), 36 deletions(-)
  create mode 100644 arch/arm/cpu/armv8/fsl-layerscape/ls1043a_psci.S
  create mode 100644 arch/arm/cpu/armv8/psci.S

Thanks.

York
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-12-05 Thread Tom Rini
On Mon, Dec 05, 2016 at 07:39:09PM +, york sun wrote:

> Tom,
> 
> The following changes since commit 5102af4d2f53ec8d76ce60d103c65ae062b9c8fe:
> 
>sata: sata_mv: Fix misaligned cache warnings (2016-12-05 13:53:42 +0100)
> 
> are available in the git repository at:
> 
>git://git.denx.de/u-boot-fsl-qoriq.git
> 
> for you to fetch changes up to dd2ad2f1318975da1cf64cf95a4a3b3ed44172a5:
> 
>armv8: QSPI: Add AHB bus 16MB+ size support (2016-12-05 08:32:43 -0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-12-05 Thread york sun
Tom,

The following changes since commit 5102af4d2f53ec8d76ce60d103c65ae062b9c8fe:

   sata: sata_mv: Fix misaligned cache warnings (2016-12-05 13:53:42 +0100)

are available in the git repository at:

   git://git.denx.de/u-boot-fsl-qoriq.git

for you to fetch changes up to dd2ad2f1318975da1cf64cf95a4a3b3ed44172a5:

   armv8: QSPI: Add AHB bus 16MB+ size support (2016-12-05 08:32:43 -0800)


Priyanka Jain (1):
   armv8: ls2080a: Add serdes1 protocol 0x3b support

Shengzhou Liu (2):
   fsl/ddr: Fix compiling warning
   fsl/ddr: Add erratum_a009942_check_cpo and clean related erratum

Yuan Yao (2):
   ls1021a: QSPI: update the node for QSPI support
   armv8: QSPI: Add AHB bus 16MB+ size support

jerry.hu...@nxp.com (1):
   fsl/usb: enable the errata-a005697 for ls1012a

  arch/arm/cpu/armv8/fsl-layerscape/Kconfig  |   7 ++
  arch/arm/cpu/armv8/fsl-layerscape/cpu.c|   7 +-
  arch/arm/cpu/armv8/fsl-layerscape/ls2080a_serdes.c |   1 +
  arch/arm/cpu/armv8/fsl-layerscape/soc.c|  42 +++
  arch/arm/dts/ls1021a.dtsi  |   1 +
  .../include/asm/arch-fsl-layerscape/immap_lsch2.h  |   1 +
  .../include/asm/arch-fsl-layerscape/immap_lsch3.h  |   1 +
  arch/powerpc/cpu/mpc85xx/cpu_init.c|   8 +-
  arch/powerpc/include/asm/config_mpc85xx.h  |   2 -
  board/freescale/ls1021aqds/ls1021aqds.c|   6 +-
  configs/ls1012afrdm_qspi_defconfig |   1 +
  configs/ls1012aqds_qspi_defconfig  |   1 +
  configs/ls1012ardb_qspi_defconfig  |   1 +
  configs/ls1046ardb_qspi_defconfig  |   1 +
  drivers/ddr/fsl/ctrl_regs.c| 136 
-
  drivers/ddr/fsl/fsl_ddr_gen4.c |  67 +++---
  drivers/ddr/fsl/mpc85xx_ddr_gen3.c |   3 -
  drivers/usb/common/fsl-errata.c|   4 +
  include/fsl_ddr.h  |   2 +
  include/fsl_ddr_sdram.h|   3 +-
  20 files changed, 233 insertions(+), 62 deletions(-)

Thanks.

York
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-11-29 Thread Tom Rini
On Wed, Nov 23, 2016 at 07:13:25PM +, york sun wrote:

> Tom,
> 
> Let's try again.
> 
> The following changes since commit 693d4c9f1dc40fcf24ced459bc4d1b46db33298a:
> 
>spl: Remove CONFIG_SYS_U_BOOT_MAX_SIZE_SECTORS (2016-11-18 21:20:59 
> -0500)
> 
> are available in the git repository at:
> 
>git://git.denx.de/u-boot-fsl-qoriq.git
> 
> for you to fetch changes up to 020198b0c7d251cf6bde76024ecf0ee711860534:
> 
>image-fit: Fix compiling error caused by autoconf.h (2016-11-23 
> 10:40:08 -0800)
> 

Some time ago (and I don't know where the email went, applied to
u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-11-23 Thread york sun
Tom,

Let's try again.

The following changes since commit 693d4c9f1dc40fcf24ced459bc4d1b46db33298a:

   spl: Remove CONFIG_SYS_U_BOOT_MAX_SIZE_SECTORS (2016-11-18 21:20:59 
-0500)

are available in the git repository at:

   git://git.denx.de/u-boot-fsl-qoriq.git

for you to fetch changes up to 020198b0c7d251cf6bde76024ecf0ee711860534:

   image-fit: Fix compiling error caused by autoconf.h (2016-11-23 
10:40:08 -0800)


Alison Wang (3):
   armv8: Support loading 32-bit OS in AArch32 execution state
   armv8: fsl-layerscape: SMP support for loading 32-bit OS
   armv8: fsl-layerscape: Support loading 32-bit OS with PSCI enabled

Feng Li (1):
   armv7: Add support of ls1021a-iot board

Hou Zhiqiang (1):
   fsl: serdes: fix a deadloop issue for P4080

Pratiyush Srivastava (1):
   armv8:ls1012a: Update bootargs for fast-boot

Priyanka Jain (8):
   armv8: ls2080a: Update serdes protocol support
   driver: net: ldpaa_eth: Fix missing bracket issue
   armv8: lsch3: Add generic get_svr() in assembly
   armv8: lsch3: Use SVR based timer base address detection
   armv8: fsl-layerscape: Update TZASC registers type
   armv8: fsl-layerscape : Check SVR for initializing TZASC
   armv8: fsl-layerscape: Add NXP LS2088A SoC support
   armv8/fsl-lsch3: Update code to release secondary cores

Shaohui Xie (3):
   lpuart: add a get_lpuart_clk function
   armv8: ls1046aqds: add lpuart support
   armv8: ls2080aqds: fix SGMII repeater settings

Shengzhou Liu (1):
   armv8/fsl-layerscape: Update CONFIG_LS2080A to CONFIG_FSL_LSCH3

Sriram Dash (1):
   powerpc: mpc512x: Add support for get_svr() for mpc512x devices

Thomas Abraham (1):
   arm: exynos7420: remove custome low level init function

York Sun (2):
   armv7: ls1021aiot: Fixing SPL compiling issues
   image-fit: Fix compiling error caused by autoconf.h

Yuan Yao (3):
   configs: ls2080ardb: Enable DSPI flash support
   arm: ls1021a: improve the core frequency to 1.2GHZ
   armv8: fsl-layerscape: Add README for deploying QSPI image

  arch/arm/Kconfig   |  21 ++
  arch/arm/cpu/armv8/fsl-layerscape/cpu.c|  13 +-
  arch/arm/cpu/armv8/fsl-layerscape/cpu.h|   1 +
  arch/arm/cpu/armv8/fsl-layerscape/doc/README.qspi  |  42 +++
  arch/arm/cpu/armv8/fsl-layerscape/doc/README.soc   |  58 
  arch/arm/cpu/armv8/fsl-layerscape/lowlevel.S   | 111 +--
  arch/arm/cpu/armv8/fsl-layerscape/ls2080a_serdes.c |   6 +
  arch/arm/cpu/armv8/fsl-layerscape/mp.c |  78 -
  arch/arm/cpu/armv8/fsl-layerscape/soc.c|  13 +-
  arch/arm/cpu/armv8/sec_firmware_asm.S  |  23 ++
  arch/arm/cpu/armv8/start.S |   8 +
  arch/arm/cpu/armv8/transition.S|  35 +-
  arch/arm/dts/Makefile  |   4 +-
  arch/arm/dts/fsl-ls1046a-qds-lpuart.dts|  16 +
  arch/arm/dts/fsl-ls1046a-qds.dtsi  |   4 +
  arch/arm/dts/fsl-ls1046a.dtsi  |  54 +++
  arch/arm/dts/ls1021a-iot-duart.dts |  16 +
  arch/arm/dts/ls1021a-iot.dtsi  | 103 ++
  arch/arm/include/asm/arch-fsl-layerscape/config.h  |   1 +
  arch/arm/include/asm/arch-fsl-layerscape/cpu.h |   4 +
  .../include/asm/arch-fsl-layerscape/immap_lsch3.h  |   9 +-
  arch/arm/include/asm/arch-fsl-layerscape/mp.h  |   6 +
  arch/arm/include/asm/arch-fsl-layerscape/soc.h |  12 +-
  arch/arm/include/asm/macro.h   | 176 +++---
  arch/arm/include/asm/system.h  | 121 ++-
  arch/arm/lib/bootm.c   |  45 ++-
  arch/arm/mach-exynos/Kconfig   |   1 +
  arch/arm/mach-exynos/soc.c |  18 +-
  arch/arm/mach-rmobile/lowlevel_init_gen3.S |   9 +-
  arch/powerpc/cpu/mpc512x/start.S   |   5 +
  arch/powerpc/cpu/mpc85xx/fsl_corenet_serdes.c  |   6 +-
  board/freescale/ls1021aiot/Kconfig |  15 +
  board/freescale/ls1021aiot/MAINTAINERS |   7 +
  board/freescale/ls1021aiot/Makefile|   9 +
  board/freescale/ls1021aiot/README  |  58 
  board/freescale/ls1021aiot/dcu.c   |  47 +++
  board/freescale/ls1021aiot/ls1021aiot.c| 259 +++
  board/freescale/ls1021aiot/ls102xa_pbi.cfg |  14 +
  board/freescale/ls1021aiot/ls102xa_rcw_sd.cfg  |  27 ++
  board/freescale/ls1021aiot/psci.S  |  28 ++
  board/freescale/ls1021aqds/ls102xa_rcw_nand.cfg|   2 +-
  board/freescale/ls1021aqds/ls102xa_rcw_sd_ifc.cfg  |   4 +-
  board/freescale/ls1021aqds/ls102xa_rcw_sd_qspi.cfg |   4 +-
  board/freescale/ls1021atwr/ls102xa_rcw_sd_ifc.cfg  |   2 +-
  board/freescale/ls1021atwr/ls102xa_rcw_sd_qspi.cfg |   2 +-
  

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

2016-11-23 Thread york sun
On 11/23/2016 04:22 AM, Tom Rini wrote:
> On Wed, Nov 23, 2016 at 01:06:12AM +, york sun wrote:
>> Tom,
>>
>> The following changes since commit 693d4c9f1dc40fcf24ced459bc4d1b46db33298a:
>>
>>spl: Remove CONFIG_SYS_U_BOOT_MAX_SIZE_SECTORS (2016-11-18 21:20:59
>> -0500)
>>
>> are available in the git repository at:
>>
>>git://git.denx.de/u-boot-fsl-qoriq.git
>>
>> for you to fetch changes up to 3db86f4bbd7a723421c8c9bf9bd09d58e17e9736:
>>
>>armv8: fsl-layerscape: Support loading 32-bit OS with PSCI enabled
>> (2016-11-22 11:40:24 -0800)
>
> NAK.  Two problems:
> +(ls1021aiot_sdcard)  static int mmc_load_image_raw_sector(struct 
> spl_image_info *spl_image,
> +(ls1021aiot_sdcard) ^
>   +(ls1021aiot_sdcard) Error: You 
> must add new CONFIG options using Kconfig   +(ls1021aiot_sdcard) 
> The following new ad-hoc CONFIG options were detected: 
> +(ls1021aiot_sdcard) CONFIG_SYS_U_BOOT_MAX_SIZE_SECTORS   
>   +(ls1021aiot_sdcard)
> +(ls1021aiot_sdcard) Please add these via Kconfig 
> instead. Find a suitable Kconfig  +(ls1021aiot_sdcard) file and add a 
> 'config' or 'menuconfig' option.+(ls1021aiot_sdcard) 
> make[1]: *** [all] Error 1
>
> And:
> +(odroid-xu3)  #define CONFIG_SYS_BOARD "smdk5420"
>   +(odroid-xu3)  ^
> +(odroid-xu3) In file included from include/config.h:5:0, 
>   +(odroid-xu3)  from 
> ../include/common.h:18, +(odroid-xu3) 
>  from ../common/image-fit.c:17:   +(odroid-xu3) 
> ../include/configs/odroid_xu3.h:107:0: note: this is the location of the 
> previous definition   
>+(odroid-xu3)  #define CONFIG_SYS_BOARD "odroid"
>

Hmm, I didn't see these issues. I will try again.

York
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-11-23 Thread Tom Rini
On Wed, Nov 23, 2016 at 01:06:12AM +, york sun wrote:
> Tom,
> 
> The following changes since commit 693d4c9f1dc40fcf24ced459bc4d1b46db33298a:
> 
>spl: Remove CONFIG_SYS_U_BOOT_MAX_SIZE_SECTORS (2016-11-18 21:20:59 
> -0500)
> 
> are available in the git repository at:
> 
>git://git.denx.de/u-boot-fsl-qoriq.git
> 
> for you to fetch changes up to 3db86f4bbd7a723421c8c9bf9bd09d58e17e9736:
> 
>armv8: fsl-layerscape: Support loading 32-bit OS with PSCI enabled 
> (2016-11-22 11:40:24 -0800)

NAK.  Two problems:
+(ls1021aiot_sdcard)  static int mmc_load_image_raw_sector(struct 
spl_image_info *spl_image,  
  +(ls1021aiot_sdcard) ^
  +(ls1021aiot_sdcard) Error: You must add 
new CONFIG options using Kconfig   +(ls1021aiot_sdcard) The 
following new ad-hoc CONFIG options were detected: 
+(ls1021aiot_sdcard) CONFIG_SYS_U_BOOT_MAX_SIZE_SECTORS 
+(ls1021aiot_sdcard)
+(ls1021aiot_sdcard) Please add these via Kconfig instead. Find 
a suitable Kconfig  +(ls1021aiot_sdcard) file and add a 'config' or 
'menuconfig' option.+(ls1021aiot_sdcard) make[1]: *** [all] 
Error 1

And:
+(odroid-xu3)  #define CONFIG_SYS_BOARD "smdk5420"  
+(odroid-xu3)  ^
+(odroid-xu3) In file included from include/config.h:5:0,   
+(odroid-xu3)  from 
../include/common.h:18, +(odroid-xu3)   
   from ../common/image-fit.c:17:   +(odroid-xu3) 
../include/configs/odroid_xu3.h:107:0: note: this is the location of the 
previous definition 
 +(odroid-xu3)  #define CONFIG_SYS_BOARD "odroid"

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-11-22 Thread york sun
Tom,

The following changes since commit 693d4c9f1dc40fcf24ced459bc4d1b46db33298a:

   spl: Remove CONFIG_SYS_U_BOOT_MAX_SIZE_SECTORS (2016-11-18 21:20:59 
-0500)

are available in the git repository at:

   git://git.denx.de/u-boot-fsl-qoriq.git

for you to fetch changes up to 3db86f4bbd7a723421c8c9bf9bd09d58e17e9736:

   armv8: fsl-layerscape: Support loading 32-bit OS with PSCI enabled 
(2016-11-22 11:40:24 -0800)


Alison Wang (3):
   armv8: Support loading 32-bit OS in AArch32 execution state
   armv8: fsl-layerscape: SMP support for loading 32-bit OS
   armv8: fsl-layerscape: Support loading 32-bit OS with PSCI enabled

Feng Li (1):
   armv7: Add support of ls1021a-iot board

Hou Zhiqiang (1):
   fsl: serdes: fix a deadloop issue for P4080

Pratiyush Srivastava (1):
   armv8:ls1012a: Update bootargs for fast-boot

Priyanka Jain (8):
   armv8: ls2080a: Update serdes protocol support
   driver: net: ldpaa_eth: Fix missing bracket issue
   armv8: lsch3: Add generic get_svr() in assembly
   armv8: lsch3: Use SVR based timer base address detection
   armv8: fsl-layerscape: Update TZASC registers type
   armv8: fsl-layerscape : Check SVR for initializing TZASC
   armv8: fsl-layerscape: Add NXP LS2088A SoC support
   armv8/fsl-lsch3: Update code to release secondary cores

Shaohui Xie (3):
   lpuart: add a get_lpuart_clk function
   armv8: ls1046aqds: add lpuart support
   armv8: ls2080aqds: fix SGMII repeater settings

Shengzhou Liu (1):
   armv8/fsl-layerscape: Update CONFIG_LS2080A to CONFIG_FSL_LSCH3

Sriram Dash (1):
   powerpc: mpc512x: Add support for get_svr() for mpc512x devices

Thomas Abraham (1):
   arm: exynos7420: remove custome low level init function

Yuan Yao (3):
   configs: ls2080ardb: Enable DSPI flash support
   arm: ls1021a: improve the core frequency to 1.2GHZ
   armv8: fsl-layerscape: Add README for deploying QSPI image

  arch/arm/Kconfig   |  21 ++
  arch/arm/cpu/armv8/fsl-layerscape/cpu.c|  13 +-
  arch/arm/cpu/armv8/fsl-layerscape/cpu.h|   1 +
  arch/arm/cpu/armv8/fsl-layerscape/doc/README.qspi  |  42 +++
  arch/arm/cpu/armv8/fsl-layerscape/doc/README.soc   |  58 
  arch/arm/cpu/armv8/fsl-layerscape/lowlevel.S   | 111 +--
  arch/arm/cpu/armv8/fsl-layerscape/ls2080a_serdes.c |   6 +
  arch/arm/cpu/armv8/fsl-layerscape/mp.c |  78 -
  arch/arm/cpu/armv8/fsl-layerscape/soc.c|  13 +-
  arch/arm/cpu/armv8/sec_firmware_asm.S  |  23 ++
  arch/arm/cpu/armv8/start.S |   8 +
  arch/arm/cpu/armv8/transition.S|  35 +-
  arch/arm/dts/Makefile  |   4 +-
  arch/arm/dts/fsl-ls1046a-qds-lpuart.dts|  16 +
  arch/arm/dts/fsl-ls1046a-qds.dtsi  |   4 +
  arch/arm/dts/fsl-ls1046a.dtsi  |  54 +++
  arch/arm/dts/ls1021a-iot-duart.dts |  16 +
  arch/arm/dts/ls1021a-iot.dtsi  | 103 ++
  arch/arm/include/asm/arch-fsl-layerscape/config.h  |   1 +
  arch/arm/include/asm/arch-fsl-layerscape/cpu.h |   4 +
  .../include/asm/arch-fsl-layerscape/immap_lsch3.h  |   9 +-
  arch/arm/include/asm/arch-fsl-layerscape/mp.h  |   6 +
  arch/arm/include/asm/arch-fsl-layerscape/soc.h |  12 +-
  arch/arm/include/asm/macro.h   | 176 +++---
  arch/arm/include/asm/system.h  | 121 ++-
  arch/arm/lib/bootm.c   |  45 ++-
  arch/arm/mach-exynos/Kconfig   |   1 +
  arch/arm/mach-exynos/soc.c |  18 +-
  arch/arm/mach-rmobile/lowlevel_init_gen3.S |   9 +-
  arch/powerpc/cpu/mpc512x/start.S   |   5 +
  arch/powerpc/cpu/mpc85xx/fsl_corenet_serdes.c  |   6 +-
  board/freescale/ls1021aiot/Kconfig |  15 +
  board/freescale/ls1021aiot/MAINTAINERS |   7 +
  board/freescale/ls1021aiot/Makefile|   9 +
  board/freescale/ls1021aiot/README  |  58 
  board/freescale/ls1021aiot/dcu.c   |  47 +++
  board/freescale/ls1021aiot/ls1021aiot.c| 259 +++
  board/freescale/ls1021aiot/ls102xa_pbi.cfg |  14 +
  board/freescale/ls1021aiot/ls102xa_rcw_sd.cfg  |  27 ++
  board/freescale/ls1021aiot/psci.S  |  28 ++
  board/freescale/ls1021aqds/ls102xa_rcw_nand.cfg|   2 +-
  board/freescale/ls1021aqds/ls102xa_rcw_sd_ifc.cfg  |   4 +-
  board/freescale/ls1021aqds/ls102xa_rcw_sd_qspi.cfg |   4 +-
  board/freescale/ls1021atwr/ls102xa_rcw_sd_ifc.cfg  |   2 +-
  board/freescale/ls1021atwr/ls102xa_rcw_sd_qspi.cfg |   2 +-
  board/freescale/ls1046aqds/ls1046aqds.c|  18 +
  board/freescale/ls2080a/MAINTAINERS|   2 +-
  

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

2016-09-20 Thread york sun
On 09/20/2016 12:55 PM, york@nxp.com wrote:
> On 09/20/2016 12:30 PM, Tom Rini wrote:
>> On Tue, Sep 20, 2016 at 06:09:47PM +, york sun wrote:
>>
>>> Tom,
>>>
>>> The following changes since commit
>>> 8cbb389bb3da80cbf8911f8386cbff92c6a78afe:
>>>
>>>Prepare v2016.09 (2016-09-12 10:05:51 -0400)
>>>
>>> are available in the git repository at:
>>>
>>>git://git.denx.de/u-boot-fsl-qoriq.git
>>>
>>> for you to fetch changes up to 126fe70d7746d7e60a6331391cab6713368b78dc:
>>>
>>>armv8: ls1046aqds: Add LS1046AQDS board support (2016-09-14 14:11:10
>>> -0700)
>>>
>>
>> NAK.  At least:
>>aarch64:  +   ls1012afrdm_qspi
>> +(ls1012afrdm_qspi) Error: You must add new CONFIG options using Kconfig
>> +(ls1012afrdm_qspi) The following new ad-hoc CONFIG options were
>> detected:
>> +(ls1012afrdm_qspi) CONFIG_MMDC_MDASP
>> +(ls1012afrdm_qspi) CONFIG_MMDC_MDCFG0
>> +(ls1012afrdm_qspi) CONFIG_MMDC_MDCFG1
>> +(ls1012afrdm_qspi) CONFIG_MMDC_MDCFG2
>> +(ls1012afrdm_qspi) CONFIG_MMDC_MDCTL
>> +(ls1012afrdm_qspi) CONFIG_MMDC_MDMISC
>> +(ls1012afrdm_qspi) CONFIG_MMDC_MDOR
>> +(ls1012afrdm_qspi) CONFIG_MMDC_MDOTC
>> +(ls1012afrdm_qspi) CONFIG_MMDC_MDPDC
>> +(ls1012afrdm_qspi) CONFIG_MMDC_MDREF
>> +(ls1012afrdm_qspi) CONFIG_MMDC_MDRWD
>> +(ls1012afrdm_qspi) CONFIG_MMDC_MPODTCTRL
>> +(ls1012afrdm_qspi) CONFIG_MMDC_MPZQHWCTRL
>> +(ls1012afrdm_qspi) CONFIG_SYS_FSL_ERRATUM_A010315
>> +(ls1012afrdm_qspi) CONFIG_SYS_FSL_MMDC
>> +(ls1012afrdm_qspi)
>> +(ls1012afrdm_qspi) Please add these via Kconfig instead. Find a
>> suitable Kconfig
>> +(ls1012afrdm_qspi) file and add a 'config' or 'menuconfig' option.
>> +(ls1012afrdm_qspi) make[1]: *** [no_new_adhoc_configs_check] Error 1
>> +(ls1012afrdm_qspi) make: *** [sub-make] Error 2
>>
>
> Tom,
>
> I don't see this issue in my tree, and I didn't request a pull with
> change to ls1012afrdm_qspi either.
>

Now I see it. Let me work on it. I also need to check why my test script 
missed this one.

York

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-09-20 Thread york sun
On 09/20/2016 12:30 PM, Tom Rini wrote:
> On Tue, Sep 20, 2016 at 06:09:47PM +, york sun wrote:
>
>> Tom,
>>
>> The following changes since commit 8cbb389bb3da80cbf8911f8386cbff92c6a78afe:
>>
>>Prepare v2016.09 (2016-09-12 10:05:51 -0400)
>>
>> are available in the git repository at:
>>
>>git://git.denx.de/u-boot-fsl-qoriq.git
>>
>> for you to fetch changes up to 126fe70d7746d7e60a6331391cab6713368b78dc:
>>
>>armv8: ls1046aqds: Add LS1046AQDS board support (2016-09-14 14:11:10
>> -0700)
>>
>
> NAK.  At least:
>aarch64:  +   ls1012afrdm_qspi
> +(ls1012afrdm_qspi) Error: You must add new CONFIG options using Kconfig
> +(ls1012afrdm_qspi) The following new ad-hoc CONFIG options were detected:
> +(ls1012afrdm_qspi) CONFIG_MMDC_MDASP
> +(ls1012afrdm_qspi) CONFIG_MMDC_MDCFG0
> +(ls1012afrdm_qspi) CONFIG_MMDC_MDCFG1
> +(ls1012afrdm_qspi) CONFIG_MMDC_MDCFG2
> +(ls1012afrdm_qspi) CONFIG_MMDC_MDCTL
> +(ls1012afrdm_qspi) CONFIG_MMDC_MDMISC
> +(ls1012afrdm_qspi) CONFIG_MMDC_MDOR
> +(ls1012afrdm_qspi) CONFIG_MMDC_MDOTC
> +(ls1012afrdm_qspi) CONFIG_MMDC_MDPDC
> +(ls1012afrdm_qspi) CONFIG_MMDC_MDREF
> +(ls1012afrdm_qspi) CONFIG_MMDC_MDRWD
> +(ls1012afrdm_qspi) CONFIG_MMDC_MPODTCTRL
> +(ls1012afrdm_qspi) CONFIG_MMDC_MPZQHWCTRL
> +(ls1012afrdm_qspi) CONFIG_SYS_FSL_ERRATUM_A010315
> +(ls1012afrdm_qspi) CONFIG_SYS_FSL_MMDC
> +(ls1012afrdm_qspi)
> +(ls1012afrdm_qspi) Please add these via Kconfig instead. Find a suitable 
> Kconfig
> +(ls1012afrdm_qspi) file and add a 'config' or 'menuconfig' option.
> +(ls1012afrdm_qspi) make[1]: *** [no_new_adhoc_configs_check] Error 1
> +(ls1012afrdm_qspi) make: *** [sub-make] Error 2
>

Tom,

I don't see this issue in my tree, and I didn't request a pull with 
change to ls1012afrdm_qspi either.

York
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-09-20 Thread Tom Rini
On Tue, Sep 20, 2016 at 06:09:47PM +, york sun wrote:

> Tom,
> 
> The following changes since commit 8cbb389bb3da80cbf8911f8386cbff92c6a78afe:
> 
>Prepare v2016.09 (2016-09-12 10:05:51 -0400)
> 
> are available in the git repository at:
> 
>git://git.denx.de/u-boot-fsl-qoriq.git
> 
> for you to fetch changes up to 126fe70d7746d7e60a6331391cab6713368b78dc:
> 
>armv8: ls1046aqds: Add LS1046AQDS board support (2016-09-14 14:11:10 
> -0700)
> 

NAK.  At least:
   aarch64:  +   ls1012afrdm_qspi
+(ls1012afrdm_qspi) Error: You must add new CONFIG options using Kconfig
+(ls1012afrdm_qspi) The following new ad-hoc CONFIG options were detected:
+(ls1012afrdm_qspi) CONFIG_MMDC_MDASP
+(ls1012afrdm_qspi) CONFIG_MMDC_MDCFG0
+(ls1012afrdm_qspi) CONFIG_MMDC_MDCFG1
+(ls1012afrdm_qspi) CONFIG_MMDC_MDCFG2
+(ls1012afrdm_qspi) CONFIG_MMDC_MDCTL
+(ls1012afrdm_qspi) CONFIG_MMDC_MDMISC
+(ls1012afrdm_qspi) CONFIG_MMDC_MDOR
+(ls1012afrdm_qspi) CONFIG_MMDC_MDOTC
+(ls1012afrdm_qspi) CONFIG_MMDC_MDPDC
+(ls1012afrdm_qspi) CONFIG_MMDC_MDREF
+(ls1012afrdm_qspi) CONFIG_MMDC_MDRWD
+(ls1012afrdm_qspi) CONFIG_MMDC_MPODTCTRL
+(ls1012afrdm_qspi) CONFIG_MMDC_MPZQHWCTRL
+(ls1012afrdm_qspi) CONFIG_SYS_FSL_ERRATUM_A010315
+(ls1012afrdm_qspi) CONFIG_SYS_FSL_MMDC
+(ls1012afrdm_qspi) 
+(ls1012afrdm_qspi) Please add these via Kconfig instead. Find a suitable 
Kconfig
+(ls1012afrdm_qspi) file and add a 'config' or 'menuconfig' option.
+(ls1012afrdm_qspi) make[1]: *** [no_new_adhoc_configs_check] Error 1
+(ls1012afrdm_qspi) make: *** [sub-make] Error 2

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-09-20 Thread york sun
Tom,

The following changes since commit 8cbb389bb3da80cbf8911f8386cbff92c6a78afe:

   Prepare v2016.09 (2016-09-12 10:05:51 -0400)

are available in the git repository at:

   git://git.denx.de/u-boot-fsl-qoriq.git

for you to fetch changes up to 126fe70d7746d7e60a6331391cab6713368b78dc:

   armv8: ls1046aqds: Add LS1046AQDS board support (2016-09-14 14:11:10 
-0700)


Hongbo Zhang (4):
   armv7: psci: make v7_flush_dcache_all public for all psci code
   nxp: ls102xa: add registers definition for system sleep
   nxp: ls102xa: add EPU Finite State Machine
   nxp: ls102xa: add LS1 PSCI system suspend

Hou Zhiqiang (5):
   fsl: serdes: ensure accessing the initialized maps of serdes protocol
   arm: fsl-layerscape: move forward the non-secure access 
permission setup
   fsl: csu: add an API to set individual device access permission
   fsl: csu: add an API to set R/W permission to PCIe
   fsl-layerscape: Add workaround for PCIe erratum A010315

Mingkai Hu (2):
   armv8: fsl-layerscape: Increase L2 Data RAM latency and L2 Tag 
RAM latency
   armv8: ls1046ardb: Add LS1046ARDB board support

Qianyu Gong (2):
   net: fm: fix spi flash probe for using driver model
   armv8: fsl-layerscape: spl: remove BSS clearing and board_init_r

Shaohui Xie (5):
   ddr: fsl: fix a compile issue
   Export memset for standalone AQ FW load apps
   armv8: fsl-layerscape: add define CONFIG_STANDALONE_LOAD_ADDR for 
standalone app
   armv8: ls1046a: disable SATA ECC in DCSR
   armv8: ls1046aqds: Add LS1046AQDS board support

Shengzhou Liu (4):
   armv8: fsl-layerscape: Update ddr erratum a008336
   armv7:ls1021a: Enable workaround for DDR erratum A-009942
   driver/ddr/fsl: Add general MMDC driver and reuse common MMDC 
driver for ls1012a
   armv8: ls1046a: Enable DDR erratum for ls1046a

Sumit Garg (2):
   board: ls1043ardb: move sec_init to board_init
   ls1043ardb: PPA: add PPA validation in case of secure boot

York Sun (3):
   driver/ddr/fsl: Add more debug registers
   driver/ddr/fsl: Revise workaround A008511 for A009803
   armv8: ls2080a: Remove debug server support

  Makefile   |   1 +
  README |   6 -
  arch/arm/Kconfig   |  26 ++
  arch/arm/cpu/armv7/ls102xa/Makefile|   2 +-
  arch/arm/cpu/armv7/ls102xa/fsl_epu.c   | 157 +++
  arch/arm/cpu/armv7/ls102xa/fsl_epu.h   |   8 +
  arch/arm/cpu/armv7/ls102xa/fsl_ls1_serdes.c|  15 +-
  arch/arm/cpu/armv7/ls102xa/ls102xa_psci.c  | 236 ++
  arch/arm/cpu/armv7/ls102xa/psci.S  |  11 +
  arch/arm/cpu/armv7/ls102xa/soc.c   |  19 +
  arch/arm/cpu/armv7/psci.S  |   6 +-
  arch/arm/cpu/armv8/fsl-layerscape/cpu.c|   5 -
  .../cpu/armv8/fsl-layerscape/fsl_lsch2_serdes.c|  12 +
  .../cpu/armv8/fsl-layerscape/fsl_lsch3_serdes.c|  12 +
  arch/arm/cpu/armv8/fsl-layerscape/lowlevel.S   |  15 +
  arch/arm/cpu/armv8/fsl-layerscape/ppa.c|  21 +
  arch/arm/cpu/armv8/fsl-layerscape/soc.c|  31 +-
  arch/arm/cpu/armv8/fsl-layerscape/spl.c|   9 -
  arch/arm/dts/Makefile  |   2 +
  arch/arm/dts/fsl-ls1046a-qds-duart.dts |  16 +
  arch/arm/dts/fsl-ls1046a-qds.dtsi  |  77 
  arch/arm/dts/fsl-ls1046a-rdb.dts   |  44 ++
  arch/arm/dts/fsl-ls1046a.dtsi  | 166 +++
  arch/arm/include/asm/arch-fsl-layerscape/config.h  |  14 +-
  .../include/asm/arch-fsl-layerscape/fsl_serdes.h   |   8 +
  .../include/asm/arch-fsl-layerscape/immap_lsch3.h  |   9 -
  .../include/asm/arch-fsl-layerscape/ns_access.h|   1 +
  arch/arm/include/asm/arch-fsl-layerscape/soc.h |   4 +
  arch/arm/include/asm/arch-ls102xa/config.h |   4 +
  arch/arm/include/asm/arch-ls102xa/fsl_serdes.h |   4 +
  arch/arm/include/asm/arch-ls102xa/immap_ls102xa.h  |  52 ++-
  arch/arm/include/asm/arch-ls102xa/ls102xa_soc.h|   4 +
  arch/arm/include/asm/fsl_secure_boot.h |  18 +
  arch/arm/include/asm/psci.h|   2 +
  arch/powerpc/cpu/mpc85xx/bsc9132_serdes.c  |   9 +
  arch/powerpc/cpu/mpc85xx/c29x_serdes.c |   9 +
  arch/powerpc/cpu/mpc85xx/fsl_corenet2_serdes.c |  18 +
  arch/powerpc/cpu/mpc85xx/fsl_corenet_serdes.c  |   8 +
  arch/powerpc/cpu/mpc85xx/mpc8536_serdes.c  |  20 +-
  arch/powerpc/cpu/mpc85xx/mpc8544_serdes.c  |  20 +-
  arch/powerpc/cpu/mpc85xx/mpc8548_serdes.c  |   9 +
  arch/powerpc/cpu/mpc85xx/mpc8568_serdes.c  |   9 +
  arch/powerpc/cpu/mpc85xx/mpc8569_serdes.c  |   9 +
  arch/powerpc/cpu/mpc85xx/mpc8572_serdes.c  |   9 +
  

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

2016-08-03 Thread Tom Rini
On Tue, Aug 02, 2016 at 11:42:46PM +, york sun wrote:

> Tom,
> 
> The following changes since commit 26fb8db0f4d1e7c118b5e8f3a8849f359b91c166:
> 
>Merge git://git.denx.de/u-boot-rockchip (2016-07-31 20:31:13 -0400)
> 
> are available in the git repository at:
> 
>git://git.denx.de/u-boot-fsl-qoriq.git
> 
> for you to fetch changes up to ab01ef5fa617444fd95543ee04ea53ccda273269:
> 
>ARMv8/fsl-ppa: Consolidate PPA image stored-media flag for XIP 
> (2016-08-02 09:51:29 -0700)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-08-02 Thread york sun
Tom,

The following changes since commit 26fb8db0f4d1e7c118b5e8f3a8849f359b91c166:

   Merge git://git.denx.de/u-boot-rockchip (2016-07-31 20:31:13 -0400)

are available in the git repository at:

   git://git.denx.de/u-boot-fsl-qoriq.git

for you to fetch changes up to ab01ef5fa617444fd95543ee04ea53ccda273269:

   ARMv8/fsl-ppa: Consolidate PPA image stored-media flag for XIP 
(2016-08-02 09:51:29 -0700)


Hou Zhiqiang (4):
   arm/PSCI: Removed unused code
   arm/PSCI: Fixed the backward compatiblity issue
   arm/PSCI: Add support for creating ARMv7 PSCI version 1.0 DT node
   ARMv8/fsl-ppa: Consolidate PPA image stored-media flag for XIP

Prabhakar Kushwaha (3):
   board: ls1012aqds: Update LBMAP_MASK and RST_CTL_RESET
   armv8: ls1012a: Enable DDR row-bank-column decoding
   armv8: ls1012a: Update Refresh cycle for DDR

Sumit Garg (1):
   crypto/fsl: Update blob cmd to accept 64bit addresses

Wenbin Song (1):
   armv8: ls1043a: enable pxe commands

York Sun (3):
   powerpc/mpc85xx: Update erratum workaround for A006379
   board/freescale: Update MAINTAINERS files
   driver/ddr/fsl: Fix timing_cfg_2

Yunhui Cui (1):
   driver: spi: fsl-qspi: remove compile Warnings

  arch/arm/cpu/armv8/fsl-layerscape/ppa.c |  2 +-
  arch/arm/include/asm/psci.h |  3 ++
  arch/arm/lib/psci-dt.c  | 80 
+++--
  arch/powerpc/include/asm/immap_85xx.h   |  2 +-
  board/freescale/b4860qds/MAINTAINERS|  2 +-
  board/freescale/bsc9132qds/MAINTAINERS  |  2 +-
  board/freescale/corenet_ds/MAINTAINERS  |  2 +-
  board/freescale/ls1021atwr/MAINTAINERS  |  4 ++
  board/freescale/ls1043ardb/MAINTAINERS  |  2 +-
  board/freescale/t1040qds/MAINTAINERS|  2 +-
  board/freescale/t104xrdb/MAINTAINERS|  6 ++-
  board/freescale/t208xqds/MAINTAINERS|  2 +-
  board/freescale/t208xrdb/MAINTAINERS|  2 +-
  board/freescale/t4qds/MAINTAINERS   |  2 +-
  cmd/blob.c  |  2 +-
  drivers/crypto/fsl/fsl_blob.c   | 13 --
  drivers/ddr/fsl/ctrl_regs.c |  2 +-
  drivers/spi/fsl_qspi.c  |  4 +-
  include/configs/ls1012aqds.h|  4 +-
  include/configs/ls1043a_common.h|  2 +
  include/configs/ls1043ardb.h|  4 +-
  include/fsl_mmdc.h  |  4 +-
  22 files changed, 82 insertions(+), 66 deletions(-)

Thanks.

York
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2016-07-26 Thread Tom Rini
On Tue, Jul 26, 2016 at 08:28:50PM +, york sun wrote:

> Tom,
> 
> The following changes since commit 29d63a59eaf1c9f3b37e249cda2a97e5e4f183f8:
> 
>ARM: uniphier: add clock/reset settings for xHCI of ProXstream2 
> (2016-07-24 00:44:55 +0900)
> 
> are available in the git repository at:
> 
>git://git.denx.de/u-boot-fsl-qoriq.git
> 
> for you to fetch changes up to 8401c7103d73b4010df95bf8bc79a60f378f1e50:
> 
>armv8: ls1043aqds: add IFC fixup in case QSPI is enabled (2016-07-26 
> 09:03:50 -0700)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


  1   2   >