Re: ipmi@acpi improvement

2020-01-06 Thread Jonathan Matthew
On Sat, Jan 04, 2020 at 08:22:56PM +0100, Mark Kettenis wrote: > > Date: Sat, 21 Dec 2019 12:30:50 +0100 (CET) > > From: Mark Kettenis > > > > On arm64 systems, IPMI can actually attach using mmio. The diff below > > implements this. It also sets the IPMI revision based on the _SRV > > method

Re: ipmi@acpi improvement

2020-01-04 Thread Mark Kettenis
> Date: Sat, 21 Dec 2019 12:30:50 +0100 (CET) > From: Mark Kettenis > > On arm64 systems, IPMI can actually attach using mmio. The diff below > implements this. It also sets the IPMI revision based on the _SRV > method if present. > > I can't actually test this properly. The firmware I'm

Re: ipmi@acpi improvement

2019-12-21 Thread Stuart Henderson
On 2019/12/21 12:30, Mark Kettenis wrote: > On arm64 systems, IPMI can actually attach using mmio. The diff below > implements this. It also sets the IPMI revision based on the _SRV > method if present. > > I can't actually test this properly. The firmware I'm using on my > od1000 has the IPMI

ipmi@acpi improvement

2019-12-21 Thread Mark Kettenis
On arm64 systems, IPMI can actually attach using mmio. The diff below implements this. It also sets the IPMI revision based on the _SRV method if present. I can't actually test this properly. The firmware I'm using on my od1000 has the IPMI device in its ACPI tables. But I'm 99% certain there