Re: [PATCH v2 08/16] xen/riscv: dt_processor_cpuid() implementation

2025-05-18 Thread Jan Beulich
On 16.05.2025 18:02, Oleksii Kurochko wrote: > > On 5/15/25 9:56 AM, Jan Beulich wrote: >> (adding Bertrand as the one further DT maintainer, for a respective question >> below) >> >> On 06.05.2025 18:51, Oleksii Kurochko wrote: >>> Implements dt_processor_hartid() >> There's no such function (any

Re: [PATCH v2 08/16] xen/riscv: dt_processor_cpuid() implementation

2025-05-16 Thread Oleksii Kurochko
On 5/15/25 9:56 AM, Jan Beulich wrote: (adding Bertrand as the one further DT maintainer, for a respective question below) On 06.05.2025 18:51, Oleksii Kurochko wrote: Implements dt_processor_hartid() There's no such function (anymore). to get the hart ID of the given device tree node and d

Re: [PATCH v2 08/16] xen/riscv: dt_processor_cpuid() implementation

2025-05-15 Thread Jan Beulich
(adding Bertrand as the one further DT maintainer, for a respective question below) On 06.05.2025 18:51, Oleksii Kurochko wrote: > Implements dt_processor_hartid() There's no such function (anymore). > to get the hart ID of the given > device tree node and do some checks if CPU is available and

[PATCH v2 08/16] xen/riscv: dt_processor_cpuid() implementation

2025-05-06 Thread Oleksii Kurochko
Implements dt_processor_hartid() to get the hart ID of the given device tree node and do some checks if CPU is available and given device tree node has proper riscv,isa property. As a helper function dt_get_cpuid() is introduced to deal specifically with reg propery of a CPU device node. Signed-o