Re: [PATCH] target/riscv: csr: Implement mconfigptr CSR

2021-10-13 Thread Bin Meng
HI Rahul, On Fri, Oct 8, 2021 at 5:47 PM Rahul Pathak wrote: > > Hi Bin > > > On Thu, Oct 7, 2021 at 11:07 AM Bin Meng wrote: > > > > On Sun, Oct 3, 2021 at 7:29 PM Rahul Pathak > > wrote: > > > > > > mconfigptr is an mandatory CSR as per the priv spec. > > > > %s/an/a > > > > Done > > > > > a

Re: [PATCH] target/riscv: csr: Implement mconfigptr CSR

2021-10-08 Thread Rahul Pathak
Hi Bin On Thu, Oct 7, 2021 at 11:07 AM Bin Meng wrote: > > On Sun, Oct 3, 2021 at 7:29 PM Rahul Pathak wrote: > > > > mconfigptr is an mandatory CSR as per the priv spec. > > %s/an/a > Done > > as per the priv spec v1.12 > > > This csr holds the physical address of the configuration > > data

Re: [PATCH] target/riscv: csr: Implement mconfigptr CSR

2021-10-06 Thread Bin Meng
On Sun, Oct 3, 2021 at 7:29 PM Rahul Pathak wrote: > > mconfigptr is an mandatory CSR as per the priv spec. %s/an/a as per the priv spec v1.12 > This csr holds the physical address of the configuration > data structure if this data structure is implemented > Its an readonly csr set to zero maki

[PATCH] target/riscv: csr: Implement mconfigptr CSR

2021-10-03 Thread Rahul Pathak
mconfigptr is an mandatory CSR as per the priv spec. This csr holds the physical address of the configuration data structure if this data structure is implemented Its an readonly csr set to zero making configuration data structure not supported. Signed-off-by: Rahul Pathak --- target/riscv/cpu_b