commit | 1f93ece43d6c58b4fc7ccbd31cea1f463f5fed70 | [log] [tgz] |
---|---|---|
author | Eugene Cohen <quic_egmc@quicinc.com> | Mon Mar 07 12:43:08 2022 +0000 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Wed Jun 29 10:27:33 2022 +0200 |
tree | 5753b11e3b4bcfc12ba6cd92377dea19bbf90436 | |
parent | b84ab912afd78fa77c700320adfe38c5fbe83176 [diff] |
arch: arm64: program TG[1] in mmu init In performing a double check of Zephyr arm64 MMU config against edk2, a different in the programming of the Translation Control Register (TCR) was found. TCR.TG[1] should be set to address Cortex-A57 erratum 822227: "Using unsupported 16K translation granules might cause Cortex-A57 to incorrectly trigger a domain fault" Signed-off-by: Eugene Cohen <quic_egmc@quicinc.com>