Re: [PATCH 1/3] target/riscv: Set the CPU resetvec directly

2022-09-27 Thread Frank Chang
Reviewed-by: Frank Chang On Wed, Sep 14, 2022 at 6:12 PM Alistair Francis via wrote: > Instead of using our properties to set a config value which then might > be used to set the resetvec (depending on your timing), let's instead > just set the resetvec directly in the env struct. > > This

Re: [PATCH 1/3] target/riscv: Set the CPU resetvec directly

2022-09-17 Thread Philippe Mathieu-Daudé via
On 14/9/22 12:11, Alistair Francis via wrote: Instead of using our properties to set a config value which then might be used to set the resetvec (depending on your timing), let's instead just set the resetvec directly in the env struct. This allows us to set the reset vec from the command line

Re: [PATCH 1/3] target/riscv: Set the CPU resetvec directly

2022-09-16 Thread Wilfred Mallawa
On Wed, 2022-09-14 at 12:11 +0200, Alistair Francis via wrote: > Instead of using our properties to set a config value which then > might > be used to set the resetvec (depending on your timing), let's instead > just set the resetvec directly in the env struct. > > This allows us to set the reset

[PATCH 1/3] target/riscv: Set the CPU resetvec directly

2022-09-14 Thread Alistair Francis via
Instead of using our properties to set a config value which then might be used to set the resetvec (depending on your timing), let's instead just set the resetvec directly in the env struct. This allows us to set the reset vec from the command line with: -global