RE: [EXT] Re: [PATCH v8 12/15] Layerscape: Enable Job ring driver model.

2022-01-11 Thread Gaurav Jain
Luo ; Meenakshi > Aggarwal ; Mingkai Hu > ; olte...@gmail.com; Pankaj Gupta > ; Peng Fan ; Pramod Kumar > ; Priyanka Jain ; Rajesh > Bhagat ; Sahil Malhotra ; > sba...@denx.de; Silvano Di Ninno ; > s...@chromium.org; u-boot@lists.denx.de; dl-uboot-imx ; > Wasim Khan ; Ye Li &

Re: [EXT] Re: [PATCH v8 12/15] Layerscape: Enable Job ring driver model.

2022-01-10 Thread Michael Walle
Hi Guarav, Am 2022-01-11 06:41, schrieb Gaurav Jain: > diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index > 7ce2bbc954..30a34bdd08 100644 > --- a/arch/arm/Kconfig > +++ b/arch/arm/Kconfig > @@ -1504,6 +1504,8 @@ config TARGET_LS1028AQDS > select ARCH_SUPPORT_TFABOOT > select

RE: [EXT] Re: [PATCH v8 12/15] Layerscape: Enable Job ring driver model.

2022-01-10 Thread Gaurav Jain
chael Walle > > Subject: [EXT] Re: [PATCH v8 12/15] Layerscape: Enable Job ring driver model. > > Caution: EXT Email > > Hi, > > please keep me on CC for these series, as there were comments from me on > previous versions. Thanks. > > .. > >

Re: [PATCH v8 12/15] Layerscape: Enable Job ring driver model.

2022-01-10 Thread Michael Walle
Hi, please keep me on CC for these series, as there were comments from me on previous versions. Thanks. .. > diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig > index 7ce2bbc954..30a34bdd08 100644 > --- a/arch/arm/Kconfig > +++ b/arch/arm/Kconfig > @@ -1504,6 +1504,8 @@ config TARGET_LS1028AQDS

[PATCH v8 12/15] Layerscape: Enable Job ring driver model.

2022-01-10 Thread Gaurav Jain
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