UEFI Clock

Grant Likely grant.likely at secretlab.ca
Sun Nov 17 19:21:57 EST 2013


On Thu, 14 Nov 2013 16:01:13 -0800, Loc Ho <lho at apm.com> wrote:
> Hi Mike,
> 
> I will be looking into covering the clock driver to support UEFI.
> Before I do this, can someone explain to me how x86 system handle each
> IP clock as I don't see such thing?

UEFI is completely unrelated to the clock drivers, it is only a firmware
interface for the OS loader. UEFI mostly disappears after Linux is
loaded. Are you perhaps asking about ACPI?

There isn't such a thing on x86. This is entirely new territory. On x86
as far as I know any clock manipulation that does need to be done would
be performed by an ACPI method, but there is no concept of an IP clock
in the ACPI namespace, and so no standard way of describing them.

You'd be much better of talking to Al Stone and Grame Gregory about what
their plans are for clock support in ACPI and to post your question to
the ACPI mailing list.

g.



More information about the linux-arm-kernel mailing list