Releases: chipsalliance/caliptra-sw
Releases · chipsalliance/caliptra-sw
release_v20230810_0
Mark KeyUsage extension as critical
release_v20230809_0
Declare names for PCR IDs. (#616)
release_v20230804_0
Add Trng::assume_init() function. (#594) This unsafe function can be used to create a Trng if the caller is certain Trng::new() has previously been called.
release_v20230729_0
Mark some funcs inline(always) (-168 bytes ROM size)
release_v20230728_1
Mark some funcs inline(always) (-168 bytes ROM size)
release_v20230728_0
Replace FPGA SOC adapter (#549)
release_v20230727_0
Runtime [feat] FIPS Version Command (#526) * FIPS Version Command * Add LibCaliptra Support for FIPS Version --------- Co-authored-by: Fabrizio Damato <Fabrizio.Damato@amd.com>
release_v20230726_0
[fix] Directly write the manifest address to the datavault
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 <83837719+fdamato@users.noreply.github.com>
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