All of lore.kernel.org
 help / color / mirror / Atom feed
From: York Sun <york.sun@nxp.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] Please pull u-boot-fsl-qoriq master
Date: Tue, 12 Sep 2017 15:59:46 +0000	[thread overview]
Message-ID: <VI1PR04MB20780303FCB2282B578E7BC59A690@VI1PR04MB2078.eurprd04.prod.outlook.com> (raw)

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 +++
 board/freescale/ls1088a/ls1088a.c                  | 406 ++++++++++++
 board/freescale/ls1088a/ls1088a_qixis.h            |  39 ++
 board/freescale/ls2080aqds/ls2080aqds.c            |   7 +-
 board/freescale/ls2080ardb/MAINTAINERS             |   5 +
 board/freescale/ls2080ardb/ls2080ardb.c            |   4 +
 cmd/spl.c                                          |   8 +-
 common/spl/spl_fit.c                               | 144 +++--
 configs/ls1088aqds_qspi_defconfig                  |  33 +
 configs/ls1088ardb_qspi_defconfig                  |  33 +
 configs/ls2088ardb_qspi_SECURE_BOOT_defconfig      |  48 ++
 doc/uImage.FIT/multi_spl.its                       |   7 +
 doc/uImage.FIT/source_file_format.txt              |   4 +
 drivers/ddr/fsl/util.c                             |   2 +-
 drivers/net/fsl-mc/mc.c                            |  11 +-
 drivers/net/ldpaa_eth/Makefile                     |   1 +
 drivers/net/ldpaa_eth/ldpaa_wriop.c                |   9 +
 drivers/net/ldpaa_eth/ls1088a.c                    | 114 ++++
 drivers/qe/qe.c                                    |   4 +-
 include/configs/ls1088a_common.h                   | 205 +++++++
 include/configs/ls1088aqds.h                       | 414 +++++++++++++
 include/configs/ls1088ardb.h                       | 317 ++++++++++
 include/fsl-mc/ldpaa_wriop.h                       |   2 +
 include/fsl_immap.h                                |  51 ++
 lib/Kconfig                                        |  12 +
 lib/Makefile                                       |   5 +-
 scripts/config_whitelist.txt                       |   1 -
 tools/pblimage.c                                   |   2 +-
 67 files changed, 3972 insertions(+), 228 deletions(-)
 create mode 100644 arch/arm/cpu/armv8/fsl-layerscape/ls1088a_serdes.c
 create mode 100644 arch/arm/dts/fsl-ls1088a-qds.dts
 create mode 100644 arch/arm/dts/fsl-ls1088a-rdb.dts
 create mode 100644 arch/arm/dts/fsl-ls1088a.dtsi
 create mode 100644 board/freescale/ls1088a/Kconfig
 create mode 100644 board/freescale/ls1088a/MAINTAINERS
 create mode 100644 board/freescale/ls1088a/Makefile
 create mode 100644 board/freescale/ls1088a/README
 create mode 100644 board/freescale/ls1088a/ddr.c
 create mode 100644 board/freescale/ls1088a/ddr.h
 create mode 100644 board/freescale/ls1088a/eth_ls1088aqds.c
 create mode 100644 board/freescale/ls1088a/eth_ls1088ardb.c
 create mode 100644 board/freescale/ls1088a/ls1088a.c
 create mode 100644 board/freescale/ls1088a/ls1088a_qixis.h
 create mode 100644 configs/ls1088aqds_qspi_defconfig
 create mode 100644 configs/ls1088ardb_qspi_defconfig
 create mode 100644 configs/ls2088ardb_qspi_SECURE_BOOT_defconfig
 create mode 100644 drivers/net/ldpaa_eth/ls1088a.c
 create mode 100644 include/configs/ls1088a_common.h
 create mode 100644 include/configs/ls1088aqds.h
 create mode 100644 include/configs/ls1088ardb.h

Thanks.

York

             reply	other threads:[~2017-09-12 15:59 UTC|newest]

