genode/repos/base-hw/src/core/spec
Stefan Kalkowski f842c92ee1 hw: correct the ARM cache maintainance operations
This commit fixes the following issues regarding cache maintainance
under ARM:

* read out I-, and D-cache line size at runtime and use the correct one
* remove 'update_data_region' call from unprivileged syscalls
* rename 'update_instr_region' syscall to 'cache_coherent_region' to
  reflect what it doing, namely make I-, and D-cache coherent
* restrict 'cache_coherent_region' syscall to one page at a time
* lookup the region given in a 'cache_coherent_region' syscall in the
  page-table of the PD to prevent machine exceptions in the kernel
* only clean D-cache lines, do not invalidate them when pages where
  added on Cortex-A8 and ARMv6 (MMU sees phys. memory here)
* remove unused code relicts of cache maintainance

In addition it introduces per architecture memory clearance functions
used by core, when preparing new dataspaces. Thereby, it optimizes:

* on ARMv7 using per-word assignments
* on ARMv8 using cacheline zeroing
* on x86_64 using 'rept stosq' assembler instruction

Fix #3685
2020-03-11 15:43:02 +01:00
..
arm hw: correct the ARM cache maintainance operations 2020-03-11 15:43:02 +01:00
arm_v6 hw: correct the ARM cache maintainance operations 2020-03-11 15:43:02 +01:00
arm_v7 hw: correct the ARM cache maintainance operations 2020-03-11 15:43:02 +01:00
arm_v8 hw: correct the ARM cache maintainance operations 2020-03-11 15:43:02 +01:00
arndale hw: introduce virtualization support for ARMv8 2019-11-21 14:29:36 +01:00
cortex_a8 hw: correct the ARM cache maintainance operations 2020-03-11 15:43:02 +01:00
cortex_a9 hw: correct the ARM cache maintainance operations 2020-03-11 15:43:02 +01:00
cortex_a15 hw: add support for i.MX7 Dual SABRE board 2019-04-01 19:33:49 +02:00
imx6q_sabrelite hw: correct the i.MX6 Sabrelite timer settings 2019-11-25 15:43:59 +01:00
imx7d_sabre hw: introduce virtualization support for ARMv8 2019-11-21 14:29:36 +01:00
imx8q_evk hw: introduce virtualization support for ARMv8 2019-11-21 14:29:36 +01:00
imx53_qsb hw: introduce virtualization support for ARMv8 2019-11-21 14:29:36 +01:00
nit6_solox hw: correct the i.MX6 Sabrelite timer settings 2019-11-25 15:43:59 +01:00
odroid_xu hw: move timer into board.h 2019-08-13 12:02:26 +02:00
panda hw: move timer into board.h 2019-08-13 12:02:26 +02:00
pbxa9 hw: move timer into board.h 2019-08-13 12:02:26 +02:00
riscv hw: correct the ARM cache maintainance operations 2020-03-11 15:43:02 +01:00
rpi hw: move timer into board.h 2019-08-13 12:02:26 +02:00
rpi3 hw: move timer into board.h 2019-08-13 12:02:26 +02:00
usb_armory hw: introduce virtualization support for ARMv8 2019-11-21 14:29:36 +01:00
wand_quad hw: correct the i.MX6 Sabrelite timer settings 2019-11-25 15:43:59 +01:00
x86_64 hw: correct the ARM cache maintainance operations 2020-03-11 15:43:02 +01:00
zynq_qemu hw: move timer into board.h 2019-08-13 12:02:26 +02:00