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

2019-08-22 Thread Tom Rini
On Thu, Aug 22, 2019 at 08:32:50AM +, Prabhakar Kushwaha wrote:

> Dear Tom,
> 
> Please find my pull request for u-boot-fsl-qoriq/master
> 
> Summary i.e. Changes for v2019.10-rc3
> - i2c dm model support of lx2160a, ls1088a, lx2088a, ls1028a
> - icid setup for ls1028a, ls1088a
> - other small fixes
> 
> Travis-CI:  https://travis-ci.org/prabhukush/u-boot/builds/575158792
> 
> 
> --pk (prabhakar: prabhu_kush)
> 

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] pull request: u-boot-fsl-qoriq/master

2019-08-22 Thread Prabhakar Kushwaha
Dear Tom,

Please find my pull request for u-boot-fsl-qoriq/master

Summary i.e. Changes for v2019.10-rc3
- i2c dm model support of lx2160a, ls1088a, lx2088a, ls1028a
- icid setup for ls1028a, ls1088a
- other small fixes

Travis-CI:  https://travis-ci.org/prabhukush/u-boot/builds/575158792


--pk (prabhakar: prabhu_kush)



The following changes since commit 1e60ccd94318fb86610e1e28512b2aaac5f4b069:

  Merge branch '2019-08-20-master-imports' (2019-08-20 21:40:12 -0400)

are available in the git repository at:

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

for you to fetch changes up to b249fcba00e093149f8424492da155572f12d7bb:

  armv8: ls1028a: add icid setup for platform devices (2019-08-22 09:07:36 
+0530)


Alison Wang (1):
  armv8: ls1046afrwy: Define CONFIG_ENV_ADDR for QSPI Boot

Ashish Kumar (1):
  configs: ls1043aqds: Move CONFIG_FSL_QSPI to defconfig

Chuanhua Han (31):
  boards: lx2160a: Add support of I2C driver model
  drivers: i2c: mxc: Fix compiler error when using i2c dm mode
  gpio: do not include  on ARCH_LX2160A
  armv8: dts: fsl-lx2160a: add i2c controller and gpio DT nodes
  armv8: dts: Add pcf2127 node for lx2160ardb
  armv8: dts: lx2160ardb : Add the "u-boot, dm-pre-reloc" for i2c0
  armv8: dts: lx2160aqds : Add pcf2127 node
  configs: lx2160: enable DM support for pcf2127 rtc
  boards: ls1028a: Add support of I2C driver model
  gpio: do not include  on ARCH_LS1028A
  armv8: dts: ls1028ardb: Add slave nodes under the i2c0 controller
  armv8: ls1028aqds: Remove the definition of CONFIG_SYS_I2C_EARLY_INIT
  configs: ls1028a: Enable DM support for pcf2127 rtc
  armv8: dts: ls1028aqds: Add pca9547 node under the i2c0 controller
  armv8: dts: ls1028aqds: Add pcf2127 node under i2c1
  boards: ls2088a: Add support of I2C driver model.
  gpio: do not include  on ARCH_LS2080A
  armv8: dts: ls2088ardb: Add slave nodes under the i2c0
  rtc: ds3232/ds3231: Add support to generate 32KHz output for driver module
  boards: ls2088aqds: Add support of I2C driver model.
  armv8: dts: ls2088aqds : Add ds3232 node
  configs: ls2088a: Enable DM support for ds3231 rtc
  boards: ls1088a: Add support of I2C driver model
  gpio: do not include  on ARCH_LS1088A
  armv8: dts: ls1088a: add I2C node support
  armv8: dts: ls1088ardb: Add slave nodes under the i2c0 controller
  armv8: ls1088aqds: Add support of I2C driver model.
  armv8: dts: ls1088aqds : Add pcf2127 node
  configs: ls1088a: Enable DM support for pcf2127 rtc
  armv8: ls1088aqds: support DSPI mode by hwconfig
  armv8: kconfig: Fix some platforms incorrect I2C clock divider

