diff mbox series

[v1] LFU-544: Kconfig.nxp: Fixed secure boot on LS-CH2 platforms

Message ID 20230622092445.370779-1-kshitiz.varshney@nxp.com
State Accepted
Commit fcf75435c8fd443547f5d4192d1cf70fb8a84034
Delegated to: Peng Fan
Headers show
Series [v1] LFU-544: Kconfig.nxp: Fixed secure boot on LS-CH2 platforms | expand

Commit Message

Kshitiz Varshney June 22, 2023, 9:24 a.m. UTC
pimg64 image pointer is dependent on ESBC_ADDR_64BIT config, which is
getting disabled, due to dependency on ESBC_HDR_LS.
ESBC_HDR_LS is required for LS-CH3 platforms.
So, removing the dependency on ESBC_HDR_LS.

Signed-off-by: Kshitiz Varshney <kshitiz.varshney@nxp.com>
---
 arch/Kconfig.nxp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peng Fan (OSS) June 26, 2023, 12:58 a.m. UTC | #1
On 6/22/2023 5:24 PM, Kshitiz Varshney wrote:
> pimg64 image pointer is dependent on ESBC_ADDR_64BIT config, which is
> getting disabled, due to dependency on ESBC_HDR_LS.
> ESBC_HDR_LS is required for LS-CH3 platforms.
> So, removing the dependency on ESBC_HDR_LS.
> 
> Signed-off-by: Kshitiz Varshney<kshitiz.varshney@nxp.com>

Acked-by: Peng Fan <peng.fan@nxp.com>
Gaurav Jain June 26, 2023, 5:43 a.m. UTC | #2
Please remove the jira id.

Regards
Gaurav Jain

> -----Original Message-----
> From: Kshitiz Varshney <kshitiz.varshney@nxp.com>
> Sent: Thursday, June 22, 2023 2:55 PM
> To: u-boot@lists.denx.de
> Cc: Stefano Babic <sbabic@denx.de>; Fabio Estevam <festevam@gmail.com>;
> Peng Fan <peng.fan@nxp.com>; Pankaj Gupta <pankaj.gupta@nxp.com>; Varun
> Sethi <V.Sethi@nxp.com>; Gaurav Jain <gaurav.jain@nxp.com>; Rahul Kumar
> Yadav <rahulkumar.yadav@nxp.com>; Vabhav Sharma
> <vabhav.sharma@nxp.com>; Sahil Malhotra <sahil.malhotra@nxp.com>; Ye Li
> <ye.li@nxp.com>; Tom Rini <trini@konsulko.com>; Kshitiz Varshney
> <kshitiz.varshney@nxp.com>
> Subject: [PATCH v1] LFU-544: Kconfig.nxp: Fixed secure boot on LS-CH2
> platforms
> 
> pimg64 image pointer is dependent on ESBC_ADDR_64BIT config, which is
> getting disabled, due to dependency on ESBC_HDR_LS.
> ESBC_HDR_LS is required for LS-CH3 platforms.
> So, removing the dependency on ESBC_HDR_LS.
> 
> Signed-off-by: Kshitiz Varshney <kshitiz.varshney@nxp.com>
> ---
>  arch/Kconfig.nxp | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/Kconfig.nxp b/arch/Kconfig.nxp index 6e1c44b7ea..fa9060a4db
> 100644
> --- a/arch/Kconfig.nxp
> +++ b/arch/Kconfig.nxp
> @@ -45,7 +45,7 @@ config ESBC_HDR_LS
> 
>  config ESBC_ADDR_64BIT
>  	def_bool y
> -	depends on ESBC_HDR_LS && FSL_LAYERSCAPE
> +	depends on FSL_LAYERSCAPE
>  	help
>  	  For Layerscape based platforms, ESBC image Address in Header is 64bit.
> 
> --
> 2.25.1
Gaurav Jain June 30, 2023, 6:21 a.m. UTC | #3
Reviewed-by: Gaurav Jain <gaurav.jain@nxp.com>

> -----Original Message-----
> From: Kshitiz Varshney <kshitiz.varshney@nxp.com>
> Sent: Thursday, June 22, 2023 2:55 PM
> To: u-boot@lists.denx.de
> Cc: Stefano Babic <sbabic@denx.de>; Fabio Estevam <festevam@gmail.com>;
> Peng Fan <peng.fan@nxp.com>; Pankaj Gupta <pankaj.gupta@nxp.com>; Varun
> Sethi <V.Sethi@nxp.com>; Gaurav Jain <gaurav.jain@nxp.com>; Rahul Kumar
> Yadav <rahulkumar.yadav@nxp.com>; Vabhav Sharma
> <vabhav.sharma@nxp.com>; Sahil Malhotra <sahil.malhotra@nxp.com>; Ye Li
> <ye.li@nxp.com>; Tom Rini <trini@konsulko.com>; Kshitiz Varshney
> <kshitiz.varshney@nxp.com>
> Subject: [PATCH v1] LFU-544: Kconfig.nxp: Fixed secure boot on LS-CH2
> platforms
> 
> pimg64 image pointer is dependent on ESBC_ADDR_64BIT config, which is
> getting disabled, due to dependency on ESBC_HDR_LS.
> ESBC_HDR_LS is required for LS-CH3 platforms.
> So, removing the dependency on ESBC_HDR_LS.
> 
> Signed-off-by: Kshitiz Varshney <kshitiz.varshney@nxp.com>
> ---
>  arch/Kconfig.nxp | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/Kconfig.nxp b/arch/Kconfig.nxp index 6e1c44b7ea..fa9060a4db
> 100644
> --- a/arch/Kconfig.nxp
> +++ b/arch/Kconfig.nxp
> @@ -45,7 +45,7 @@ config ESBC_HDR_LS
> 
>  config ESBC_ADDR_64BIT
>  	def_bool y
> -	depends on ESBC_HDR_LS && FSL_LAYERSCAPE
> +	depends on FSL_LAYERSCAPE
>  	help
>  	  For Layerscape based platforms, ESBC image Address in Header is 64bit.
> 
> --
> 2.25.1
diff mbox series

Patch

diff --git a/arch/Kconfig.nxp b/arch/Kconfig.nxp
index 6e1c44b7ea..fa9060a4db 100644
--- a/arch/Kconfig.nxp
+++ b/arch/Kconfig.nxp
@@ -45,7 +45,7 @@  config ESBC_HDR_LS
 
 config ESBC_ADDR_64BIT
 	def_bool y
-	depends on ESBC_HDR_LS && FSL_LAYERSCAPE
+	depends on FSL_LAYERSCAPE
 	help
 	  For Layerscape based platforms, ESBC image Address in Header is 64bit.