-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Corstone-310 target support #14
Merged
Merged
Conversation
This file contains 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
Signed-off-by: Devaraj Ranganna <[email protected]>
The `bsp` folder is restructured to based on target insteading keeping the files in `bsp` root folder. In future, this target specific files will be moved to `arm-corstone-platform-bsp` repository. Signed-off-by: Devaraj Ranganna <[email protected]>
This commit also includes changes changes to Corstone-300 linker scripts to match the addresses in tf-m. In addition, update corstone-300 target name in tf-m based on latest changes. Signed-off-by: Devaraj Ranganna <[email protected]>
Signed-off-by: Devaraj Ranganna <[email protected]>
Signed-off-by: Devaraj Ranganna <[email protected]>
Signed-off-by: Devaraj Ranganna <[email protected]>
Signed-off-by: Devaraj Ranganna <[email protected]>
Signed-off-by: Devaraj Ranganna <[email protected]>
Signed-off-by: Devaraj Ranganna <[email protected]>
In addition, remove the `-V` option which isn't supported by ecosystem FVP. Signed-off-by: Devaraj Ranganna <[email protected]>
Currently RSA 2048 bit public key is used to validate the incoming OTA update signature. With latest tf-m, mcuboot is using RSA 3072 bit keys. Therefore, use public key derived from root-RSA-3072_1.pem. Signed-off-by: Devaraj Ranganna <[email protected]>
urutva
force-pushed
the
add-corstone-310-support
branch
from
October 23, 2023 12:01
2e346db
to
5da4d0d
Compare
aggarg
approved these changes
Oct 23, 2023
sirnish
approved these changes
Oct 23, 2023
amazonKamath
approved these changes
Oct 25, 2023
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.
Description
This PR adds new target Corstone-310 support to FRI. With this PR, Corstone-310 target becomes the default target for building and running the FRI. In addition, eco-system FVPs are used by default while running the FRI.
Test Steps
Tested blinky, AWS IoT core end to end connectivity and OTA job.
Checklist:
Related Issue
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.