Laurentiu Tudor (5):
  armv8: fsl-layerscape: add missing sec jr base address defines
  armv8: fsl-layerscape: add base addresses for several devices
  armv8: fsl-layerscape: make icid setup endianness aware
  armv8: ls1088a: add icid setup for platform devices
  armv8: ls1028a: add icid setup for platform devices

Meenakshi Aggarwal (1):
  drivers: net: mc: Report extra memory to Linux

Pankaj Bansal (2):
  boards: fsl: lx2160ardb: enable flexcan
  armv8: ls1028aqds: define ARCH_MISC_INIT to handle mux

Yuantian Tang (2):
  common: qixis: make the qixis compatible with new soc
  armv8: ls1028a: select BOARD_LATE_INIT config

chuanhua han (1):
  armv8: dts: fsl-ls2088a: add i2c node support

 arch/arm/Kconfig   |   3 +
 arch/arm/cpu/armv8/fsl-layerscape/Kconfig  |  36 ++--
 arch/arm/cpu/armv8/fsl-layerscape/Makefile |   2 +
 arch/arm/cpu/armv8/fsl-layerscape/icid.c   |   5 +-
 arch/arm/cpu/armv8/fsl-layerscape/ls1028_ids.c |  33 
 arch/arm/cpu/armv8/fsl-layerscape/ls1088_ids.c |  30 +++
 arch/arm/cpu/armv8/fsl-layerscape/soc.c|   4 +
 arch/arm/dts/fsl-ls1028a-qds.dts   |  13 ++
 arch/arm/dts/fsl-ls1028a-rdb.dts   |  20 ++
 arch/arm/dts/fsl-ls1088a-qds.dts   |  23 +++
 arch/arm/dts/fsl-ls1088a-rdb.dts   |  23 +++
 arch/arm/dts/fsl-ls1088a.dtsi  |  32 
 arch/arm/dts/fsl-ls2080a-qds.dts   |  19 ++
 arch/arm/dts/fsl-ls2080a.dtsi  |  36 
 arch/arm/dts/fsl-ls2088a-rdb-qspi.dts  |  22 +++
 arch/arm/dts/fsl-lx2160a-qds.dts   |  23 +++
 arch/arm/dts/fsl-lx2160a-rdb.dts   |  14 ++
 arch/arm/dts/fsl-lx2160a.dtsi  |  85 +
 arch/arm/include/asm/arch-fsl-layerscape/config.h  |   2 +
 .../arm/include/asm/arch-fsl-layerscape/fsl_icid.h | 106 ---
 .../include/asm/arch-fsl-layerscape/immap_lsc

Re: [U-Boot] Pull request : u-boot-fsl-qoriq/master

2019-06-20 Thread Tom Rini
On Thu, Jun 20, 2019 at 10:44:14AM +, Prabhakar Kushwaha wrote:
> Hi Tom,
> 
> > -Original Message-
> > From: Tom Rini 
> > Sent: Thursday, June 20, 2019 5:24 AM
> > To: Prabhakar Kushwaha 
> > Cc: u-boot@lists.denx.de
> > Subject: Re: Pull request : u-boot-fsl-qoriq/master
> > 
> > On Wed, Jun 19, 2019 at 11:42:51AM +, Prabhakar Kushwaha wrote:
> > 
> > > Dear Tom,
> > >
> > > Please find my pull request for u-boot-fsl-qoriq/master
> > >
> > > Summary:
> > >  - LS1046AFRWY support
> > >  - USB errata fix and secure boot defconfig support for LS1028A
> > >  - Enabled SDHC and SATA for LX2160
> > >  - LS1046A serdes fixes
> > >  - other minor fixes
> > >
> > > Travis-CI:  https://travis-ci.org/prabhukush/u-boot/builds/547580045
> > >
> > >
> > > --pk (prabhakar: prabhu_kush)
> > >
> > 
> > Applied to u-boot/master, thanks!
> 
> Somehow https://git.denx.de/u-boot.git/ not showing this pull request merger

As part of the transition, "git.denx.de" is being updated manually for
now, it should be there soon.

