gpoulios opened a new pull request, #3080:
URL: https://github.com/apache/nuttx-apps/pull/3080
## Summary
Previous Kconfig had a mistake guarding optee_gp Kconfig values based on
`EXAMPLES_OPTEE` instead of `EXAMPLES_OPTEE_GP`.
## Impact
Fixes the case where `CONFIG_EXAMPLES_OPTEE_GP` is enabled without
`CONFIG_EXAMPLES_OPTEE`, which is a valid case.
## Testing
Tested on a NXP i.MX93 EVK running:
- TF-A: version v2.10.0, tag `lf-6.6.52_2.2.0`
- OP-TEE OS: revision 4.4 (60beb308810f9561), tag `lf-6.6.52_2.2.0`
- NuttX config `imx93-evk:koptee` with additional config:
```
CONFIG_EXAMPLES_OPTEE_GP=y
CONFIG_LIBTEEC=y
```
- Logs
```
[...]
OP-TEE: OS revision 4.4 (60beb308810f9561)
NuttShell (NSH)
knsh> optee_gp
INF [6] TEEC:main:159: Available devices:
INF [6] TEEC:main:169: d96a5b40-c3e5-21e3-8794-1002a5d5c61b
INF [6] TEEC:main:169: f04a0fe7-1f5d-4b9b-abf7-619b85b4ce8c
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]