-
Notifications
You must be signed in to change notification settings - Fork 11
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
Feature request: Global Interrupt Controller #68
Comments
This patch implements a part of the Global Interrupt Controller (GIC) included in the Multi-core Coherent Processing System. The GIC handles the distribution of interrupts between and among the CPUs in the Cluster. On a CPU with multiple VPEs, each VPE has its own set of interrupt inputs. The GIC has the ability to route interrupts to each VPE independently and generally does not know or care to which CPU a VPE belongs. I6400 core definition is updated for the GIC. Updates prplfoundation#68 Signed-off-by: Yongbok Kim <[email protected]>
This may be a useful reference: |
Yes! I actually start the work based on the patch set. Regards, From: James Hogan [mailto:[email protected]] This may be a useful reference: — |
Update GIC implementation using QOM. Consolidate data structure for each IRQs and VPs. The patch includes changes made during upstreaming the feature. Updates prplfoundation#68 Signed-off-by: Yongbok Kim <[email protected]>
Global Interrupt Controller (GIC) is becoming more important in order to support the Multi-core System.
The GIC handles the distribution of interrupts between and among the CPUs in the Cluster. On a CPU with multiple VPEs, each VPE has its own set of interrupt inputs. The GIC has the ability to route interrupts to each VPE independently and generally does not know or care to which CPU a VPE belongs.
The text was updated successfully, but these errors were encountered: