mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-05-08 10:08:47 +00:00
refactor(rss)!: remove PLAT_RSS_NOT_SUPPORTED build option
Removed the PLAT_RSS_NOT_SUPPORTED build option, which was initially introduced for building the Base AEM FVP platform platform with RSS. However, we now have a well-defined TC2 platform with RSS, making it unnecessary to keep this flag. Note - Theoretically this is a breaking change. Other platforms could be using the PLAT_RSS_NOT_SUPPORTED build option. Among upstream platforms, only the Base AEM FVP uses it right now but we don't know about downstream platforms. Change-Id: I931905a4c6ac1ebe3895ab6e0287d0fa07721707 Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>
This commit is contained in:
parent
e7781c84e9
commit
878354a845
4 changed files with 1 additions and 56 deletions
|
@ -1167,11 +1167,6 @@ Common build options
|
|||
if FEAT_TRF is implemented. This flag can take the values 0 to 2, to align
|
||||
with the ``FEATURE_DETECTION`` mechanism. This flag is disabled by default.
|
||||
|
||||
- ``PLAT_RSS_NOT_SUPPORTED``: Boolean option to enable the usage of the PSA
|
||||
APIs on platforms that doesn't support RSS (providing Arm CCA HES
|
||||
functionalities). When enabled (``1``), a mocked version of the APIs are used.
|
||||
The default value is 0.
|
||||
|
||||
- ``CONDITIONAL_CMO``: Boolean option to enable call to platform-defined routine
|
||||
``plat_can_cmo`` which will return zero if cache management operations should
|
||||
be skipped and non-zero otherwise. By default, this option is disabled which
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue