Re: [PATCH v3 2/3] xen/riscv: read/save hart_id and dtb_base passed by bootloader

2023-03-16 Thread Bobby Eshleman
On Fri, Mar 03, 2023 at 12:24:23PM +0200, Oleksii Kurochko wrote: > Signed-off-by: Oleksii Kurochko > --- > Changes since v2: > * Add the comment for start() function with the explanation what and >how OpenSBI pass to start() function. > * Clean up start() code related to read&save hart_id &

Re: [PATCH v3 2/3] xen/riscv: read/save hart_id and dtb_base passed by bootloader

2023-03-03 Thread Oleksii
On Fri, 2023-03-03 at 10:27 +, Andrew Cooper wrote: > On 03/03/2023 10:24 am, Oleksii Kurochko wrote: > > Signed-off-by: Oleksii Kurochko > > Reviewed-by: Andrew Cooper , although it > occurs to me... > > > diff --git a/xen/arch/riscv/setup.c b/xen/arch/riscv/setup.c > > index 1c87899e8e..d9

Re: [PATCH v3 2/3] xen/riscv: read/save hart_id and dtb_base passed by bootloader

2023-03-03 Thread Andrew Cooper
On 03/03/2023 10:24 am, Oleksii Kurochko wrote: > Signed-off-by: Oleksii Kurochko Reviewed-by: Andrew Cooper , although it occurs to me... > diff --git a/xen/arch/riscv/setup.c b/xen/arch/riscv/setup.c > index 1c87899e8e..d9723fe1c0 100644 > --- a/xen/arch/riscv/setup.c > +++ b/xen/arch/riscv/se

[PATCH v3 2/3] xen/riscv: read/save hart_id and dtb_base passed by bootloader

2023-03-03 Thread Oleksii Kurochko
Signed-off-by: Oleksii Kurochko --- Changes since v2: * Add the comment for start() function with the explanation what and how OpenSBI pass to start() function. * Clean up start() code related to read&save hart_id & dtb_base. --- Changes since v1: * read/save/pass of hart_id and dtb_base