Changes to Additional Resources

Comparing version 1.2 to 1.1
+20 additions -20 deletions
@@ -43,23 +43,23 @@
4343 ## Software
4444
4545
46-- [Caliptra firmware and software](https://github.com/chipsalliance/caliptra-sw/blob/51ff0a89f169bbf8e06acb49b31db555e99fefb6/README.md) — Directory structure, building and testing for caliptra-sw
47-- [Caliptra FMC Test Coverage](https://github.com/chipsalliance/caliptra-sw/blob/51ff0a89f169bbf8e06acb49b31db555e99fefb6/fmc/doc/diagrams/test-coverage.md) — Description of FMC test cases
48-- [Caliptra Runtime Firmware Test Coverage](https://github.com/chipsalliance/caliptra-sw/blob/51ff0a89f169bbf8e06acb49b31db555e99fefb6/runtime/doc/test-coverage.md) — Describes test cases
49-- [Caliptra ROM Errors](https://github.com/chipsalliance/caliptra-sw/blob/51ff0a89f169bbf8e06acb49b31db555e99fefb6/rom/dev/doc/error-attribution.md) — Fatal and non-fatal error codes description
50-- [Caliptra ROM Thread Model](https://github.com/chipsalliance/caliptra-sw/blob/51ff0a89f169bbf8e06acb49b31db555e99fefb6/rom/dev/doc/threat-model.md) — Overview of rules to ensure minimal possibility of security issues
51-- [Caliptra ROM Test Coverage](https://github.com/chipsalliance/caliptra-sw/blob/51ff0a89f169bbf8e06acb49b31db555e99fefb6/rom/dev/doc/test-coverage/test-coverage.md) — Describes test cases
52-- [Generating Register Definitions](https://github.com/chipsalliance/caliptra-sw/blob/51ff0a89f169bbf8e06acb49b31db555e99fefb6/registers/README.md) — Instructions for generating register definitions from caliptra-rtl
53-- [Emulator for Caliptra](https://github.com/chipsalliance/caliptra-sw/blob/51ff0a89f169bbf8e06acb49b31db555e99fefb6/sw-emulator/README.md) — Emulator's class and state diagrams
54-- [Caliptra C API - libcaliptra](https://github.com/chipsalliance/caliptra-sw/blob/51ff0a89f169bbf8e06acb49b31db555e99fefb6/libcaliptra/README.md)
55-- [Caliptra C API Examples](https://github.com/chipsalliance/caliptra-sw/blob/51ff0a89f169bbf8e06acb49b31db555e99fefb6/libcaliptra/examples/README.md) — Example on how to interact with the Caliptra API and adapt it to the desired target
56-- [Caliptra C API Examples - hwmodel](https://github.com/chipsalliance/caliptra-sw/blob/51ff0a89f169bbf8e06acb49b31db555e99fefb6/libcaliptra/examples/hwmodel/README.md) — Example implementation of libcaliptra's hardware interface
57-- [Caliptra Error Codes](https://github.com/chipsalliance/caliptra-sw/blob/51ff0a89f169bbf8e06acb49b31db555e99fefb6/error/README.md) — Describes where Caliptra error codes are defined
58-- [C and Rust bindings for Caliptra RTL (verilated)](https://github.com/chipsalliance/caliptra-sw/blob/51ff0a89f169bbf8e06acb49b31db555e99fefb6/hw/verilated/README.md) — Building and running C and Rust bindings for a verilated model of caliptra-rtl
59-- [Caliptra Core FPGA Guide](https://github.com/chipsalliance/caliptra-sw/blob/51ff0a89f169bbf8e06acb49b31db555e99fefb6/hw/fpga/README.md) — Guide for building and running caliptra-rtl on an FPGA
46+- [Caliptra firmware and software](https://github.com/chipsalliance/caliptra-sw/blob/6ec4a4a473a8a9aaf9788649bf7fbcdea1ee0c36/README.md) — Directory structure, building and testing for caliptra-sw
47+- [Caliptra FMC Test Coverage](https://github.com/chipsalliance/caliptra-sw/blob/6ec4a4a473a8a9aaf9788649bf7fbcdea1ee0c36/fmc/doc/diagrams/test-coverage.md) — Description of FMC test cases
48+- [Caliptra Runtime Firmware Test Coverage](https://github.com/chipsalliance/caliptra-sw/blob/6ec4a4a473a8a9aaf9788649bf7fbcdea1ee0c36/runtime/doc/test-coverage.md) — Describes test cases
49+- [Caliptra ROM Errors](https://github.com/chipsalliance/caliptra-sw/blob/6ec4a4a473a8a9aaf9788649bf7fbcdea1ee0c36/rom/dev/doc/error-attribution.md) — Fatal and non-fatal error codes description
50+- [Caliptra ROM Thread Model](https://github.com/chipsalliance/caliptra-sw/blob/6ec4a4a473a8a9aaf9788649bf7fbcdea1ee0c36/rom/dev/doc/threat-model.md) — Overview of rules to ensure minimal possibility of security issues
51+- [Caliptra ROM Test Coverage](https://github.com/chipsalliance/caliptra-sw/blob/6ec4a4a473a8a9aaf9788649bf7fbcdea1ee0c36/rom/dev/doc/test-coverage/test-coverage.md) — Describes test cases
52+- [Generating Register Definitions](https://github.com/chipsalliance/caliptra-sw/blob/6ec4a4a473a8a9aaf9788649bf7fbcdea1ee0c36/registers/README.md) — Instructions for generating register definitions from caliptra-rtl
53+- [Emulator for Caliptra](https://github.com/chipsalliance/caliptra-sw/blob/6ec4a4a473a8a9aaf9788649bf7fbcdea1ee0c36/sw-emulator/README.md) — Emulator's class and state diagrams
54+- [Caliptra C API - libcaliptra](https://github.com/chipsalliance/caliptra-sw/blob/6ec4a4a473a8a9aaf9788649bf7fbcdea1ee0c36/libcaliptra/README.md)
55+- [Caliptra C API Examples](https://github.com/chipsalliance/caliptra-sw/blob/6ec4a4a473a8a9aaf9788649bf7fbcdea1ee0c36/libcaliptra/examples/README.md) — Example on how to interact with the Caliptra API and adapt it to the desired target
56+- [Caliptra C API Examples - hwmodel](https://github.com/chipsalliance/caliptra-sw/blob/6ec4a4a473a8a9aaf9788649bf7fbcdea1ee0c36/libcaliptra/examples/hwmodel/README.md) — Example implementation of libcaliptra's hardware interface
57+- [Caliptra Error Codes](https://github.com/chipsalliance/caliptra-sw/blob/6ec4a4a473a8a9aaf9788649bf7fbcdea1ee0c36/error/README.md) — Describes where Caliptra error codes are defined
58+- [C and Rust bindings for Caliptra RTL (verilated)](https://github.com/chipsalliance/caliptra-sw/blob/6ec4a4a473a8a9aaf9788649bf7fbcdea1ee0c36/hw/verilated/README.md) — Building and running C and Rust bindings for a verilated model of caliptra-rtl
59+- [Caliptra Core FPGA Guide](https://github.com/chipsalliance/caliptra-sw/blob/6ec4a4a473a8a9aaf9788649bf7fbcdea1ee0c36/hw/fpga/README.md) — Guide for building and running caliptra-rtl on an FPGA
6060 - [Caliptra Subsystem FPGA Guide](https://github.com/chipsalliance/caliptra-mcu-sw/blob/31de9cf62dce0aceb4414b84c79bb0651c4bca78/hw/fpga/README.md) — Guide for building and running caliptra-ss on an FPGA
61-- [Caliptra SW Tests](https://github.com/chipsalliance/caliptra-sw/blob/51ff0a89f169bbf8e06acb49b31db555e99fefb6/test/README.md)
62-- [FIPS Functional Test Suite](https://github.com/chipsalliance/caliptra-sw/blob/51ff0a89f169bbf8e06acb49b31db555e99fefb6/test/tests/fips_test_suite/README.md) — Overview of the test suite and available test cases
61+- [Caliptra SW Tests](https://github.com/chipsalliance/caliptra-sw/blob/6ec4a4a473a8a9aaf9788649bf7fbcdea1ee0c36/test/README.md)
62+- [FIPS Functional Test Suite](https://github.com/chipsalliance/caliptra-sw/blob/6ec4a4a473a8a9aaf9788649bf7fbcdea1ee0c36/test/tests/fips_test_suite/README.md) — Overview of the test suite and available test cases
6363 - [Caliptra DPE](https://github.com/chipsalliance/caliptra-dpe/blob/0edc92061a031e565d087b4fd4047a28129fbd00/README.md) — General overview of Caliptra DPE
6464 - [Caliptra DPE Verification Tests](https://github.com/chipsalliance/caliptra-dpe/blob/0edc92061a031e565d087b4fd4047a28129fbd00/verification/README.md) — Description of DPE tests
6565 - [Caliptra DPE Simulator](https://github.com/chipsalliance/caliptra-dpe/blob/0edc92061a031e565d087b4fd4047a28129fbd00/simulator/README.md) — Overview of the DPE simulator
@@ -85,9 +85,9 @@
8585
8686 - [DPE Certificate & CSR Visualizer (WASM)](https://chipsalliance.github.io/caliptra-dpe/cert-printer/) — Client-side WebAssembly tool for parsing and visualizing DPE TCB derivation trees, certificates, and CSRs
8787 - [fuse_ctrl Partitions Generator](https://github.com/chipsalliance/caliptra-ss/blob/78b0facf793800c3feee12d9d4c66181506dd7b8/tools/scripts/fuse_ctrl_script/gen_fuse_ctrl_partitions.md) — A script for generation of configurable blocks for the fuse_ctrl instantiation
88-- [Caliptra fpga-boss](https://github.com/chipsalliance/caliptra-sw/blob/51ff0a89f169bbf8e06acb49b31db555e99fefb6/ci-tools/fpga-boss/README.md) — Helper utility used for running Caliptra firmware on ZCU104 FPGA
89-- [Caliptra GitHub GCP Runner Infrastructure](https://github.com/chipsalliance/caliptra-sw/blob/51ff0a89f169bbf8e06acb49b31db555e99fefb6/ci-tools/github-runner/README.md) — Overview of the CI runner architecture
90-- [file-header-fix](https://github.com/chipsalliance/caliptra-sw/blob/51ff0a89f169bbf8e06acb49b31db555e99fefb6/ci-tools/file-header-fix/README.md) — Utility used to ensure that all files have proper copyright headers
88+- [Caliptra fpga-boss](https://github.com/chipsalliance/caliptra-sw/blob/6ec4a4a473a8a9aaf9788649bf7fbcdea1ee0c36/ci-tools/fpga-boss/README.md) — Helper utility used for running Caliptra firmware on ZCU104 FPGA
89+- [Caliptra GitHub GCP Runner Infrastructure](https://github.com/chipsalliance/caliptra-sw/blob/6ec4a4a473a8a9aaf9788649bf7fbcdea1ee0c36/ci-tools/github-runner/README.md) — Overview of the CI runner architecture
90+- [file-header-fix](https://github.com/chipsalliance/caliptra-sw/blob/6ec4a4a473a8a9aaf9788649bf7fbcdea1ee0c36/ci-tools/file-header-fix/README.md) — Utility used to ensure that all files have proper copyright headers
9191
9292 ## Governance
9393
@@ -102,4 +102,4 @@
102102 - [Caliptra Compliant Brand Guidelines](https://github.com/chipsalliance/Caliptra/blob/e33b5f1f2919ff48b276630bd730e5fa8d151558/doc/branding_guide/Caliptra_Compliant_Brand_Guidelines_2025-02-17.pdf)
103103 - [GitHub Rules](https://github.com/chipsalliance/Caliptra/blob/e33b5f1f2919ff48b276630bd730e5fa8d151558/GitHubRules.md)
104104 - [Caliptra Release Checklist](https://github.com/chipsalliance/caliptra-rtl/blob/5f85fb4bc95b753a2f7d042db7dc2644ca1e8c49/docs/CaliptraReleaseChecklist.md) — Describes the release creation process
105-- [Caliptra 2.0 Branching Strategy](https://github.com/chipsalliance/caliptra-sw/blob/51ff0a89f169bbf8e06acb49b31db555e99fefb6/BRANCHING_STRATEGY.md) — Branch naming convention
105+- [Caliptra 2.0 Branching Strategy](https://github.com/chipsalliance/caliptra-sw/blob/6ec4a4a473a8a9aaf9788649bf7fbcdea1ee0c36/BRANCHING_STRATEGY.md) — Branch naming convention