commit | d778e2ae225f95ba69ccb96a71e4a10d199679f5 | [log] [tgz] |
---|---|---|
author | Jean-Philippe Brucker <jean-philippe@linaro.org> | Fri Sep 15 11:40:00 2023 +0100 |
committer | Jean-Philippe Brucker <jean-philippe@linaro.org> | Mon Jan 08 12:28:21 2024 +0000 |
tree | a9a7cc79bcefbd051a2fa8b9d049171ab39eb469 | |
parent | 9570dc66035b14b956310370d08d0010af6f5dcb [diff] |
fix(qemu): increase max FIP size The max FIP size for the QEMU virt platform is currently 4MB, which isn't enough when including a RMM in the FIP. Since the secure flash size is actually 64MB, we can significantly increase the max FIP size. Change-Id: Id2b5df355f8d4c90a41fec66f180e46eb7bab9f8 Fixes: a886bbeceb0d ("qemu: Update flash address map to keep FIP in secure FLASH0") Signed-off-by: Jean-Philippe Brucker <jean-philippe@linaro.org>