diff mbox series

configs: lx2162a: Enable OPTEE support

Message ID 20200928125154.21317-1-gaurav.jain@nxp.com
State Accepted
Commit fd1f8c691d2bd09c18a12883596742939840839a
Delegated to: Priyanka Jain
Headers show
Series configs: lx2162a: Enable OPTEE support | expand

Commit Message

Gaurav Jain Sept. 28, 2020, 12:51 p.m. UTC
From: Ruchika Gupta <ruchika.gupta@nxp.com>

Enable support to compile OPTEE driver, access AVB TA
and RPMB API's access via RPC from OPTEE for lx2162

Signed-off-by: Ruchika Gupta <ruchika.gupta@nxp.com>
Signed-off-by: Gaurav Jain <gaurav.jain@nxp.com>
---
Depends-on:
<http://patchwork.ozlabs.org/project/uboot/patch/1599473527-21511-3-git-send-email-meenakshi.aggarwal@nxp.com/>

 configs/lx2162aqds_tfa_defconfig | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Priyanka Jain Dec. 11, 2020, 8:17 a.m. UTC | #1
>-----Original Message-----
>From: Gaurav Jain <gaurav.jain@nxp.com>
>Sent: Monday, September 28, 2020 6:22 PM
>To: u-boot@lists.denx.de; Priyanka Jain <priyanka.jain@nxp.com>
>Cc: Ruchika Gupta <ruchika.gupta@nxp.com>; Gaurav Jain
><gaurav.jain@nxp.com>
>Subject: [PATCH] configs: lx2162a: Enable OPTEE support
>
>From: Ruchika Gupta <ruchika.gupta@nxp.com>
>
>Enable support to compile OPTEE driver, access AVB TA and RPMB API's access
>via RPC from OPTEE for lx2162
>
>Signed-off-by: Ruchika Gupta <ruchika.gupta@nxp.com>
>Signed-off-by: Gaurav Jain <gaurav.jain@nxp.com>
>---
<snip>
Applied to fsl-qoriq. 
Awaiting upstream

Thanks
Priyanka
diff mbox series

Patch

diff --git a/configs/lx2162aqds_tfa_defconfig b/configs/lx2162aqds_tfa_defconfig
index 33ca543396..dcf8c4a924 100644
--- a/configs/lx2162aqds_tfa_defconfig
+++ b/configs/lx2162aqds_tfa_defconfig
@@ -93,3 +93,8 @@  CONFIG_CMD_DATE=y
 CONFIG_RTC_PCF2127=y
 CONFIG_I2C_MUX=y
 CONFIG_I2C_MUX_PCA954x=y
+CONFIG_TEE=y
+CONFIG_OPTEE=y
+CONFIG_OPTEE_TA_AVB=y
+CONFIG_SUPPORT_EMMC_RPMB=y
+CONFIG_CMD_OPTEE_RPMB=y