Releases: chipsalliance/caliptra-sw
Releases · chipsalliance/caliptra-sw
release_v20230725_0
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
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
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
Change to one OWNER LMS key instead of 4.
release_v20230719_0
[feat] Code Owners file (#511)
release_v20230718_1
ureg: Optimize 12-word and 16-word copies for risc-v.
release_v20230718_0
[fix] FMC: Skip journey PCR extension on warm reset (#477)
release_v20230714_1
Test write to ROM (#433)
release_v20230714_0
Test write to ROM (#433)