mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-23 13:36:05 +00:00
fix(qemu): fix L0 GPT page table mapping
Page table mappings are missing the bitlock pages introduced by commite9bcbd7b2e
("fix(qemu): allocate space for GPT bitlock"). Add them to the L0 mapping. Change-Id: I6b63b9c6ea4bf01ab1fac98723340272babe7bf8 Reported-by: Mathieu Poirier <mathieu.poirier@linaro.org> Fixes:e9bcbd7b2e
("fix(qemu): allocate space for GPT bitlock") Signed-off-by: Jean-Philippe Brucker <jean-philippe@linaro.org>
This commit is contained in:
parent
a3939b1bda
commit
147b1a6f06
1 changed files with 2 additions and 1 deletions
|
@ -379,7 +379,8 @@ CASSERT((PLAT_QEMU_L0_GPT_BASE & (PLAT_QEMU_L0_GPT_SIZE - 1)) == 0,
|
|||
|
||||
#define MAP_GPT_L0_REGION MAP_REGION_FLAT( \
|
||||
PLAT_QEMU_L0_GPT_BASE, \
|
||||
PLAT_QEMU_L0_GPT_SIZE, \
|
||||
PLAT_QEMU_L0_GPT_SIZE + \
|
||||
PLAT_QEMU_GPT_BITLOCK_SIZE, \
|
||||
MT_MEMORY | MT_RW | EL3_PAS)
|
||||
|
||||
#define MAP_GPT_L1_REGION MAP_REGION_FLAT( \
|
||||
|
|
Loading…
Add table
Reference in a new issue