All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] pull request: u-boot-fsl-qoriq/master
@ 2019-08-22  8:32 Prabhakar Kushwaha
  2019-08-22 23:31 ` Tom Rini
  0 siblings, 1 reply; 6+ messages in thread
From: Prabhakar Kushwaha @ 2019-08-22  8:32 UTC (permalink / raw)
  To: u-boot

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 <asm/arch/gpio.h> 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 <asm/arch/gpio.h> 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 <asm/arch/gpio.h> 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 <asm/arch/gpio.h> 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_lsch3.h  |  29 ++-
 .../asm/arch-fsl-layerscape/stream_id_lsch3.h      |  13 +-
 arch/arm/include/asm/gpio.h                        |   4 +-
 board/freescale/common/emc2305.c                   |  21 +++
 board/freescale/common/qixis.c                     |  62 ++++--
 board/freescale/common/sys_eeprom.c                |  84 ++++++++-
 board/freescale/common/vid.c                       |  84 +++++++++
 board/freescale/ls1028a/ls1028a.c                  |  11 ++
 board/freescale/ls1088a/eth_ls1088aqds.c           | 149 ++++++++++-----
 board/freescale/ls1088a/ls1088a.c                  | 209 ++++++++++++++++++++-
 board/freescale/ls1088a/ls1088a_qixis.h            |  11 ++
 board/freescale/ls2080aqds/eth.c                   | 151 ++++++++++-----
 board/freescale/ls2080aqds/ls2080aqds.c            |  16 ++
 board/freescale/ls2080ardb/ls2080ardb.c            |  41 +++-
 board/freescale/lx2160a/lx2160a.c                  |  59 +++++-
 configs/ls1028aqds_tfa_SECURE_BOOT_defconfig       |  10 +-
 configs/ls1028aqds_tfa_defconfig                   |  10 +-
 configs/ls1028ardb_tfa_SECURE_BOOT_defconfig       |  10 +-
 configs/ls1028ardb_tfa_defconfig                   |  10 +-
 configs/ls1043aqds_qspi_defconfig                  |   2 +
 configs/ls1043aqds_sdcard_qspi_defconfig           |   2 +
 configs/ls1043aqds_tfa_defconfig                   |   2 +
 configs/ls1088aqds_tfa_defconfig                   |  10 +-
 configs/ls1088ardb_tfa_SECURE_BOOT_defconfig       |  10 +-
 configs/ls1088ardb_tfa_defconfig                   |  10 +-
 configs/ls2088aqds_tfa_defconfig                   |   8 +-
 configs/ls2088ardb_tfa_SECURE_BOOT_defconfig       |  10 +-
 configs/ls2088ardb_tfa_defconfig                   |  10 +-
 configs/lx2160aqds_tfa_SECURE_BOOT_defconfig       |   9 +
 configs/lx2160aqds_tfa_defconfig                   |   9 +
 configs/lx2160ardb_tfa_SECURE_BOOT_defconfig       |   7 +
 configs/lx2160ardb_tfa_defconfig                   |   7 +
 drivers/ddr/fsl/main.c                             |  36 +++-
 drivers/i2c/mxc_i2c.c                              |  15 +-
 drivers/net/fsl-mc/mc.c                            |  10 +
 drivers/rtc/Kconfig                                |   6 +
 drivers/rtc/ds3231.c                               |  17 ++
 include/configs/ls1028a_common.h                   |   2 +
 include/configs/ls1028aqds.h                       |   1 -
 include/configs/ls1028ardb.h                       |   1 -
 include/configs/ls1043aqds.h                       |   1 -
 include/configs/ls1046afrwy.h                      |   3 +
 include/configs/ls1088a_common.h                   |   3 +
 include/configs/ls1088aqds.h                       |   6 +-
 include/configs/ls1088ardb.h                       |   2 -
 include/configs/ls2080a_common.h                   |   2 +
 include/configs/ls2080aqds.h                       |   4 +
 include/configs/ls2080ardb.h                       |   2 +
 include/fsl-mc/fsl_mc.h                            |   1 +
 include/rtc.h                                      |   6 +
 70 files changed, 1533 insertions(+), 196 deletions(-)
 create mode 100644 arch/arm/cpu/armv8/fsl-layerscape/ls1028_ids.c
 create mode 100644 arch/arm/cpu/armv8/fsl-layerscape/ls1088_ids.c

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot] pull request: u-boot-fsl-qoriq/master
  2019-08-22  8:32 [U-Boot] pull request: u-boot-fsl-qoriq/master Prabhakar Kushwaha
@ 2019-08-22 23:31 ` Tom Rini
  0 siblings, 0 replies; 6+ messages in thread
From: Tom Rini @ 2019-08-22 23:31 UTC (permalink / raw)
  To: u-boot

On Thu, Aug 22, 2019 at 08:32:50AM +0000, 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190822/1443d10a/attachment.sig>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot] Pull request : u-boot-fsl-qoriq/master
  2019-06-20 10:44   ` Prabhakar Kushwaha
@ 2019-06-20 13:15     ` Tom Rini
  0 siblings, 0 replies; 6+ messages in thread
From: Tom Rini @ 2019-06-20 13:15 UTC (permalink / raw)
  To: u-boot

