doc: update changelog about openocd base commit f82c5a7
Also optimized markdown format for better live preview in website. Change-Id: I470be668362017ee52bc2f86ed295b42d6a83611 Signed-off-by: Huaqi Fang <578567190@qq.com>
This commit is contained in:
parent
2a180c4169
commit
553428e08e
|
@ -9,27 +9,31 @@ If the tool version and documentation version not match, please take care.
|
||||||
## 2024.12
|
## 2024.12
|
||||||
|
|
||||||
* improvement of ci and doc
|
* improvement of ci and doc
|
||||||
* replace vslide1down_vx to read/write vx register
|
* replace ``vslide1down_vx`` to read/write riscv vector register
|
||||||
* support live watch feature
|
* support live watch feature via riscv sba memory access channel
|
||||||
* organize nuclei commands into nuclei_riscv.c
|
* organize nuclei commands into ``nuclei_riscv.c``
|
||||||
* add nuclei cti command group
|
* add ``nuclei cti`` command group
|
||||||
* update nuclei etrace command group
|
* update ``nuclei etrace`` command group
|
||||||
* optimise nuclei cpuinfo command
|
* optimize ``nuclei cpuinfo`` command
|
||||||
|
|
||||||
* add new nuclei customized csr
|
* add new nuclei customized csrs
|
||||||
| new csr addr | new csr name |
|
|
||||||
| ------ | ------ |
|
| new csr addr | new csr name |
|
||||||
| 0x1a4~0x1af | smpuaddr4~15 |
|
| ------ | ------ |
|
||||||
| 0x1c0~0x1ef | smpuaddr16~63 |
|
| 0x1a4~0x1af | smpuaddr4~15 |
|
||||||
* rename nuclei customized csr
|
| 0x1c0~0x1ef | smpuaddr16~63 |
|
||||||
| old name | new name |
|
|
||||||
| ------ | ------ |
|
* rename nuclei customized csrs
|
||||||
| spmpcfg0~3 | smpucfg0~3 |
|
|
||||||
| spmpaddr0~15 | smpuaddr0~15 |
|
| old name | new name |
|
||||||
| mfp16mode | mmisc_ctl1 |
|
| ------ | ------ |
|
||||||
| mecc_ctrl | mecc_ctl |
|
| spmpcfg0~3 | smpucfg0~3 |
|
||||||
| mstack_ctrl | mstack_ctl |
|
| spmpaddr0~15 | smpuaddr0~15 |
|
||||||
* changes are based on [riscv/riscv-openocd](https://github.com/riscv-collab/riscv-openocd/commit/f9a12927)
|
| mfp16mode | mmisc_ctl1 |
|
||||||
|
| mecc_ctrl | mecc_ctl |
|
||||||
|
| mstack_ctrl | mstack_ctl |
|
||||||
|
|
||||||
|
* changes are based on [riscv/riscv-openocd@f82c5a7](https://github.com/riscv-collab/riscv-openocd/commit/f82c5a7)
|
||||||
|
|
||||||
## 2024.06
|
## 2024.06
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue