genode/repos/base-hw/src/core/include/spec/arm_v7
Stefan Kalkowski 7aff1895bf hw: enable SMP for ARM Cortex A9
This commit enables multi-processing for all Cortex A9 SoCs we currently
support. Moreover, it thereby enables the L2 cache for i.MX6 that was not
enabled until now. However, the QEMU variants hw_pbxa9 and hw_zynq still
only use 1 core, because the busy cpu synchronization used when initializing
multiple Cortex A9 cores leads to horrible boot times on QEMU.

During this work the CPU initialization in general was reworked. From now
on lots of hardware specifics were put into the 'spec' specific files, some
generic hook functions and abstractions thereby were eliminated. This
results to more lean implementations for instance on non-SMP platforms,
or in the x86 case where cache maintainance is a non-issue.

Due to the fact that memory/cache coherency and SMP are closely coupled
on ARM Cortex A9 this commit combines so different aspects.

Fix #1312
Fix #1807
2016-01-26 16:20:18 +01:00
..
trustzone hw: kernel backed capabilities (Fix #1443) 2015-05-26 09:40:04 +02:00
virtualization hw: replace page table allocator with static one 2015-06-22 14:43:41 +02:00
cpu_support.h hw: enable SMP for ARM Cortex A9 2016-01-26 16:20:18 +01:00
long_translation_table.h hw: allocate core's page-tables outside of binary 2015-07-01 14:46:17 +02:00
macros_support.s hw_arndale: enable ARM virtualization extensions 2015-02-27 11:48:05 +01:00