close
The Wayback Machine - https://web.archive.org/web/20200828100349/https://github.com/zephyrproject-rtos/zephyr/issues/26393
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

intc_loapic driver needs to be converted to DTS #26393

Open
andrewboie opened this issue Jun 23, 2020 · 0 comments
Open

intc_loapic driver needs to be converted to DTS #26393

andrewboie opened this issue Jun 23, 2020 · 0 comments

Comments

@andrewboie
Copy link
Contributor

@andrewboie andrewboie commented Jun 23, 2020

Describe the bug
The MMIO address for the LOAPIC is still coming from CONFIG_LOAPIC_BASE_ADDRESS. We're not supposed to be obtaining HW addresses from Kconfig any more.

Even though this is a per-cpu peripheral that is part of the processor core itself, the base address of the LOAPIC in the memory map should be conveyed via dts like other drivers. It seems IOAPIC has DTS bindings but not LOAPIC, probably an omission.

I have no strong opinions on how the ontology for this should be set up, whether LOAPIC/IOAPIC merged into one "APIC" peripheral or maintained separately, etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
5 participants
You can’t perform that action at this time.