Skip to content

Commit

Permalink
Merge pull request #286 from chipsalliance/main
Browse files Browse the repository at this point in the history
Reintegrate main -> dev-msft
  • Loading branch information
calebofearth authored Nov 10, 2023
2 parents 92876e1 + 020d315 commit b0a25ba
Show file tree
Hide file tree
Showing 14 changed files with 896 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Release_Notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ See the License for the specific language governing permissions and<BR>
limitations under the License.*_<BR>

# **Release Notes** #
_*Last Update: 2023/09/13*_
_*Last Update: 2023/11/02*_

## Rev 1p0 ##
## Rev 1p0-rc1 ##

### Rev 1p0 release date: (pending ROM release for official declaration) ###
### Rev 1p0-rc1 release date: 2023/11/03 (1p0 version pending ROM release for official declaration) ###
- Caliptra IP Specification: see docs/ folder
- Caliptra Integration Specification: see docs/ folder
- Caliptra testplan: see docs/ folder
Expand Down
887 changes: 887 additions & 0 deletions docs/CaliptraIntegrationSpecification.md

Large diffs are not rendered by default.

Binary file added docs/images/Caliptra_CDC_JTAG_code_snippet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/Caliptra_HW_diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/Caliptra_SRAM_interface_timing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/Caliptra_machine_reliability.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/Caliptra_mbox-sender.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/Caliptra_mbox_boot_FSM.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/Caliptra_mbox_receiver.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/Caliptra_reset_timing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/Caliptra_schematic_jtag.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/Caliptra_soc_interface_block.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/OCP_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 6 additions & 4 deletions src/soc_ifc/rtl/soc_ifc_external_reg.rdl
Original file line number Diff line number Diff line change
Expand Up @@ -264,11 +264,13 @@ reg {
reg {
name = "DEBUG & MANUF SERVICE REG";
desc = "JTAG in debug/manuf mode or SOC can write to this register for ROM/FW defined skips or services; ROM/FW maintains the defintion of these bits.
[br]
[br]Field decode:
[br] [0] MFG_FLAG_GEN_IDEV_CSR: Enable bit for Caliptra to generate an IDEV CSR
[br] [15:1] MFG_FLAG_RSVD
[br] [30:16] FAKE_ROM_RSVD
[br] [31] FAKE_ROM_IMAGE_VERIFY_EN: Enable bit to perform image verification within the fake-rom feature
[br] [lb]0[rb] MFG_FLAG_GEN_IDEV_CSR: Enable bit for Caliptra to generate an IDEV CSR
[br] [lb]1[rb] MFG_FLAG_RNG_UNAVAIL: Random Number Generator Unavailable
[br] [lb]15:2[rb] MFG_FLAG_RSVD
[br] [lb]30:16[rb] FAKE_ROM_RSVD
[br] [lb]31[rb] FAKE_ROM_IMAGE_VERIFY_EN: Enable bit to perform image verification within the fake-rom feature
[br]
[br]Caliptra Access: RW
[br]SOC Access: RW
Expand Down

0 comments on commit b0a25ba

Please sign in to comment.