Skip to content

Releases: chipsalliance/caliptra-sw

release_v20230725_0

25 Jul 13:37
2d49ddc
Compare
Choose a tag to compare
Add some updates to CODEOWNERS (#530)

* Add some updates to CODEOWNERS

Adding some additional folks to the code owners file

* Adding jhand2 to x509

* Whitespace fix

---------

Co-authored-by: fdamato <[email protected]>

release_v20230722_0

22 Jul 14:01
75e56cf
Compare
Choose a tag to compare
Libcaliptra (#496)

* libcaliptra

Derived from the api example in hw-model/c-binding/examples/api, this
is the initial skeleton of a more generic client API for Caliptra,
intended to abstract away the details of the implementation.

Client applications will include caliptra_api.h and implementations
will provide definitions to the functions declared in caliptra_if.h,
check the README.md for more information.

* Add support for integration with the model

This adds a generic reference to demonstrate client application use of the
Caliptra C API, and an example implementation of an interface, in this case
connecting the generic reference application to the hardware model.

Build happens from within the examples/hwmodel/ directory. Run `make` and then
run `./hwmodel` to execute the example.

This also removes the more basic if_test directory as it is now redundant

release_v20230721_1

21 Jul 13:38
ca33f49
Compare
Choose a tag to compare
Do not write FMC or RT load addresses to DV slots. (#479)

These are unnecessary and the slots could be used for other purposes.

release_v20230721_0

21 Jul 04:55
Compare
Choose a tag to compare
Change to one OWNER LMS key instead of 4.

release_v20230719_0

19 Jul 13:26
96e3e05
Compare
Choose a tag to compare
[feat] Code Owners file (#511)

release_v20230718_1

18 Jul 23:54
Compare
Choose a tag to compare
ureg: Optimize 12-word and 16-word copies for risc-v.

release_v20230718_0

18 Jul 13:13
1f6f56b
Compare
Choose a tag to compare
[fix] FMC: Skip journey PCR extension on warm reset (#477)

release_v20230714_1

15 Jul 00:02
26fb699
Compare
Choose a tag to compare
Test write to ROM (#433)

release_v20230714_0

14 Jul 20:40
26fb699
Compare
Choose a tag to compare
Test write to ROM (#433)