Re: [PATCH v3 0/3] Do basic initialization things

2023-03-15 Thread Andrew Cooper
On 05/03/2023 7:06 am, Bobby Eshleman wrote: > I just wanted to let you know I have this queued up to review, I’ve > just been very overloaded. I’ll give these a review in the coming week. Any update on this? FWIW, all 3 look ready to go in to me, so hopefully its very easy. ~Andrew

Re: [PATCH v3 0/3] Do basic initialization things

2023-03-04 Thread Bobby Eshleman
I just wanted to let you know I have this queued up to review, I’ve just been very overloaded. I’ll give these a review in the coming week. Best, Bobby On Fri, Mar 3, 2023 at 2:24 AM Oleksii Kurochko wrote: > The patch series groups and updates the following patches: > 1. xen/riscv: disable fpu

[PATCH v3 0/3] Do basic initialization things

2023-03-03 Thread Oleksii Kurochko
The patch series groups and updates the following patches: 1. xen/riscv: disable fpu 2. xen/riscv: initialize .bss section 3. xen/riscv: read/save hart_id and dtb_base passed by bootloader --- Changes since v2: * Patch [xen/riscv: disable fpu] was moved to the start of start() function to det