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
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
(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
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