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

Implement APIC #2288

Open
wants to merge 47 commits into
base: master
Choose a base branch
from
Open

Implement APIC #2288

wants to merge 47 commits into from

Conversation

valentinbreiz
Copy link
Member

@valentinbreiz valentinbreiz commented Jun 10, 2022

  • Fix PCI IRQs
    -> Find a way to get IO APIC inputs
    ACPI AML? Too complicated. EDIT: Well..... Maybe (https://github.com/MishaTY/AMLParser)
    MP Tables? Deprecated.
    MSI? Not supported on PCNETII..... but should will be implemented
  • Fix PIT IRQ
  • Use PIC if no APIC detected (Bochs fix)
    -> not a bochs problem our memory map is broken so we overlap the ACPI tables and the APIC entry (btw idk why it works on vmware 😬)

valentinbreiz and others added 30 commits June 10, 2022 22:22
I still can't find the AMD PCNET II IRQ routing from the routing table.... Is ACPI bad configured? Or IO APIC?
@AsertCreator
Copy link
Contributor

does this acpi implementation require ACPILib namespace?

@zarlo zarlo mentioned this pull request Nov 28, 2022
3 tasks
@valentinbreiz
Copy link
Member Author

Blocked by #2546

Fix compliation (Might have introduced bug)
@AsertCreator
Copy link
Contributor

AsertCreator commented Jan 8, 2023

#2550 may fix acpi overlapping. please review it when you get enough time

@Kiirx
Copy link
Contributor

Kiirx commented Apr 3, 2024

Could be made as a draft as it isn't ready

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

Successfully merging this pull request may close these issues.

None yet

5 participants