-
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
Darjeeling 9.0.1 update #72
Merged
rivos-eblot
merged 29 commits into
lowRISC:ot-darjeeling-9.0.1
from
rivos-eblot:ot-darjeeling-9.0.1_update
Sep 13, 2024
Merged
Darjeeling 9.0.1 update #72
rivos-eblot
merged 29 commits into
lowRISC:ot-darjeeling-9.0.1
from
rivos-eblot:ot-darjeeling-9.0.1_update
Sep 13, 2024
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
…lexible It is now possible to seek multiple items of the same kind. Signed-off-by: Emmanuel Blot <[email protected]>
As ROM image names differ from one machine to another, a common mistake is to use the wrong image name. This commit brings a basic checker that warns the user when some ROM image names cannot be used, which gives a hint on why the vCPU start executing illegal instructions at start up, since no ROM content has been found. Signed-off-by: Emmanuel Blot <[email protected]>
…start up. Signed-off-by: Emmanuel Blot <[email protected]>
Signed-off-by: Emmanuel Blot <[email protected]>
…er RAM devices Signed-off-by: Emmanuel Blot <[email protected]>
…mplete Signed-off-by: Emmanuel Blot <[email protected]>
Signed-off-by: Emmanuel Blot <[email protected]>
…mmand This command mat be used to manage stream comm. and synchronization Signed-off-by: Emmanuel Blot <[email protected]>
* Verify content with ECC * Optionally fix recoverable errors * Add options to corrupt content Signed-off-by: Emmanuel Blot <[email protected]>
Signed-off-by: Emmanuel Blot <[email protected]>
Signed-off-by: Emmanuel Blot <[email protected]>
Signed-off-by: Emmanuel Blot <[email protected]>
Signed-off-by: Emmanuel Blot <[email protected]>
Signed-off-by: Emmanuel Blot <[email protected]>
Signed-off-by: Emmanuel Blot <[email protected]>
Signed-off-by: Emmanuel Blot <[email protected]>
Signed-off-by: Emmanuel Blot <[email protected]>
Optionally demangle Rust symbol if rust_demangler module is available. Signed-off-by: Emmanuel Blot <[email protected]>
Signed-off-by: Emmanuel Blot <[email protected]>
Signed-off-by: Emmanuel Blot <[email protected]>
Several register fields are sampled and later used only if initial transfer is set, rather than the direct content of the SW-exposed registers. Signed-off-by: Emmanuel Blot <[email protected]>
… IRQ Signed-off-by: Emmanuel Blot <[email protected]>
… API This method is a drop-in replacement for sysbus_mmio_map standard API with a dedicated memory region rather than the system_memory special mr. Signed-off-by: Emmanuel Blot <[email protected]>
Signed-off-by: Emmanuel Blot <[email protected]>
Signed-off-by: Emmanuel Blot <[email protected]>
Signed-off-by: Emmanuel Blot <[email protected]>
Signed-off-by: Emmanuel Blot <[email protected]>
Signed-off-by: Emmanuel Blot <[email protected]>
loiclefort
approved these changes
Sep 13, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM (reviewed internally)
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.