All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rajesh Bhagat <rajesh.bhagat@nxp.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/7] TF-A Boot support for NXP Chassis 3 platforms
Date: Thu, 27 Dec 2018 04:37:38 +0000	[thread overview]
Message-ID: <20181227045609.24341-1-rajesh.bhagat@nxp.com> (raw)

Includes changes in u-boot framework to support TF-A for NXP Chassis 3          
platforms. A new defconfig is added namely ls*_tfa_defconfig which will         
be used for all boot sources when TF-A is used.                                 

Also, provide fixes for TF-A Boot NXP Chassis 2 platforms.

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

Rajesh Bhagat (4):
  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

 arch/arm/cpu/armv8/fsl-layerscape/Kconfig    |  26 +--
 arch/arm/cpu/armv8/fsl-layerscape/cpu.c      |   2 +-
 arch/arm/cpu/armv8/fsl-layerscape/soc.c      |  13 +-
 arch/arm/dts/fsl-ls2088a-rdb-qspi.dts        |   4 +
 board/freescale/ls1088a/MAINTAINERS          |   4 +
 board/freescale/ls1088a/ddr.c                |  11 ++
 board/freescale/ls1088a/ls1088a.c            | 193 +++++++++++++++++++
 board/freescale/ls2080a/ls2080a.c            |   7 +
 board/freescale/ls2080aqds/MAINTAINERS       |   2 +
 board/freescale/ls2080aqds/ddr.c             |  12 ++
 board/freescale/ls2080ardb/MAINTAINERS       |   2 +
 board/freescale/ls2080ardb/ddr.c             |  12 ++
 board/freescale/ls2080ardb/ls2080ardb.c      |  37 ++++
 configs/ls1088aqds_tfa_defconfig             |  69 +++++++
 configs/ls1088ardb_tfa_SECURE_BOOT_defconfig |  64 ++++++
 configs/ls1088ardb_tfa_defconfig             |  61 ++++++
 configs/ls2088aqds_tfa_defconfig             |  63 ++++++
 configs/ls2088ardb_tfa_SECURE_BOOT_defconfig |  74 +++++++
 configs/ls2088ardb_tfa_defconfig             |  72 +++++++
 drivers/misc/fsl_ifc.c                       | 173 +++++++++++++++++
 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 ++++++++++++-
 27 files changed, 1310 insertions(+), 25 deletions(-)
 create mode 100644 configs/ls1088aqds_tfa_defconfig
 create mode 100644 configs/ls1088ardb_tfa_SECURE_BOOT_defconfig
 create mode 100644 configs/ls1088ardb_tfa_defconfig
 create mode 100644 configs/ls2088aqds_tfa_defconfig
 create mode 100644 configs/ls2088ardb_tfa_SECURE_BOOT_defconfig
 create mode 100644 configs/ls2088ardb_tfa_defconfig

-- 
2.17.1

             reply	other threads:[~2018-12-27  4:37 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-27  4:37 Rajesh Bhagat [this message]
2018-12-27  4:37 ` [U-Boot] [PATCH 1/7] armv8: fsl-layerscape: fixes for TFABOOT framework Rajesh Bhagat
2019-01-18 18:25   ` York Sun
2018-12-27  4:37 ` [U-Boot] [PATCH 2/7] drivers: ifc: restore the legacy flow for IFC config Rajesh Bhagat
2019-01-17 21:12   ` York Sun
2019-01-18  5:14     ` Rajesh Bhagat
2018-12-27  4:37 ` [U-Boot] [PATCH 3/7] ls1043a: add support for nand-boot cmd for TFA Rajesh Bhagat
2018-12-27  4:37 ` [U-Boot] [PATCH 4/7] armv8: ls1088ardb: Add TFABOOT support Rajesh Bhagat
2018-12-27  4:37 ` [U-Boot] [PATCH 5/7] armv8: ls1088aqds: " Rajesh Bhagat
2018-12-27  4:37 ` [U-Boot] [PATCH 6/7] armv8: ls2088ardb: " Rajesh Bhagat
2018-12-27  4:38 ` [U-Boot] [PATCH 7/7] armv8: ls2088aqds: " Rajesh Bhagat

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=20181227045609.24341-1-rajesh.bhagat@nxp.com \
    --to=rajesh.bhagat@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.