Thread overview: 147+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-12 15:59 York Sun [this message]
2017-09-12 21:13 ` [U-Boot] Please pull u-boot-fsl-qoriq master Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2019-05-24  5:07 Prabhakar Kushwaha
2019-05-26 10:48 ` Tom Rini
2019-05-22 12:31 Prabhakar Kushwaha
2019-05-22 16:58 ` Tom Rini
2019-03-15 12:54 Prabhakar Kushwaha
2019-03-17 19:30 ` Tom Rini
2019-03-04  8:57 Prabhakar Kushwaha
2019-03-05  2:47 ` Tom Rini
2019-02-20  7:31 Prabhakar Kushwaha
2019-02-21 23:09 ` Tom Rini
2019-01-18 18:09 York Sun
2019-01-19 14:02 ` Tom Rini
2018-09-28 15:04 York Sun
2018-09-30  2:27 ` Tom Rini
2018-08-23 19:01 York Sun
2018-08-24  2:45 ` Tom Rini
2018-08-13 16:19 York Sun
2018-08-13 23:55 ` Tom Rini
2018-06-12 17:24 York Sun
2018-06-12 22:33 ` Tom Rini
2018-06-08 23:49 York Sun
2018-06-09  4:39 ` Tom Rini
2018-06-09  4:46   ` York Sun
2018-06-11 12:25     ` Tom Rini
2018-06-09  4:57   ` York Sun
2018-06-11 12:29     ` Tom Rini
2018-06-11 16:33       ` York Sun
2018-05-11  4:20 York Sun
2018-05-11 15:45 ` Tom Rini
2018-03-20 22:07 York Sun
2018-03-21  1:56 ` Tom Rini
2018-02-12 17:06 York Sun
2018-02-12 22:32 ` Tom Rini
2018-01-31 23:04 York Sun
2018-02-01 13:08 ` Tom Rini
2018-01-24  2:00 York Sun
2018-01-24 16:28 ` Tom Rini
2018-01-17 18:33 York Sun
2018-01-18 13:45 ` Tom Rini
2018-01-11  4:57 York Sun
2018-01-11 18:42 ` Tom Rini
2018-01-05  1:19 York Sun
2018-01-05 16:00 ` York Sun
2017-12-18 16:26 York Sun
2017-12-19  1:56 ` Tom Rini
2017-12-07 22:43 York Sun
2017-12-08  2:49 ` Tom Rini
2017-12-08 14:31 ` Tom Rini
2017-10-27 21:29 York Sun
2017-10-29 11:58 ` Tom Rini
2017-10-12 14:51 York Sun
2017-10-12 22:29 ` Tom Rini
2017-09-23  5:08 York Sun
2017-09-24 14:40 ` Tom Rini
2017-08-10 15:34 York Sun
2017-08-11  2:19 ` Tom Rini
2017-08-11  2:35   ` York Sun
2017-08-11 11:13     ` Tom Rini
2017-08-11 14:35     ` Tom Rini
2017-08-11 14:47       ` York Sun
2017-08-11 14:51 ` Tom Rini
2017-08-01 22:56 York Sun
2017-08-01 23:34 ` Bin Meng
2017-08-03 19:07 ` Tom Rini
2017-06-02 17:46 york sun
2017-06-04 17:11 ` Tom Rini
2017-04-25 15:44 York Sun
2017-04-26 19:16 ` Tom Rini
2017-04-18 15:32 York Sun
2017-04-19 13:02 ` Tom Rini
2017-03-28 18:02 york sun
2017-04-04 19:59 ` Tom Rini
2017-03-14 19:31 york sun
2017-03-09 21:33 york sun
2017-03-10 15:23 ` Tom Rini
2017-03-10 16:46   ` york sun
2017-03-10 21:07     ` Tom Rini
2017-03-10 21:21       ` york sun
2017-03-10 21:42         ` Tom Rini
2017-02-03 22:35 york sun
2017-02-05 16:25 ` Tom Rini
2017-01-19 17:20 york sun
2017-01-20 13:50 ` Tom Rini
2016-12-16 17:43 york sun
2016-12-17  3:18 ` Tom Rini
2016-12-05 19:39 york sun
2016-12-06  0:37 ` Tom Rini
2016-11-23 19:13 york sun
2016-11-29 15:55 ` Tom Rini
2016-11-23  1:06 york sun
2016-11-23 12:22 ` Tom Rini
2016-11-23 16:53   ` york sun
2016-09-20 18:09 york sun
2016-09-20 19:31 ` Tom Rini
2016-09-20 19:55   ` york sun
     [not found]   ` <0ca4216b-c5ed-b18b-6f75-74c136269d5e@nxp.com>
2016-09-20 20:23     ` york sun
2016-08-02 23:42 york sun
2016-08-03 12:19 ` Tom Rini
2016-07-26 20:28 york sun
2016-07-27  0:58 ` Tom Rini
2016-07-19 20:29 york sun
2016-07-20  2:22 ` Tom Rini
2016-06-10 22:18 York Sun
2016-06-19 14:03 ` Tom Rini
2016-05-24 17:28 York Sun
2016-05-24 23:18 ` Tom Rini
2016-04-06 17:35 York Sun
2016-04-08 19:44 ` Tom Rini
2016-03-29 16:06 York Sun
2016-03-29 22:06 ` Tom Rini
2016-03-22 15:52 york sun
2016-03-23  1:58 ` Tom Rini
2016-02-24 17:02 york sun
2016-02-25 15:22 ` Tom Rini
2016-02-02  2:41 york sun
2016-02-02 15:49 ` Tom Rini
2015-12-17  6:42 York Sun
2015-12-18  0:28 ` Tom Rini
2015-12-15  1:16 York Sun
2015-12-15 23:29 ` Tom Rini
2015-12-16  1:40   ` York Sun
2015-12-16  1:48     ` York Sun
2015-12-16  1:59       ` Tom Rini
2015-12-16  2:01         ` York Sun
2015-12-16  2:14           ` York Sun
2015-11-30 19:32 York Sun
2015-12-01  1:37 ` Tom Rini
2015-10-30 16:26 York Sun
2015-10-30 19:54 ` Tom Rini
2015-09-02  3:00 York Sun
2015-09-02 21:58 ` Tom Rini
2015-08-04 16:08 York Sun
2015-08-04 17:50 ` Tom Rini
2015-07-20 21:07 York Sun
2015-07-21 13:50 ` Tom Rini
2015-05-22 20:55 York Sun
2015-05-23 12:42 ` Tom Rini
2015-04-24  2:17 York Sun
2015-04-28 14:50 ` Tom Rini
2015-02-25 21:29 York Sun
2015-02-26  2:58 ` Tom Rini
2015-01-24 15:44 York Sun
2015-01-27 11:50 ` Tom Rini
2014-10-20 21:29 York Sun
2014-10-21 19:55 ` Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=VI1PR04MB20780303FCB2282B578E7BC59A690@VI1PR04MB2078.eurprd04.prod.outlook.com \
    --to=york.sun@nxp.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.