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
|
||||
|
||||
* improvement of ci and doc
|
||||
* replace vslide1down_vx to read/write vx register
|
||||
* support live watch feature
|
||||
* organize nuclei commands into nuclei_riscv.c
|
||||
* add nuclei cti command group
|
||||
* update nuclei etrace command group
|
||||
* optimise nuclei cpuinfo command
|
||||
* replace ``vslide1down_vx`` to read/write riscv vector register
|
||||
* support live watch feature via riscv sba memory access channel
|
||||
* organize nuclei commands into ``nuclei_riscv.c``
|
||||
* add ``nuclei cti`` command group
|
||||
* update ``nuclei etrace`` command group
|
||||
* optimize ``nuclei cpuinfo`` command
|
||||
|
||||
* add new nuclei customized csr
|
||||
| new csr addr | new csr name |
|
||||
| ------ | ------ |
|
||||
| 0x1a4~0x1af | smpuaddr4~15 |
|
||||
| 0x1c0~0x1ef | smpuaddr16~63 |
|
||||
* rename nuclei customized csr
|
||||
| old name | new name |
|
||||
| ------ | ------ |
|
||||
| spmpcfg0~3 | smpucfg0~3 |
|
||||
| spmpaddr0~15 | smpuaddr0~15 |
|
||||
| mfp16mode | mmisc_ctl1 |
|
||||
| mecc_ctrl | mecc_ctl |
|
||||
| mstack_ctrl | mstack_ctl |
|
||||
* changes are based on [riscv/riscv-openocd](https://github.com/riscv-collab/riscv-openocd/commit/f9a12927)
|
||||
* add new nuclei customized csrs
|
||||
|
||||
| new csr addr | new csr name |
|
||||
| ------ | ------ |
|
||||
| 0x1a4~0x1af | smpuaddr4~15 |
|
||||
| 0x1c0~0x1ef | smpuaddr16~63 |
|
||||
|
||||
* rename nuclei customized csrs
|
||||
|
||||
| old name | new name |
|
||||
| ------ | ------ |
|
||||
| spmpcfg0~3 | smpucfg0~3 |
|
||||
| spmpaddr0~15 | smpuaddr0~15 |
|
||||
| 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
|
||||
|
||||
|
|
Loading…
Reference in New Issue