aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-arm/procinfo.h
Commit message (Collapse)AuthorAgeFilesLines
* xen: arm: introduce Cortex-A7 supportBamvor Jian Zhang2013-07-171-0/+30
Introduce Cortex-A7 with a scalable proc_info_list which including cpu id and cpu initialize function. In head.S, search cpu specific MIDR in procinfo and call such initialize function. Currently, support Cortex-A7 and Cortex-A15. Signed-off-by: Bamvor Jian Zhang <bjzhang@suse.com> Acked-by: Tim Deegan <tim@xen.org> Acked-by: Ian Campbell <ian.campbell@citrix.com>