瀏覽代碼

Small fix on changelog

luojia65 4 年之前
父節點
當前提交
2844916511
共有 2 個文件被更改,包括 4 次插入1 次删除
  1. 3 0
      CHANGELOG.md
  2. 1 1
      platform/README.md

+ 3 - 0
CHANGELOG.md

@@ -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

+ 1 - 1
platform/README.md

@@ -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