On Thu, Jun 20, 2019 at 10:44:14AM +0000, Prabhakar Kushwaha wrote:
> Hi Tom,
> 
> > -----Original Message-----
> > From: Tom Rini <trini@konsulko.com>
> > Sent: Thursday, June 20, 2019 5:24 AM
> > To: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
> > Cc: u-boot at lists.denx.de
> > Subject: Re: Pull request : u-boot-fsl-qoriq/master
> > 
> > On Wed, Jun 19, 2019 at 11:42:51AM +0000, 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190620/2467950d/attachment.sig>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot] Pull request : u-boot-fsl-qoriq/master
  2019-06-19 23:54 ` Tom Rini
@ 2019-06-20 10:44   ` Prabhakar Kushwaha
  2019-06-20 13:15     ` Tom Rini
  0 siblings, 1 reply; 6+ messages in thread
From: Prabhakar Kushwaha @ 2019-06-20 10:44 UTC (permalink / raw)
  To: u-boot

Hi Tom,

> -----Original Message-----
> From: Tom Rini <trini@konsulko.com>
> Sent: Thursday, June 20, 2019 5:24 AM
> To: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
> Cc: u-boot at lists.denx.de
> Subject: Re: Pull request : u-boot-fsl-qoriq/master
> 
> On Wed, Jun 19, 2019 at 11:42:51AM +0000, 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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot] Pull request : u-boot-fsl-qoriq/master
  2019-06-19 11:42 [U-Boot] Pull request : u-boot-fsl-qoriq/master Prabhakar Kushwaha
@ 2019-06-19 23:54 ` Tom Rini
  2019-06-20 10:44   ` Prabhakar Kushwaha
  0 siblings, 1 reply; 6+ messages in thread
From: Tom Rini @ 2019-06-19 23:54 UTC (permalink / raw)
  To: u-boot

On Wed, Jun 19, 2019 at 11:42:51AM +0000, 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190619/3ca5deb0/attachment.sig>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot] Pull request : u-boot-fsl-qoriq/master
@ 2019-06-19 11:42 Prabhakar Kushwaha
  2019-06-19 23:54 ` Tom Rini
  0 siblings, 1 reply; 6+ messages in thread
From: Prabhakar Kushwaha @ 2019-06-19 11:42 UTC (permalink / raw)
  To: u-boot

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_qspi_defconfig               |   2 +
 configs/ls1012a2g5rdb_tfa_defconfig                |   2 +
 configs/ls1012afrdm_qspi_defconfig                 |   2 +
 configs/ls1012afrdm_tfa_defconfig                  |   2 +
 configs/ls1012afrwy_qspi_SECURE_BOOT_defconfig     |   2 +
 configs/ls1012afrwy_tfa_SECURE_BOOT_defconfig      |   2 +
 configs/ls1012afrwy_tfa_defconfig                  |   2 +
 configs/ls1012aqds_qspi_defconfig                  |   2 +
 configs/ls1012aqds_tfa_SECURE_BOOT_defconfig       |   2 +
 configs/ls1012aqds_tfa_defconfig                   |   2 +
 configs/ls1012ardb_qspi_SECURE_BOOT_defconfig      |   2 +
 configs/ls1012ardb_qspi_defconfig                  |   2 +
 configs/ls1012ardb_tfa_SECURE_BOOT_defconfig       |   2 +
 configs/ls1012ardb_tfa_defconfig                   |   2 +
 configs/ls1028aqds_tfa_SECURE_BOOT_defconfig       |  62 ++++++
 configs/ls1028aqds_tfa_defconfig                   |   1 +
 configs/ls1028ardb_tfa_SECURE_BOOT_defconfig       |  62 ++++++
 configs/ls1028ardb_tfa_defconfig                   |   1 +
 configs/ls1046afrwy_tfa_defconfig                  |  56 ++++++
 configs/ls1046ardb_emmc_defconfig                  |   1 +
 configs/ls1046ardb_qspi_spl_defconfig              |   1 +
 configs/ls1046ardb_sdcard_SECURE_BOOT_defconfig    |   1 +
 configs/ls1046ardb_sdcard_defconfig                |   1 +
 drivers/mmc/fsl_esdhc.c                            |  29 +++
 include/configs/ls1012a_common.h                   |   1 -
 include/configs/ls1028a_common.h                   |   4 +
 include/configs/ls1046a_common.h                   |  13 +-
 include/configs/ls1046afrwy.h                      | 136 +++++++++++++
 include/configs/ls1046ardb.h                       |   3 +
 include/configs/ls2080aqds.h                       |  51 ++++-
 include/configs/ls2080ardb.h                       |  12 +-
 include/configs/lx2160a_common.h                   |   6 -
 include/fm_eth.h                                   |  12 ++
 64 files changed, 1125 insertions(+), 85 deletions(-)
 create mode 100644 arch/arm/dts/fsl-ls1046a-frwy.dts
 create mode 100644 board/freescale/ls1046afrwy/Kconfig
 create mode 100644 board/freescale/ls1046afrwy/MAINTAINERS
 create mode 100644 board/freescale/ls1046afrwy/Makefile
 create mode 100644 board/freescale/ls1046afrwy/README
 create mode 100644 board/freescale/ls1046afrwy/ddr.c
 create mode 100644 board/freescale/ls1046afrwy/eth.c
 create mode 100644 board/freescale/ls1046afrwy/ls1046afrwy.c
 create mode 100644 configs/ls1028aqds_tfa_SECURE_BOOT_defconfig
 create mode 100644 configs/ls1028ardb_tfa_SECURE_BOOT_defconfig
 create mode 100644 configs/ls1046afrwy_tfa_defconfig
 create mode 100644 include/configs/ls1046afrwy.h

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-08-22 23:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-22  8:32 [U-Boot] pull request: u-boot-fsl-qoriq/master Prabhakar Kushwaha
2019-08-22 23:31 ` Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2019-06-19 11:42 [U-Boot] Pull request : u-boot-fsl-qoriq/master Prabhakar Kushwaha
2019-06-19 23:54 ` Tom Rini
2019-06-20 10:44   ` Prabhakar Kushwaha
2019-06-20 13:15     ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.