Displaying 1 result from an estimated 1 matches for "init_info".
Did you mean:
iit_info
2013 Sep 26
8
[PATCH v5 0/7] Dissociate logical and gic/hardware CPU ID
...ardware CPU ID
For the moment this patch series only modifies Xen and not the boot process
(ie head.S). So if the boot CPU ID is not equal to 0 you won''t be able to start
Xen. The future Ian Campbel''s patch series should resolve this issue.
The major changes are:
- Introduce init_info structure to gather all CPU boot informations
All changes can be found in each patch.
Cheers,
Julien Grall (7):
xen/arm: Introduce init_info structure
xen/arm: use cpumask_t to describe cpu mask in gic_route_dt_irq
xen/arm: Initialize correctly IRQ routing
xen/arm: gic: Use the correct C...