[PATCH v2 12/15] Layerscape: Enable Job ring driver model in U-Boot.

Priyanka Jain (OSS) priyanka.jain at oss.nxp.com
Mon Sep 13 09:10:02 CEST 2021



>-----Original Message-----
>From: U-Boot <u-boot-bounces at lists.denx.de> On Behalf Of Gaurav Jain
>Sent: Friday, September 3, 2021 12:33 PM
>To: u-boot at lists.denx.de
>Cc: Stefano Babic <sbabic at denx.de>; Fabio Estevam <festevam at gmail.com>;
>Peng Fan <peng.fan at nxp.com>; Simon Glass <sjg at chromium.org>; Priyanka Jain
><priyanka.jain at nxp.com>; Ye Li <ye.li at nxp.com>; Horia Geanta
><horia.geanta at nxp.com>; Ji Luo <ji.luo at nxp.com>; Franck Lenormand
><franck.lenormand at nxp.com>; Silvano Di Ninno <silvano.dininno at nxp.com>;
>Sahil Malhotra <sahil.malhotra at nxp.com>; Pankaj Gupta
><pankaj.gupta at nxp.com>; Varun Sethi <V.Sethi at nxp.com>; dl-uboot-imx
><uboot-imx at nxp.com>; Shengzhou Liu <shengzhou.liu at nxp.com>; Mingkai Hu
><mingkai.hu at nxp.com>; Rajesh Bhagat <rajesh.bhagat at nxp.com>; Meenakshi
>Aggarwal <meenakshi.aggarwal at nxp.com>; Wasim Khan
><wasim.khan at nxp.com>; Alison Wang <alison.wang at nxp.com>; Pramod Kumar
><pramod.kumar_1 at nxp.com>; Andy Tang <andy.tang at nxp.com>; Adrian Alonso
><adrian.alonso at nxp.com>; Vladimir Oltean <olteanv at gmail.com>; Gaurav Jain
><gaurav.jain at nxp.com>
>Subject: [PATCH v2 12/15] Layerscape: Enable Job ring driver model in U-Boot.
>
>LS(1021/1012/1028/1043/1046/1088/2088), LX2160, LX2162 platforms are
>enabled with JR driver model.
>
>removed sec_init() call from board files.
>removed CONFIG_FSL_CAAM from defconfig files.
>sec is initialized based on job ring information processed from device tree.
>
>Signed-off-by: Gaurav Jain <gaurav.jain at nxp.com>
>---
> arch/arm/cpu/armv7/ls102xa/Kconfig            |  4 +++
> arch/arm/cpu/armv7/ls102xa/cpu.c              | 16 +++++++++++
> arch/arm/cpu/armv8/fsl-layerscape/Kconfig     | 27 +++++++++++++++++++
> arch/arm/cpu/armv8/fsl-layerscape/cpu.c       | 10 ++++++-
> board/freescale/ls1012afrdm/ls1012afrdm.c     |  7 +----
> board/freescale/ls1012aqds/ls1012aqds.c       |  6 +----
> board/freescale/ls1012ardb/ls1012ardb.c       |  6 +----
> board/freescale/ls1021aiot/ls1021aiot.c       |  6 ++---
> board/freescale/ls1021aqds/ls1021aqds.c       |  6 +----
> board/freescale/ls1021atsn/ls1021atsn.c       |  7 ++---
> board/freescale/ls1021atwr/ls1021atwr.c       |  8 ++----
> board/freescale/ls1028a/ls1028a.c             |  6 +----
> board/freescale/ls1043ardb/ls1043ardb.c       |  6 +----
> board/freescale/ls1046afrwy/ls1046afrwy.c     |  7 +----
> board/freescale/ls1046aqds/ls1046aqds.c       |  7 +----
> board/freescale/ls1046ardb/ls1046ardb.c       |  6 +----
> board/freescale/ls1088a/ls1088a.c             |  6 +----
> board/freescale/ls2080aqds/ls2080aqds.c       |  6 +----
> board/freescale/ls2080ardb/ls2080ardb.c       |  9 +------
> board/freescale/lx2160a/lx2160a.c             |  5 ----
> configs/ls1021aiot_qspi_defconfig             |  1 -
> configs/ls1021aqds_nor_defconfig              |  1 -
> configs/ls1021aqds_qspi_defconfig             |  1 -
> configs/ls1021atsn_qspi_defconfig             |  1 -
> configs/ls1021atwr_nor_defconfig              |  1 -
> ...s1021atwr_sdcard_ifc_SECURE_BOOT_defconfig |  1 +
> configs/ls1028ardb_tfa_defconfig              |  1 -
> configs/ls1043ardb_tfa_defconfig              |  1 -
> configs/ls1046afrwy_tfa_defconfig             |  1 -
> configs/ls1046aqds_tfa_defconfig              |  1 -
> configs/ls1046ardb_tfa_defconfig              |  1 -
> configs/ls2088aqds_tfa_defconfig              |  1 -
> configs/ls2088ardb_tfa_defconfig              |  1 -
> configs/lx2160aqds_tfa_defconfig              |  1 -
> configs/lx2160ardb_tfa_defconfig              |  1 -
> configs/lx2162aqds_tfa_defconfig              |  1 -
> 36 files changed, 75 insertions(+), 102 deletions(-)
>
<snip>
Reviewed-by: Priyanka Jain <priyanka.jain at nxp.com>


More information about the U-Boot mailing list