Releases: chipsalliance/caliptra-sw
Releases · chipsalliance/caliptra-sw
release_v20241202_0
Updating ROM version to 1.2.0 (#1818)
release_v20241130_0
Fixing release CI failures and adding frozen 1.1 ROM (#1809) * Fixing release CI failures and adding frozen 1.1 ROM * Changing CI ROM version from rust feature to environment variable * Removing reference to main branch in release flow Prevents a release being made from main when tests were actuall run on a different branch/commit
release_v20241127_0
Fixing release CI failures and adding frozen 1.1 ROM (#1809) * Fixing release CI failures and adding frozen 1.1 ROM * Changing CI ROM version from rust feature to environment variable * Removing reference to main branch in release flow Prevents a release being made from main when tests were actuall run on a different branch/commit
release_v20241126_0
Fixing release CI failures and adding frozen 1.1 ROM (#1809) * Fixing release CI failures and adding frozen 1.1 ROM * Changing CI ROM version from rust feature to environment variable * Removing reference to main branch in release flow Prevents a release being made from main when tests were actuall run on a different branch/commit
release_v20241019_0
Reject mbx commands from 0xFFFFFFFF pauser in both ROM and runtime
release_v20241017_0
Reject mbx commands from 0xFFFFFFFF pauser in both ROM and runtime
release_v20241015_0
Update the runtime README to reflect PAUSER permission requirements f…
release_v20241012_0
Export Libcaliptra zephyr project include directories. This makes it so projects including this library have the directories added to their include paths.
release_v20241011_0
Add Zephyr project definitions for Libcaliptra. This allows including Libcaliptra in a Zephyr project.
release_v20241010_0
Limit STASH_MEASUREMENT command to PL0 callers. (#1704) Limit STASH_MEASUREMENT command to PL0 callers. Fixes https://github.com/chipsalliance/caliptra-sw/issues/1678.