genode/repos/base/run
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
..
affinity_subspace.run Introduce 'spec' subdirectories to outline aspects 2015-09-16 13:58:50 +02:00
affinity.run hw: enable SMP for ARM Cortex A9 2016-01-26 16:20:18 +01:00
ds_ownership.run Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
fpu.run base: test for the pseudo-parallel use of an FPU 2014-06-26 10:57:25 +02:00
mp_server.run hw: enable SMP for ARM Cortex A9 2016-01-26 16:20:18 +01:00
new_delete.run Log name of exiting child from Child::exit() 2014-09-11 10:23:39 +02:00
platform_drv.inc dde_linux: KMS-based Intel framebuffer driver (II) 2015-11-29 18:17:07 +01:00
printf.run Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
rm_fault.run autopilot: adapt runscripts to new run tool 2015-01-26 12:28:41 +01:00
sub_rm.run autopilot: adapt runscripts to new run tool 2015-01-26 12:28:41 +01:00
thread.run thread: increase test timeout 2015-08-24 11:38:53 +02:00
util_mmio.run Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00