arm-trusted-firmware/plat/qemu
Jean-Philippe Brucker e9bcbd7b2e fix(qemu): allocate space for GPT bitlock
Since commit ec0088bbab ("feat(gpt): add support for large GPT
mappings"), the platform needs to reserve space for the bitlock,
immediately after the L0 GPT table. Add two pages to the L0 GPT reserve.
This could be optimized later by moving the bitlock somewhere else,
because it really only needs (1 << PPS.T) / (512M * 8) = 256 bytes for
the QEMU virt platform.

Fix two more comments in qemu_pas_def.h since we're here.

Change-Id: I2b0b8de38f4b5058735ed16f1cdc50e6b2d52ad9
Signed-off-by: Jean-Philippe Brucker <jean-philippe@linaro.org>
2024-06-17 09:40:04 +01:00
..
common fix(qemu): allocate space for GPT bitlock 2024-06-17 09:40:04 +01:00
qemu fix(qemu): allocate space for GPT bitlock 2024-06-17 09:40:04 +01:00
qemu_sbsa refactor(qemu): do not hardcode counter frequency 2024-04-22 17:33:36 +02:00