@@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
+### Added
+- Abstract support for HSM and SRST extensions
+- Support SRST extension using test device on QEMU
### Modified
- Use '#[naked]' instead of global assembly in newer Rust version for RustSBI platforms
@@ -5,6 +5,6 @@ Currently supported platforms:
| Platform | Legacy | Base | IPI | Timer | RFENCE | HSM | SRST | Note |
|:---------|:------:|:----:|:---:|:-----:|:------:|:---:|:----:|:-----|
| [Kendryte K210](./k210) | √ | √ | √ | √ | P | P | P | Privileged spec version: 1.9.1 |
-| [QEMU](./qemu) | √ | √ | √ | √ | P | P | P | - |
+| [QEMU](./qemu) | √ | √ | √ | √ | P | P | √ | - |
P: Pending