RE: [EXT] Re: [PATCH v5 13/16] Layerscape: Enable Job ring driver model in U-Boot.

2021-11-30 Thread Gaurav Jain
Ye Li ; Michael Walle > Subject: [EXT] Re: [PATCH v5 13/16] Layerscape: Enable Job ring driver model > in U-Boot. > > Caution: EXT Email > > > LS(1021/1012/1028/1043/1046/1088/2088), LX2160, LX2162 platforms are > > enabled with JR driver model. > > > &g

Re: [PATCH v5 13/16] Layerscape: Enable Job ring driver model in U-Boot.

2021-11-16 Thread Michael Walle
> 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:

[PATCH v5 13/16] Layerscape: Enable Job ring driver model in U-Boot.

2021-11-14 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