Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ACPI PM Timerが無い機種のためにHPETに対応する #18

Open
uchan-nos opened this issue Apr 22, 2021 · 0 comments
Open

ACPI PM Timerが無い機種のためにHPETに対応する #18

uchan-nos opened this issue Apr 22, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@uchan-nos
Copy link
Owner

GPD Micro PC の一部機種には ACPI PM Timer が搭載されていないようだ。
聞くところによると Microsoft Surface の一部機種でもそういうものがある。

参考: GPD Micro PCでMikanOSが起動しない

そのような機種に対応するために HPET にも対応し、HPET があれば ACPI PM Timer より優先して使うようにしたい。
HPET を優先する理由は ACPI 仕様書に次のようにあるから。

If the HPET is exposed to OSPM, OSPM should use the HPET. Otherwise, OSPM will use the ACPI power management timer.

Table 5-34 Fixed ACPI Description Table Fixed Feature Flags の USE_PLATFORM_CLOCK ビットに関する説明より。

@uchan-nos uchan-nos added the enhancement New feature or request label Apr 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant