-
Notifications
You must be signed in to change notification settings - Fork 10
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
Import latest changes from Earlgrey-9.1.0 branch #133
Merged
rivos-eblot
merged 8 commits into
lowRISC:ot-darjeeling-9.2.0
from
rivos-eblot:dev/ebl/eg_backport
Feb 4, 2025
Merged
Import latest changes from Earlgrey-9.1.0 branch #133
rivos-eblot
merged 8 commits into
lowRISC:ot-darjeeling-9.2.0
from
rivos-eblot:dev/ebl/eg_backport
Feb 4, 2025
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
…n v9.2 update Signed-off-by: Emmanuel Blot <[email protected]>
Signed-off-by: Emmanuel Blot <[email protected]> (cherry picked from commit 726a14e)
QEMU only supports a known list of OT machine, ensure the specified top matches one of the supported machines. It is also now possible to either: - specify the path to the top configuration file, or - specify the path to the OT directory and the top name Also use a regular ordered dict (py3.7+) rather than a legacy OrderedDict for managing HSJON content. Signed-off-by: Emmanuel Blot <[email protected]> (cherry picked from commit bc4626e) (cherry picked from commit 10ef4c7)
Providing defaults here could be error prone. Instead, require that these properties are set by the `cfggen.py` INI file. There is already a trace in `ot_otp_dj_configure_scrmbl_key` and `ot_otp_dj_configure_digest` when these properties are not set. Signed-off-by: James Wainwright <[email protected]> (cherry picked from commit b102b7c)
f924a16
to
5b00c5a
Compare
Signed-off-by: James Wainwright <[email protected]> (cherry picked from commit cd230b4)
Signed-off-by: James Wainwright <[email protected]> (cherry picked from commit 9f05351)
…bus index. Embedded flash option enables flash image generation for the internal flash controller. It now requires a bus index to specify to which QEMU bus the internal flash controller is connected, as this may depends on the machine configuration. Also assign an id to each drive option to avoid collisions due to QEMU assigning the same default id if not explicitly specified. Signed-off-by: Emmanuel Blot <[email protected]> (cherry picked from commit 422dfb8)
Signed-off-by: Emmanuel Blot <[email protected]> (cherry picked from commit 6e44ef3)
5b00c5a
to
09d6fd2
Compare
loiclefort
approved these changes
Feb 4, 2025
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.
No description provided.