Home
last modified time | relevance | path

Searched hist:b6e15e8bf5dc2860cbf5ac7b018da5b495db871c (Results 1 – 1 of 1) sorted by relevance

/haiku/src/system/boot/platform/efi/arch/arm/
H A Dentry.Sb6e15e8bf5dc2860cbf5ac7b018da5b495db871c Wed Jun 14 12:52:29 UTC 2023 David Karoly <karolyd577@gmail.com> boot/arm: enable TEX remap

Configure PRRR and NMRR as follows:
- memory type 0 is Strongly-Ordered
- memory type 1 is Shareable Device
- memory type 2 is Normal, Inner/Outer Write-Through
- memory type 3 is Normal, Inner/Outer Write-Back, no Write-Allocate

This way no change is needed in B and C bits so we can keep the
existing MemoryTypeToPageTableEntryFlags() implementation.

Change-Id: Icb4b18b0082774fdbef28576cee8624fae610538
Reviewed-on: https://review.haiku-os.org/c/haiku/+/6607
Reviewed-by: Adrien Destugues <pulkomandy@pulkomandy.tk>
Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>