Re: [PATCH v2 03/14] xen/riscv: add

2023-01-30 Thread Alistair Francis
On Sat, Jan 28, 2023 at 12:00 AM Oleksii Kurochko wrote: > > The following changes were done in Xen code base in comparison with OpenSBI: > * Remove "#include " as most of the stuff inside > it is present in Xen code base. > * Add macros _UL and _ULL as they were in before > * Add SATP3

[PATCH v2 03/14] xen/riscv: add

2023-01-27 Thread Oleksii Kurochko
The following changes were done in Xen code base in comparison with OpenSBI: * Remove "#include " as most of the stuff inside it is present in Xen code base. * Add macros _UL and _ULL as they were in before * Add SATP32_MODE_SHIFT/SATP64_MODE_SHIFT/SATP_MODE_SHIFT as they will be use