Files
Chris KayandGovindraj Raja 1e4b43644c feat(fvp): allow configurable FVP Trusted SRAM size
In some build configurations TF-A can exceed the existing 256KB SRAM,
triggering a build failure. More recent versions of the base FVP allow
you to configure a larger Trusted SRAM of 512KB.

This change introduces the `FVP_TRUSTED_SRAM_SIZE` build option, which
allows you to explicitly specify how much of the Trusted SRAM to
utilise, e.g.:

    FVP_TRUSTED_SRAM_SIZE=384

This allows previously-failing configurations to build successfully by
utilising more than the originally-allocated 256KB of the Trusted SRAM
while maintaining compatibility with older configurations/models that
only require/have 256KB.

Change-Id: I8344d3718564cd2bd53f1e6860e2fe341ae240b0
Signed-off-by: Chris Kay <chris.kay@arm.com>
(cherry picked from commit 41e56f422d)
2025-02-11 17:08:13 -06:00
..
2019-05-22 11:22:44 +01:00
2020-07-01 13:57:20 +02:00
2020-07-01 13:57:20 +02:00
2020-07-01 13:57:20 +02:00
2019-09-25 15:19:29 +00:00
2019-07-09 17:07:13 +08:00