-
Notifications
You must be signed in to change notification settings - Fork 10
Add an OpenTitan custom "unimplemented device" with support for Comportable registers #146
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
rivos-eblot
merged 15 commits into
lowRISC:ot-earlgrey-9.2.0
from
rivos-eblot:dev/ebl/ot_unimp
Feb 13, 2025
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
12a7248
[ot] hw/opentitan: ot_unimp: create a custom unimplemented device for OT
rivos-eblot 157cff8
[ot] hw/opentitan: ot_unimp: add comportable register management
rivos-eblot 71a151f
[ot] hw/opentitan: ot_unimp: add traces for IRQ and Alerts
rivos-eblot 5ce4121
[ot] hw/opentitan: ot_aes: fix invalid alert management
rivos-eblot 420d205
[ot] hw/opentitan: ot_edn: fix missing alert test update
rivos-eblot 5d2ad69
[ot] hw/opentitan: ot_plic_ext: fix memory map
rivos-eblot 2b306e1
[ot] hw/riscv: ot_darjeeling: add missing UNIMP dependency
rivos-eblot 54a6bcd
[ot] hw/riscv: ot_earlgrey: replace default unimplemented device with…
rivos-eblot 3920c27
[ot] hw/riscv: ot_earlgrey: fix PLIC extension address
rivos-eblot 95b70e0
[ot] hw/riscv: ot_earlgrey: configure IRQ and Alerts for unimplemente…
rivos-eblot 456dfec
[ot] hw/riscv: ot_earlgrey: connect alerts of unimplemented devices
rivos-eblot 022bdc2
[ot] hw/opentitan: ot_edn: fix coding style with clang-format
rivos-eblot f7c7cc8
[ot] hw/opentitan: all: remove default ot_id string creation.
rivos-eblot 06c44d0
[ot] hw/riscv: ot_earlgrey: assign default ot_id name
rivos-eblot bc4d7b8
[ot] hw/riscv: ot_darjeeling: assign default ot_id name
rivos-eblot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -164,4 +164,7 @@ config OT_TIMER | |
config OT_UART | ||
bool | ||
|
||
config OT_UNIMP | ||
bool | ||
|
||
source otbn/Kconfig |
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.