Releases: chipsalliance/caliptra-sw
Releases · chipsalliance/caliptra-sw
release_v20230906_0
Use PersistentDataAccessor in FMC firmware. (#703)
release_v20230905_0
Remove rerun-if-changed lines from cpu/build.rs (#716) These aren't necessary, and are causing this package and depedents to be re-built every time cargo is invoked (since build.rs writes link.x).
release_v20230902_0
Remove rerun-if-changed lines from cpu/build.rs (#716) These aren't necessary, and are causing this package and depedents to be re-built every time cargo is invoked (since build.rs writes link.x).
release_v20230901_0
Use PersistentDataAccessor in Runtime firmware.
release_v20230831_0
Implement Platform::get_issuer_name
release_v20230830_0
Fix dpe submodule to point to a valid commit. (#701) 48a00d1b2bb46fb7ce1e4e953856c128c0b7a700 does not exist at https://github.com/chipsalliance/caliptra-dpe/commits/main
release_v20230829_0
CI: Update Caliptra RTL (#697)
release_v20230826_0
CI: Update Caliptra RTL (#697)
release_v20230825_1
Reclaim some RT stack space * Hold ImageManifest as a reference to persistent DCCM instead of copying it onto the stack * Remove temp response buffer in InvokeDpeCmd (the compiler may have been optimizing this out anyway, but may as well be explicit)
release_v20230825_0
Add capabilities command to ROM. Currently reports just a single bit representing functionality present in v1.0 of ROM.