audk/ArmPkg/Library/ArmLib/ArmV7
Ard Biesheuvel 2cde2696f5 ArmLib/ArmV7Mmu: use 64-bit type for mapping region size
The way the v7 MMU code is invoked by the Xen port is somewhat of
a pathological case, since it describes its physical memory space
using a single cacheable region that covers the entire addressable
range. When clipping this region to the part that is 1:1 addressable,
we end up with a region of exactly 4 GB in size, which just exceeds
the range of the UINT32 variable we use in FillTranslationTable() to
track our progress while populating the page tables. So promote it
to UINT64 instead.

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@18930 6f19259b-4bc3-4df7-8a09-765794883524
2015-11-24 07:48:06 +00:00
..
ArmLibSupportV7.S ArmPkg/ArmV7Lib: add function to test for presence of MP extensions 2015-11-18 15:58:46 +00:00
ArmLibSupportV7.asm ArmPkg/ArmV7Lib: add function to test for presence of MP extensions 2015-11-18 15:58:46 +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: purge incorrect ArmDrainWriteBuffer () alias 2015-11-20 13:14:59 +00:00
ArmV7Lib.h ArmPkg/ArmV7Lib: add function to test for presence of MP extensions 2015-11-18 15:58:46 +00:00
ArmV7Lib.inf ArmPkg/ArmV7Mmu: introduce feature PCD to map normal memory non-shareable 2015-11-18 15:59:22 +00:00
ArmV7LibPrePi.inf ArmPkg/ArmV7Mmu: introduce feature PCD to map normal memory non-shareable 2015-11-18 15:59:22 +00:00
ArmV7LibSec.inf ArmPkg/ArmLib: Fixed build after recent BaseTools changes 2015-06-15 15:31:29 +00:00
ArmV7Mmu.c ArmLib/ArmV7Mmu: use 64-bit type for mapping region size 2015-11-24 07:48:06 +00:00
ArmV7Support.S ArmPkg: ArmLib: purge incorrect ArmDrainWriteBuffer () alias 2015-11-20 13:14:59 +00:00
ArmV7Support.asm ArmPkg: ArmLib: purge incorrect ArmDrainWriteBuffer () alias 2015-11-20 13:14:59 +00:00