[PATCH v4 23/23] configs: am64x: Enable TI_SECURE_DEV options

Andrew Davis afd at ti.com
Thu May 18 18:39:48 CEST 2023


On 5/18/23 9:27 AM, Neha Malcom Francis wrote:
> From: Kamlesh Gurudasani <kamlesh at ti.com>
> 
> AM64x family of SoCs by default will have some level of security
> enforcement checking. Enable CONFIG_TI_SECURE_DEVICE by default so all
> levels of secure SoCs will boot with binman.
> 
> Signed-off-by: Kamlesh Gurudasani <kamlesh at ti.com>
> Signed-off-by: Neha Francis <n-francis at ti.com>
> Signed-off-by: Neha Malcom Francis <n-francis at ti.com>
> ---

This fix is independent of the binman changes and should go
in first anyway to keep bisectability.

Andrew

>   configs/am64x_evm_a53_defconfig | 1 +
>   configs/am64x_evm_r5_defconfig  | 1 +
>   2 files changed, 2 insertions(+)
> 
> diff --git a/configs/am64x_evm_a53_defconfig b/configs/am64x_evm_a53_defconfig
> index 4589624e96..09037ecd0f 100644
> --- a/configs/am64x_evm_a53_defconfig
> +++ b/configs/am64x_evm_a53_defconfig
> @@ -1,6 +1,7 @@
>   CONFIG_ARM=y
>   CONFIG_SKIP_LOWLEVEL_INIT=y
>   CONFIG_ARCH_K3=y
> +CONFIG_TI_SECURE_DEVICE=y
>   CONFIG_SYS_MALLOC_LEN=0x2000000
>   CONFIG_SYS_MALLOC_F_LEN=0x8000
>   CONFIG_SPL_GPIO=y
> diff --git a/configs/am64x_evm_r5_defconfig b/configs/am64x_evm_r5_defconfig
> index 023ee638a0..d824298773 100644
> --- a/configs/am64x_evm_r5_defconfig
> +++ b/configs/am64x_evm_r5_defconfig
> @@ -1,5 +1,6 @@
>   CONFIG_ARM=y
>   CONFIG_ARCH_K3=y
> +CONFIG_TI_SECURE_DEVICE=y
>   CONFIG_SYS_MALLOC_LEN=0x2000000
>   CONFIG_SYS_MALLOC_F_LEN=0x80000
>   CONFIG_SPL_GPIO=y


More information about the U-Boot mailing list