-- 
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] Pull request : u-boot-fsl-qoriq/master

2019-06-20 Thread Prabhakar Kushwaha
Hi Tom,

> -Original Message-
> From: Tom Rini 
> Sent: Thursday, June 20, 2019 5:24 AM
> To: Prabhakar Kushwaha 
> Cc: u-boot@lists.denx.de
> Subject: Re: Pull request : u-boot-fsl-qoriq/master
> 
> On Wed, Jun 19, 2019 at 11:42:51AM +, Prabhakar Kushwaha wrote:
> 
> > Dear Tom,
> >
> > Please find my pull request for u-boot-fsl-qoriq/master
> >
> > Summary:
> >  - LS1046AFRWY support
> >  - USB errata fix and secure boot defconfig support for LS1028A
> >  - Enabled SDHC and SATA for LX2160
> >  - LS1046A serdes fixes
> >  - other minor fixes
> >
> > Travis-CI:  https://travis-ci.org/prabhukush/u-boot/builds/547580045
> >
> >
> > --pk (prabhakar: prabhu_kush)
> >
> 
> Applied to u-boot/master, thanks!
> 

Somehow https://git.denx.de/u-boot.git/ not showing this pull request merger

--pk

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


Re: [U-Boot] Pull request : u-boot-fsl-qoriq/master

2019-06-19 Thread Tom Rini
On Wed, Jun 19, 2019 at 11:42:51AM +, Prabhakar Kushwaha wrote:

> Dear Tom,
> 
> Please find my pull request for u-boot-fsl-qoriq/master
> 
> Summary:
>  - LS1046AFRWY support
>  - USB errata fix and secure boot defconfig support for LS1028A 
>  - Enabled SDHC and SATA for LX2160
>  - LS1046A serdes fixes 
>  - other minor fixes
> 
> Travis-CI:  https://travis-ci.org/prabhukush/u-boot/builds/547580045
> 
> 
> --pk (prabhakar: prabhu_kush)
> 

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] Pull request : u-boot-fsl-qoriq/master

2019-06-19 Thread Prabhakar Kushwaha
Dear Tom,

Please find my pull request for u-boot-fsl-qoriq/master

Summary:
 - LS1046AFRWY support
 - USB errata fix and secure boot defconfig support for LS1028A 
 - Enabled SDHC and SATA for LX2160
 - LS1046A serdes fixes 
 - other minor fixes

Travis-CI:  https://travis-ci.org/prabhukush/u-boot/builds/547580045


--pk (prabhakar: prabhu_kush)


The following changes since commit 77f6e2dd0551d8a825bab391a1bd6b838874bcd4:

  Merge tag 'efi-2019-07-rc5-2' of git://git.denx.de/u-boot-efi (2019-06-15 
13:03:00 -0400)

are available in the git repository at:

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

for you to fetch changes up to da70f766dd19d3645f32ed51a64b137bac7da423:

  board/freescale/common: secure_boot: Set bootdelay to -2. (2019-06-19 
12:54:57 +0530)


Alex Marginean (2):
  armv8: fsl-layerscape: fix config dependency for layerscape pci code
  arm: ls1028a: define the integrated PCI bus (ECAM)

Ashish Kumar (1):
  configs: Unset CONFIG_SPI_FLASH_BAR, move CONFIG_FSL_QSPI to defconfig

Maciej Pijanowski (3):
  arm: fsl-layerscape: fix 0x3363 serdes1 settings for ls1046a
  arm: fsl-layerscape: add 0x3040 serdes1 settings for LS1046A
  configs/ls1046ardb_*: disable CONFIG_SPI_FLASH_USE_4K_SECTORS

Meenakshi Aggarwal (1):
  armv8/fsl-layerscape: Add loop to check L3 dcache status

Mian Yousaf Kaukab (2):
  board: lx2160a: fix fsl-mc status in fdt with bootefi
  board: lx2160a: use default scan_dev_for_boot

Pankaj Bansal (1):
  board/fsl/layerscape: Modify the aliases names

