Re: Generic interface for accelerometers (AMS, HDAPS, ...)

From: Henrique de Moraes Holschuh
Date: Thu Jul 06 2006 - 22:46:12 EST


On Thu, 06 Jul 2006, Vojtech Pavlik wrote:
> > >We are investigating the ACPI global lock as a way to at least get the
> > >SMBIOS to stay away from the EC while we talk to it, but we don't know if
> > >the entire SMBIOS firmware respects that lock.
> >
> > It had better, that is exactly what the ACPI Global Lock is supposed to
> > prevent (concurrent access to non-sharable resources between the OS and
> > SMI code). The ACPI DSDT contains information on whether or not the
> > machine requires the Global Lock in order to access the EC or whether it
> > is safe to access without locking.
>
> Isn't that vaild only if you actully use ACPI to access the EC? (AFAIK
> the HDAPS driver does direct port access.)

It better be valid for any OS-side access to the EC, otherwise the ACPI
global lock would be utterly useless. The system vendor would have done its
own "global-lock-like" functionality without the need for an ACPI global
lock specification.

What is not clear to me is whether an ACPI DSDT method is on the "OS side"
or on the "SMM side" of the ACPI global lock.

--
"One disk to rule them all, One disk to find them. One disk to bring
them all and in the darkness grind them. In the Land of Redmond
where the shadows lie." -- The Silicon Valley Tarot
Henrique Holschuh
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/