zephyr/include/arch/arm64
Jaxson Han fd231e32e9 arm64: Fix booting issue with FVP V8R >= 11.16.16
In the Armv8R AArch64 profile[1], the Armv8R AArch64 is always in secure
mode. But the FVP_BaseR_AEMv8R before version 11.16.16 doesn't strictly
follow this rule. It still has some non-secure registers
(e.g. CNTHP_CTL_EL2).

Since version 11.16.16, the FVP_BaseR_AEMv8R has fixed this issue. The
CNTHP_XXX_EL2 registers have been changed to CNTHPS_XXX_EL2. So the
FVP_BaseR_AEMv8R (version >= 11.16.16) cannot boot Zephyr. This patch
will fix it.

[1] https://developer.arm.com/documentation/ddi0600/latest/

Signed-off-by: Jaxson Han <jaxson.han@arm.com>
Change-Id: If986f34dc080ae7a8b226bba589b6fe616a4260b
2022-03-08 11:09:13 +01:00
..
cortex_r include: arm64: Fix the init region attrs 2021-09-28 20:06:06 -04:00
scripts scripts: Add align for empty _app_smem region 2021-09-28 20:06:06 -04:00
arch_inlines.h arm64: implement exception depth count 2021-05-03 11:56:50 +02:00
arch.h include: arm64: Refine the K_MEM_PARTITION_ defs 2021-09-28 20:06:06 -04:00
arm_mmu.h arm64: Create common mmu and mpu interfaces 2021-09-28 20:06:06 -04:00
arm-smccc.h
asm_inline_gcc.h
asm_inline.h
cpu.h arm64: hold curr_cpu instance in tpidrro_el0 2021-04-14 15:06:21 -04:00
error.h
exc.h arm64: hold curr_cpu instance in tpidrro_el0 2021-04-14 15:06:21 -04:00
hypercall.h arm64: xenvm: Add Xen hypercall interface for arm64 2021-10-29 15:23:33 +02:00
irq.h
lib_helpers.h arm64: Fix booting issue with FVP V8R >= 11.16.16 2022-03-08 11:09:13 +01:00
macro.inc
misc.h clock: add k_cycle_get_64 2021-11-08 13:41:53 -05:00
mm.h include: arm64: Refine the mem alignment macros 2021-09-28 20:06:06 -04:00
structs.h arm64: FPU context switching support 2021-05-03 11:56:50 +02:00
sys_io.h arm/arm64: add 64bit read/write APIs 2021-09-07 11:31:22 -04:00
syscall.h arm64: hold curr_cpu instance in tpidrro_el0 2021-04-14 15:06:21 -04:00
thread_stack.h include: arm64: Refine the mem alignment macros 2021-09-28 20:06:06 -04:00
thread.h include: arm64: Refine the mem alignment macros 2021-09-28 20:06:06 -04:00
timer.h
tpidrro_el0.h arm64: implement exception depth count 2021-05-03 11:56:50 +02:00