Re: [PATCH v1 6/8] target/riscv: Add a config option for ePMP

2021-04-07 Thread Bin Meng
On Fri, Apr 2, 2021 at 8:50 PM Alistair Francis wrote: > > From: Hou Weiying > > Add a config option to enable experimental support for ePMP. This > is disabled by default and can be enabled with 'x-epmp=true'. > > Signed-off-by: Hongzheng-Li > Signed-off-by: Hou Weiying > Signed-off-by: Myriad

[PATCH v1 6/8] target/riscv: Add a config option for ePMP

2021-04-02 Thread Alistair Francis
From: Hou Weiying Add a config option to enable experimental support for ePMP. This is disabled by default and can be enabled with 'x-epmp=true'. Signed-off-by: Hongzheng-Li Signed-off-by: Hou Weiying Signed-off-by: Myriad-Dreamin Message-Id: Signed-off-by: Alistair Francis --- target/ris