From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id CBD63C433F5 for ; Wed, 12 Jan 2022 15:50:24 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 25DDC8303A; Wed, 12 Jan 2022 16:50:22 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=walle.cc Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; secure) header.d=walle.cc header.i=@walle.cc header.b="dPCV/rPK"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id E38DB831EA; Wed, 12 Jan 2022 16:50:19 +0100 (CET) Received: from ssl.serverraum.org (ssl.serverraum.org [IPv6:2a01:4f8:151:8464::1:2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 30B098313B for ; Wed, 12 Jan 2022 16:50:17 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=walle.cc Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=michael@walle.cc Received: from ssl.serverraum.org (web.serverraum.org [172.16.0.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ssl.serverraum.org (Postfix) with ESMTPSA id 563A822175; Wed, 12 Jan 2022 16:50:16 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=walle.cc; s=mail2016061301; t=1642002616; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=jlSGl2Blh/GAV5yNEOZ5y7XmT2Gx12SYLjdiOPw7AEw=; b=dPCV/rPKsYyC918YdAQaW+MOAwNnRYZN3mw1q8n0X7xTuil5fpAr5swl5RXwYRX+XobU77 LaLlp9v6jr/l7mlO3cbtYHPjDCBDnc64ZTg5zQxVGz0bGm1E41qBsPMQ7vh2Ct9YXLHWUp pU6vr07VyTSvDzTXCOiBxEyl7QB5Kf0= MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 12 Jan 2022 16:50:15 +0100 From: Michael Walle To: Gaurav Jain Cc: u-boot@lists.denx.de, Stefano Babic , Fabio Estevam , Peng Fan , Simon Glass , Priyanka Jain , Ye Li , Horia Geanta , Ji Luo , Franck Lenormand , Silvano Di Ninno , Sahil malhotra , Pankaj Gupta , Varun Sethi , "NXP i . MX U-Boot Team" , Shengzhou Liu , Mingkai Hu , Rajesh Bhagat , Meenakshi Aggarwal , Wasim Khan , Alison Wang , Pramod Kumar , Tang Yuantian , Adrian Alonso , Vladimir Oltean Subject: Re: [PATCH v10 11/14] Layerscape: Enable Job ring driver model. In-Reply-To: <20220112133127.16880-12-gaurav.jain@nxp.com> References: <20220112133127.16880-1-gaurav.jain@nxp.com> <20220112133127.16880-12-gaurav.jain@nxp.com> User-Agent: Roundcube Webmail/1.4.12 Message-ID: <18c5b9c683c682615f79f9ca08b39fcb@walle.cc> X-Sender: michael@walle.cc X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.2 at phobos.denx.de X-Virus-Status: Clean Am 2022-01-12 14:31, schrieb 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 > Reviewed-by: Priyanka Jain .. > configs/ls1021aiot_qspi_defconfig | 1 + > configs/ls1021aiot_sdcard_defconfig | 1 + > configs/ls1021aqds_ddr4_nor_defconfig | 1 + > configs/ls1021aqds_ddr4_nor_lpuart_defconfig | 1 + > configs/ls1021aqds_nand_defconfig | 1 + > configs/ls1021aqds_nor_defconfig | 1 + > configs/ls1021aqds_nor_lpuart_defconfig | 1 + > configs/ls1021aqds_qspi_defconfig | 1 + > configs/ls1021aqds_sdcard_ifc_defconfig | 1 + > configs/ls1021aqds_sdcard_qspi_defconfig | 1 + > configs/ls1021atsn_qspi_defconfig | 1 + > configs/ls1021atsn_sdcard_defconfig | 1 + > configs/ls1021atwr_nor_defconfig | 1 + > configs/ls1021atwr_nor_lpuart_defconfig | 1 + > configs/ls1021atwr_qspi_defconfig | 1 + > ...ls1021atwr_sdcard_ifc_SECURE_BOOT_defconfig | 1 + > configs/ls1021atwr_sdcard_ifc_defconfig | 1 + > configs/ls1021atwr_sdcard_qspi_defconfig | 1 + > configs/ls1043aqds_defconfig | 1 + > configs/ls1043aqds_lpuart_defconfig | 1 + > configs/ls1043aqds_nand_defconfig | 1 + > configs/ls1043aqds_nor_ddr3_defconfig | 1 + > configs/ls1043aqds_qspi_defconfig | 1 + > configs/ls1043aqds_sdcard_ifc_defconfig | 1 + > configs/ls1043aqds_sdcard_qspi_defconfig | 1 + > configs/ls1043aqds_tfa_defconfig | 1 + > configs/ls1043ardb_defconfig | 1 + > configs/ls1043ardb_nand_defconfig | 1 + > configs/ls1043ardb_sdcard_defconfig | 1 + > configs/ls1043ardb_tfa_defconfig | 1 + > configs/ls1046afrwy_tfa_defconfig | 1 + > configs/ls1046aqds_defconfig | 1 + > configs/ls1046aqds_lpuart_defconfig | 1 + > configs/ls1046aqds_nand_defconfig | 1 + > configs/ls1046aqds_qspi_defconfig | 1 + > configs/ls1046aqds_sdcard_ifc_defconfig | 1 + > configs/ls1046aqds_sdcard_qspi_defconfig | 1 + > configs/ls1046aqds_tfa_defconfig | 1 + > configs/ls1046ardb_emmc_defconfig | 1 + > configs/ls1046ardb_qspi_defconfig | 1 + > configs/ls1046ardb_qspi_spl_defconfig | 1 + > configs/ls1046ardb_sdcard_defconfig | 1 + > configs/ls1046ardb_tfa_defconfig | 1 + These are all setting CONFIG_ARCH_MISC_INIT=y which should probably done by the ARCH symbol, see FSL_LSCH3 for example. I don't think this is something the user should take care of and will save you all these settings. But I neither care for ls1021a nor for ls104[36], thus for everything else: Reviewed-by: Michael Walle -michael