audk/ArmPkg/Library/ArmLib/ArmV7
Ard Biesheuvel a6ec831c10 ArmPkg/ArmV7Mmu: fix write-through translation table accesses
The definition TTBR_WRITE_THROUGH_NO_ALLOC makes little sense, since
a) its meaning is unclear in the context of TTBRx, since write through
   always implies Read-Allocate and no Write-Allocate
b) its definition equals the definition of TTBR_WRITE_BACK_ALLOC

So instead, rename it to TTBR_WRITE_THROUGH and update the definition
to reflect the name.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18893 6f19259b-4bc3-4df7-8a09-765794883524
2015-11-18 15:58:03 +00:00
..
ArmLibSupportV7.S ArmPkg/ArmLib/ArmV7: Fixed ArmIsMpCore() 2014-08-20 17:57:34 +00:00
ArmLibSupportV7.asm ArmPkg/ArmLib/ArmV7: Fixed ArmIsMpCore() 2014-08-20 17:57:34 +00:00
ArmV7ArchTimer.c ArmPkg: Move TimerDxe and ArmArchTimerLib to new ArmGenericTimerCounterLib 2014-09-09 16:10:18 +00:00
ArmV7ArchTimerSupport.S ARM Packages: Removed trailing spaces 2014-08-19 13:29:52 +00:00
ArmV7ArchTimerSupport.asm ARM Packages: Removed trailing spaces 2014-08-19 13:29:52 +00:00
ArmV7Lib.c ArmPkg/ArmLib: retrieve cache line length from CTR not CCSIDR 2015-11-09 13:26:52 +00:00
ArmV7Lib.h ArmPkg/ArmLib: remove unused ArmCleanDataCacheToPoU() 2015-11-09 13:26:11 +00:00
ArmV7Lib.inf ArmPkg: remove cache maintenance by VA operation range size threshold 2015-04-14 11:54:40 +00:00
ArmV7LibPrePi.inf ArmPkg: remove cache maintenance by VA operation range size threshold 2015-04-14 11:54:40 +00:00
ArmV7LibSec.inf ArmPkg/ArmLib: Fixed build after recent BaseTools changes 2015-06-15 15:31:29 +00:00
ArmV7Mmu.c ArmPkg/ArmV7Mmu: fix write-through translation table accesses 2015-11-18 15:58:03 +00:00
ArmV7Support.S ArmPkg/ArmLib: move cache maintenance sync barriers out of loop 2015-11-09 13:27:15 +00:00
ArmV7Support.asm ArmPkg/ArmLib: move cache maintenance sync barriers out of loop 2015-11-09 13:27:15 +00:00