All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/7] TF-A Boot support for NXP Chassis 3 platforms
@ 2018-12-27  4:37 Rajesh Bhagat
  2018-12-27  4:37 ` [U-Boot] [PATCH 1/7] armv8: fsl-layerscape: fixes for TFABOOT framework Rajesh Bhagat
                   ` (6 more replies)
  0 siblings, 7 replies; 11+ messages in thread
From: Rajesh Bhagat @ 2018-12-27  4:37 UTC (permalink / raw)
  To: u-boot

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

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

end of thread, other threads:[~2019-01-18 18:25 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-27  4:37 [U-Boot] [PATCH 0/7] TF-A Boot support for NXP Chassis 3 platforms Rajesh Bhagat
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

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.