Re: [PATCH 1/4] target/riscv: Add CSR tcontrol of debug trigger module

2024-02-16 Thread Daniel Henrique Barboza
On 2/16/24 03:13, Alvin Chang wrote: The RISC-V debug specification defines an optional CSR "tcontrol" within the trigger module. This commit adds its read/write operations and related bit-field definitions. Signed-off-by: Alvin Chang --- Reviewed-by: Daniel Henrique Barboza target/ri

Re: [PATCH 1/4] target/riscv: Add CSR tcontrol of debug trigger module

2024-02-16 Thread Daniel Henrique Barboza
; liwei1...@gmail.com; zhiwei_...@linux.alibaba.com Subject: Re: [PATCH 1/4] target/riscv: Add CSR tcontrol of debug trigger module On 2/16/24 03:13, Alvin Chang wrote: The RISC-V debug specification defines an optional CSR "tcontrol" within the trigger module. This commit adds its

RE: [PATCH 1/4] target/riscv: Add CSR tcontrol of debug trigger module

2024-02-16 Thread 張哲嘉
..@gmail.com; zhiwei_...@linux.alibaba.com > Subject: Re: [PATCH 1/4] target/riscv: Add CSR tcontrol of debug trigger > module > > > > On 2/16/24 03:13, Alvin Chang wrote: > > The RISC-V debug specification defines an optional CSR "tcontrol" > > within the trigger modul

Re: [PATCH 1/4] target/riscv: Add CSR tcontrol of debug trigger module

2024-02-16 Thread Daniel Henrique Barboza
On 2/16/24 03:13, Alvin Chang wrote: The RISC-V debug specification defines an optional CSR "tcontrol" within the trigger module. This commit adds its read/write operations and related bit-field definitions. Signed-off-by: Alvin Chang --- target/riscv/cpu.h | 1 + target/riscv/cpu_b

[PATCH 1/4] target/riscv: Add CSR tcontrol of debug trigger module

2024-02-15 Thread Alvin Chang via
The RISC-V debug specification defines an optional CSR "tcontrol" within the trigger module. This commit adds its read/write operations and related bit-field definitions. Signed-off-by: Alvin Chang --- target/riscv/cpu.h | 1 + target/riscv/cpu_bits.h | 3 +++ target/riscv/csr.c | 15