Re: [PATCH v2 0/2] mconfigptr support

2021-10-27 Thread Rahul Pathak
On Wed, Oct 27, 2021 at 8:14 AM Alistair Francis wrote: > On Mon, Oct 25, 2021 at 10:51 PM Rahul Pathak > wrote: > > > > Patches add the mconfigptr csr support. > > mconfigptr is newly incorporated in risc-v privileged architecture > > specification 1.12 version. > > priv spec 1.12.0 version che

Re: [PATCH v2 0/2] mconfigptr support

2021-10-26 Thread Alistair Francis
On Mon, Oct 25, 2021 at 10:51 PM Rahul Pathak wrote: > > Patches add the mconfigptr csr support. > mconfigptr is newly incorporated in risc-v privileged architecture > specification 1.12 version. > priv spec 1.12.0 version check is also added. > > > qemu-system-riscv64 -nographic -machine virt -cp

[PATCH v2 0/2] mconfigptr support

2021-10-25 Thread Rahul Pathak
Patches add the mconfigptr csr support. mconfigptr is newly incorporated in risc-v privileged architecture specification 1.12 version. priv spec 1.12.0 version check is also added. qemu-system-riscv64 -nographic -machine virt -cpu rv64,priv_spec=v1.12.0 Changelog: v1->v2 -- 1. Added privi