Re: [PATCH] hw/riscv: Fix OT IBEX reset vector

2021-04-19 Thread Alistair Francis
On Tue, Apr 20, 2021 at 7:26 AM Alexander Wagner wrote: > > Hi, > > I just wanted to check if the patch [1] is missing anything to be > merged? If so, please let me know. Thanks for the ping! You have done everything correctly, I just forgot to apply the patch. Do you mind re-sending the patch

Re: [PATCH] hw/riscv: Fix OT IBEX reset vector

2021-04-19 Thread Alexander Wagner
Hi, I just wanted to check if the patch [1] is missing anything to be merged? If so, please let me know. Regards Alex [1] https://patchew.org/QEMU/20210310221208.167990-1-alexander.wag...@ulal.de/

Re: [PATCH] hw/riscv: Fix OT IBEX reset vector

2021-03-11 Thread Alistair Francis
On Wed, Mar 10, 2021 at 5:23 PM Alexander Wagner wrote: > > The IBEX documentation [1] specifies the reset vector to be "the most > significant 3 bytes of the boot address and the reset value (0x80) as > the least significant byte". > > [1] > https://github.com/lowRISC/ibex/blob/master/doc/03_ref

[PATCH] hw/riscv: Fix OT IBEX reset vector

2021-03-10 Thread Alexander Wagner
The IBEX documentation [1] specifies the reset vector to be "the most significant 3 bytes of the boot address and the reset value (0x80) as the least significant byte". [1] https://github.com/lowRISC/ibex/blob/master/doc/03_reference/exception_interrupts.rst Signed-off-by: Alexander Wagner ---