am62x-sk: Add addidtional flags for optee-os#8
Merged
cshilwant merged 1 commit intoTexasInstruments:mainfrom Nov 26, 2024
Merged
am62x-sk: Add addidtional flags for optee-os#8cshilwant merged 1 commit intoTexasInstruments:mainfrom
cshilwant merged 1 commit intoTexasInstruments:mainfrom
Conversation
jsuhaas22
requested changes
Nov 25, 2024
| BR2_TARGET_OPTEE_OS_CUSTOM_REPO_VERSION="8f645256efc0dc66bd5c118778b0b50c44469ae1" | ||
| BR2_TARGET_OPTEE_OS_NEEDS_PYTHON_CRYPTOGRAPHY=y | ||
| BR2_TARGET_OPTEE_OS_PLATFORM="k3-am62x" | ||
| BR2_TARGET_OPTEE_OS_ADDITIONAL_VARIABLES="CFG_WITH_SOFTWARE_PRNG=y CFG_TEE_CORE_LOG_LEVEL=1" |
Contributor
There was a problem hiding this comment.
In Debian and Arago, we have only CFG_TEE_CORE_LOG_LEVEL for AM62x. CFG_WITH_SOFTWARE_PRNG is an argument only for AM62px.
cshilwant
requested changes
Nov 25, 2024
Member
cshilwant
left a comment
There was a problem hiding this comment.
s/genrator/generator in commit message
cshilwant
requested changes
Nov 25, 2024
Enable flags for optee-os and ATF which are also used in yocto - optee-os: Set TEE_CORE_LOG_LEVEL to 1 for debugging purpose. - atf: K3_PM_SYSTEM_SUSPEND=1 to enable low power mode. These changes also fix LPM failure on buildroot linux image. Signed-off-by: Paresh Bhagat <p-bhagat@ti.com>
cshilwant
approved these changes
Nov 26, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Enable additional flags for optee-os