Pankit Garg (3):
  armv8: fsl-layerscape: Update qspi clk cfg
  ls1046ardb: Add CONFIG_ENV_ADDR to init env in qspi boot
  armv8: fsl-layerscape: Change bootcmd update logic

Peng Ma (3):
  armv8: lx2160aqds: Enable sata
  armv8: ls1028a: Add ecc address node for sata.
  ARM: dts: ls1021a: Fixed reg for sata node

Ran Wang (1):
  armv8: ls1028a: enable workaround for USB erratum A-008997

Udit Agarwal (1):
  board/freescale/common: secure_boot: Set bootdelay to -2.

Vabhav Sharma (1):
  armv8: ls1046afrwy: Add support for LS1046AFRWY platform

Wasim Khan (3):
  armv8: ls2088aqds: Add bootcmd for TFA boot
  armv8: ls2088aqds: Fix MC firmware loading during SD boot
  armv8: ls2088ardb: Fix MC firmware loading during SD boot

Xiaowei Bao (1):
  armv8: ls1028a: Add other serdes protocal support

Yangbo Lu (2):
  armv8: fsl-lsch3: add clock support for the second eSDHC
  mmc: fsl_esdhc: fix probe issue without CONFIG_BLK enabled

Yinbo Zhu (3):
  armv8: ls1028a: enable workaround for USB errarum A-009007
  armv8: lx2160aqds: Enable eSDHC controllers
  armv8: fsl-lsch2: add clock support for the second eSDHC

Yuantian Tang (1):
  armv8: ls1028a: Add secure boot defconfig

 arch/arm/Kconfig   |  15 ++
 arch/arm/cpu/armv8/Kconfig |   1 +
 arch/arm/cpu/armv8/fsl-layerscape/Kconfig  |   1 +
 arch/arm/cpu/armv8/fsl-layerscape/fdt.c|   2 +-
 .../arm/cpu/armv8/fsl-layerscape/fsl_lsch2_speed.c |   2 +
 .../arm/cpu/armv8/fsl-layerscape/fsl_lsch3_speed.c |   2 +
 arch/arm/cpu/armv8/fsl-layerscape/lowlevel.S   |  30 +--
 arch/arm/cpu/armv8/fsl-layerscape/ls1028a_serdes.c |  13 ++
 arch/arm/cpu/armv8/fsl-layerscape/ls1046a_serdes.c |   4 +-
 arch/arm/cpu/armv8/fsl-layerscape/soc.c|  24 ++-
 arch/arm/dts/Makefile  |   1 +
 arch/arm/dts/fsl-ls1028a.dtsi  |  16 +-
 arch/arm/dts/fsl-ls1046a-frwy.dts  |  34 
 arch/arm/dts/fsl-lx2160a-qds.dts   |  23 +++
 arch/arm/dts/ls1021a.dtsi  |   3 +-
 arch/arm/include/asm/arch-fsl-layerscape/clock.h   |   2 +
 arch/arm/include/asm/arch-fsl-layerscape/cpu.h |   2 +
 .../include/asm/arch-fsl-layerscape/fsl_serdes.h   |  12 ++
 .../include/asm/arch-fsl-layerscape/immap_lsch3.h  |   5 +
 board/freescale/common/fsl_chain_of_trust.c|   2 +-
 board/freescale/ls1028a/MAINTAINERS|  10 +
 board/freescale/ls1043aqds/eth.c   |  33 +--
 board/freescale/ls1046afrwy/Kconfig|  17 ++
 board/freescale/ls1046afrwy/MAINTAINERS|   7 +
 board/freescale/ls1046afrwy/Makefile   |   7 +
 board/freescale/ls1046afrwy/README |  76 +++
 board/freescale/ls1046afrwy/ddr.c  |  19 ++
 board/freescale/ls1046afrwy/eth.c  | 114 +++
 board/freescale/ls1046afrwy/ls1046afrwy.c  | 223 +
 board/freescale/ls1046aqds/eth.c   |  26 +--
 board/freescale/lx2160a/lx2160a.c  |   3 +-
 configs/ls1012a2g5rdb