created | 2024-03-23T18:55:22Z |
---|---|
begin | 2024-03-16T00:00:00Z |
end | 2024-03-17T00:00:00Z |
path | src/sys |
commits | 2 |
date | 2024-03-16T09:15:04Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/arch/arm64/arm64/cpu.c | log | diff | annotate |
message | recognise Cortex-A520AE (Hayes AE), Cortex-A720AE (Hunter AE) |
date | 2024-03-16T20:46:28Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/arm64/arm64/locore.S | log | diff | annotate |
src/sys/arch/arm64/include/hypervisor.h | log | diff | annotate | |
message |
Set the HCR_API and HCR_APK bits in the HCR_EL2 when CPUs boot in EL2. Otherwise using PAC instructions in EL1 will trigger a trap into EL2 that we don't handle. ok jsg@, deraadt@ |