-
Notifications
You must be signed in to change notification settings - Fork 9
Darjeeling updates #71
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
Merged
loiclefort
merged 43 commits into
lowRISC:ot-darjeeling-9.0.1
from
loiclefort:ot-dj-9.0.1-updates
Jul 5, 2024
Merged
Darjeeling updates #71
loiclefort
merged 43 commits into
lowRISC:ot-darjeeling-9.0.1
from
loiclefort:ot-dj-9.0.1-updates
Jul 5, 2024
Conversation
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
… unless locked Signed-off-by: Emmanuel Blot <eblot@rivosinc.com>
Signed-off-by: Emmanuel Blot <eblot@rivosinc.com>
…t functions These functions enables printing the AS and/or the flatview of a single AS. For example, this can be used to report the flatview exposed to a single vCPU. Signed-off-by: Emmanuel Blot <eblot@rivosinc.com>
Signed-off-by: Emmanuel Blot <eblot@rivosinc.com>
…flash Signed-off-by: Emmanuel Blot <eblot@rivosinc.com>
Signed-off-by: Emmanuel Blot <eblot@rivosinc.com>
Signed-off-by: Emmanuel Blot <eblot@rivosinc.com>
…gers Signed-off-by: Emmanuel Blot <eblot@rivosinc.com>
Signed-off-by: Emmanuel Blot <eblot@rivosinc.com>
…ct color Signed-off-by: Emmanuel Blot <eblot@rivosinc.com>
Signed-off-by: Emmanuel Blot <eblot@rivosinc.com>
Signed-off-by: Emmanuel Blot <eblot@rivosinc.com>
There is no way to disable them from the VM itself, and those are mostly useless messages Signed-off-by: Emmanuel Blot <eblot@rivosinc.com>
Log message classification can now be configured with regular expressions. Signed-off-by: Emmanuel Blot <eblot@rivosinc.com>
… markers Signed-off-by: Emmanuel Blot <eblot@rivosinc.com>
…IRQs IRQs that are not connected to a sink can now be intercepted. Signed-off-by: Emmanuel Blot <eblot@rivosinc.com>
Also add a new verbosity option for increasing QEMU virtual comm port verbosity. Signed-off-by: Emmanuel Blot <eblot@rivosinc.com>
…-bit Don't use MemoryRegionSection.size directly, use int128_getlo to convert it to a 64-bit value. Signed-off-by: Loïc Lefort <loic@rivosinc.com>
Use memory_region_size to get a 64-bit memory region size instead of calling int128_getlo. One int128_getlo(mr->size) remains in ot_ibex_wrapper_dj.c because memory_region_size argument is not declared const. Signed-off-by: Loïc Lefort <loic@rivosinc.com>
Signed-off-by: Emmanuel Blot <eblot@rivosinc.com>
Signed-off-by: Loïc Lefort <loic@rivosinc.com>
Signed-off-by: Loïc Lefort <loic@rivosinc.com>
Ibex sets MISA.X if any zb* extension is enabled. Signed-off-by: Loïc Lefort <loic@rivosinc.com>
The cast to bool takes precedence over the &, so we need parens. Otherwise, the busy bit is always evaluated as false. Signed-off-by: Noah Moroze <noah@opentitan.org>
Payload length should be reset even if the incoming command does not have a payload. Signed-off-by: Emmanuel Blot <eblot@rivosinc.com>
…evice Signed-off-by: Emmanuel Blot <eblot@rivosinc.com>
Verbose logging messages are only reported if an error is detected Signed-off-by: Emmanuel Blot <eblot@rivosinc.com>
… SPI device Signed-off-by: Emmanuel Blot <eblot@rivosinc.com>
Signed-off-by: Emmanuel Blot <eblot@rivosinc.com>
…uration Signed-off-by: Emmanuel Blot <eblot@rivosinc.com>
Signed-off-by: Emmanuel Blot <eblot@rivosinc.com>
Signed-off-by: Emmanuel Blot <eblot@rivosinc.com>
Signed-off-by: Emmanuel Blot <eblot@rivosinc.com>
Signed-off-by: Emmanuel Blot <eblot@rivosinc.com>
…th --show Signed-off-by: Emmanuel Blot <eblot@rivosinc.com>
… on reset Signed-off-by: Emmanuel Blot <eblot@rivosinc.com>
… back-end Also fix buffered partition digest computation with DAI DIGEST Signed-off-by: Emmanuel Blot <eblot@rivosinc.com>
Non-multibitbool values should not be considered as an error. Signed-off-by: Emmanuel Blot <eblot@rivosinc.com>
Signed-off-by: Emmanuel Blot <eblot@rivosinc.com>
…RQ line Reset request is now managed with an IRQ line, not a dedicated function call. Signed-off-by: Emmanuel Blot <eblot@rivosinc.com>
…st line to RSTMGR Signed-off-by: Emmanuel Blot <eblot@rivosinc.com>
It is up to the machine to manage the reset signal. Signed-off-by: Emmanuel Blot <eblot@rivosinc.com>
…st line to SoC Signed-off-by: Emmanuel Blot <eblot@rivosinc.com>
rivos-eblot
approved these changes
Jul 5, 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.
This batch includes updates to reset management and several bug fixes (OTP DAI, SPI Device busy bit, MISA value, CSRNG cmd.flag0)