-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
For the OpenTitan fuse (one-time programmable) controller, and also for the related entropy sources. These RDLs is added in the `caliptra-ss` repo at commit: chipsalliance/caliptra-ss@984f228 I also slightly changed the register names to also include their most recent sub-block name so that the digest register names would be less confusing. This caused some changes to the I3C register names (which I've fixed the corresponding code for).
- Loading branch information
Showing
22 changed files
with
5,340 additions
and
225 deletions.
There are no files selected for viewing
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
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
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
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
addrmap mcu { | ||
el2_pic_ctrl el2_pic_ctrl @ 0x6000_0000; | ||
flash_ctrl flash_ctrl @ 0x2000_8000; | ||
entropy_src entropy_src @ 0x2000_9000; | ||
caliptra_otp_ctrl caliptra_otp_ctrl @ 0x2000_b000; | ||
}; |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.