Page MenuHomeFreeBSD

arm64: disable the EL2 MMU in early boot
ClosedPublic

Authored by kevans on Mar 23 2022, 3:20 PM.
Tags
None
Referenced Files
F82071908: D34644.id104114.diff
Thu, Apr 25, 6:19 AM
Unknown Object (File)
Mar 18 2024, 7:19 PM
Unknown Object (File)
Mar 2 2024, 6:43 AM
Unknown Object (File)
Feb 10 2024, 2:49 PM
Unknown Object (File)
Feb 9 2024, 2:22 AM
Unknown Object (File)
Jan 14 2024, 8:58 AM
Unknown Object (File)
Dec 23 2023, 1:57 AM
Unknown Object (File)
Dec 17 2023, 1:18 PM
Subscribers

Details

Summary

An earlier stage may have set HCR_EL2.E2H, the clearing of which may
break address translation. We don't need the EL2 MMU at this point, so
we can avoid re-enabling it for now and just drop to EL1 as usual.

Author: andrew
Tested by: kevans

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable