Re: [PATCH 1/6] arm64/hyperv: Support DeviceTree

2024-05-20 Thread Roman Kisel
On 5/14/2024 5:00 PM, Easwar Hariharan wrote: On 5/14/2024 4:17 PM, Roman Kisel wrote: On 5/14/2024 3:46 PM, Easwar Hariharan wrote: On 5/10/2024 10:42 AM, Roman Kisel wrote: On 5/10/2024 10:04 AM, Easwar Hariharan wrote: On 5/10/2024 9:05 AM, rom...@linux.microsoft.com wrote: From:

Re: [PATCH 1/6] arm64/hyperv: Support DeviceTree

2024-05-14 Thread Easwar Hariharan
On 5/14/2024 4:17 PM, Roman Kisel wrote: > > > On 5/14/2024 3:46 PM, Easwar Hariharan wrote: >> On 5/10/2024 10:42 AM, Roman Kisel wrote: >>> >>> >>> On 5/10/2024 10:04 AM, Easwar Hariharan wrote: On 5/10/2024 9:05 AM, rom...@linux.microsoft.com wrote: > From: Roman Kisel > >

Re: [PATCH 1/6] arm64/hyperv: Support DeviceTree

2024-05-14 Thread Roman Kisel
On 5/14/2024 3:46 PM, Easwar Hariharan wrote: On 5/10/2024 10:42 AM, Roman Kisel wrote: On 5/10/2024 10:04 AM, Easwar Hariharan wrote: On 5/10/2024 9:05 AM, rom...@linux.microsoft.com wrote: From: Roman Kisel Update the driver to support DeviceTree boot as well along with ACPI. This

Re: [PATCH 1/6] arm64/hyperv: Support DeviceTree

2024-05-14 Thread Easwar Hariharan
On 5/10/2024 10:42 AM, Roman Kisel wrote: > > > On 5/10/2024 10:04 AM, Easwar Hariharan wrote: >> On 5/10/2024 9:05 AM, rom...@linux.microsoft.com wrote: >>> From: Roman Kisel >>> >>> Update the driver to support DeviceTree boot as well along with ACPI. >>> This enables the Virtual Trust Level

Re: [PATCH 1/6] arm64/hyperv: Support DeviceTree

2024-05-10 Thread Roman Kisel
On 5/10/2024 10:04 AM, Easwar Hariharan wrote: On 5/10/2024 9:05 AM, rom...@linux.microsoft.com wrote: From: Roman Kisel Update the driver to support DeviceTree boot as well along with ACPI. This enables the Virtual Trust Level platforms boot up on ARM64. Signed-off-by: Roman Kisel ---

Re: [PATCH 1/6] arm64/hyperv: Support DeviceTree

2024-05-10 Thread Easwar Hariharan
On 5/10/2024 9:05 AM, rom...@linux.microsoft.com wrote: > From: Roman Kisel > > Update the driver to support DeviceTree boot as well along with ACPI. > This enables the Virtual Trust Level platforms boot up on ARM64. > > Signed-off-by: Roman Kisel > --- > arch/arm64/hyperv/mshyperv.c | 34

[PATCH 1/6] arm64/hyperv: Support DeviceTree

2024-05-10 Thread romank
From: Roman Kisel Update the driver to support DeviceTree boot as well along with ACPI. This enables the Virtual Trust Level platforms boot up on ARM64. Signed-off-by: Roman Kisel --- arch/arm64/hyperv/mshyperv.c | 34 +- 1 file changed, 29 insertions(+), 5