board: fvp_base_revc_2xaemv8a: set 16bits for ITS DeviceID

By default fvp_base_revc_2xaemv8a used 17bits per DeviceID, limit it to
16bits for the PCIe MSI/MSI-C use-case and save some memory.

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
This commit is contained in:
Neil Armstrong 2021-08-09 10:40:02 +02:00 committed by Christopher Friedt
commit c523014983

View file

@ -14,4 +14,5 @@ set(ARMFVP_FLAGS
-C bp.vis.disable_visualisation=1
-C bp.vis.rate_limit-enable=0
-C gic_distributor.ARE-fixed-to-one=1
-C gic_distributor.ITS-device-bits=16
)