Skip to content

Commit

Permalink
doc:add changelog.md
Browse files Browse the repository at this point in the history
Signed-off-by: xiaoming <[email protected]>
  • Loading branch information
QQxiaoming committed Apr 25, 2022
1 parent dbee6e3 commit 842985a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Change Log

## [Unrelease]

## [0.0.2] - 2021-04-25

- busybox更新到1.33.2
- kernel更新到5.10.108
- opensbi更新到1.0
- qemu更新到7.0.0
- 添加macos二进制发布版本
- 添加i2s硬件
- 启动脚本添加avahi
- 添加tap模拟网卡支持

## [0.0.1] - 2021-12-08

- 首次发布
- qemu和quard stat tools的二进制发布版本,包含linux版本和windus x64版本,win64为实验性支持,强烈建议以使用linux版本在ubuntu2004版本使用,其他os若无法使用,建议clone源码自行编译,编译方法参考项目CI脚本
3 changes: 3 additions & 0 deletions DEVELOPNOTE.md
Original file line number Diff line number Diff line change
Expand Up @@ -406,3 +406,6 @@

-
2022.04.19(晚上):qemu最新的7.0.0版本在今天如期发布了,还是带来了很多riscv相关的更新,包括rvv、rvh扩展,支持了kvm,我们就第一时间将quard-star的实现向7.0.0版本移植,API方面改动并不多,主要是为了kvm支持添加了更标准rvclint和rvplic,这边我们先暂时不实现kvm支持,先让原功能全部跑通,等后面周末我有空再来进行代码优化。另外我之前提到的pmp_state.addr初值的init问题官方已经解决了,因此我们可以删除之前mask_rom中的csrw pmpcfg0, 0相关代码了。移植完成测试发现freertos相关代码在cpu7中运行到中途出现了无法继续调度的问题,这个暂时挂起等待后面抽空研究。

-
2022.04.23(晚上):搞错了,freertos相关代码在cpu7中运行到中途出现了无法继续调度的问题是由于之前一次修改设备树时没有配置好保留内存区域导致linux启动后覆盖了cpu7需要的内存空间导致的,目前问题已解决。

0 comments on commit 842985a

Please sign in to comment.