commit | 481b5a242464bc8dc7d199bdee2ade1937be4ea4 | [log] [tgz] |
---|---|---|
author | Neil Armstrong <narmstrong@baylibre.com> | Fri Aug 06 13:45:51 2021 +0200 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Tue Sep 28 19:45:29 2021 -0400 |
tree | 110b751a65234ccf11158827b617ce124b01b62d | |
parent | 0619e96e87b13f84afb24b8085bff406746f7e8d [diff] |
tests: arm64: add GICv3 ITS test suite Add a simple ITS driver test allocating 8192 LPIs over 256 DeviceIDS and 32 EventIDs per DeviceID to exercise the ITS for the MSI/MSI-X usecase. The test is set as `build_only: true` and whitelisted to the fvp_base_revc_2xaemv8a board until the shipped Zephyr QEMU has the ITS support. Since `fvp_base_revc_2xaemv8a` needs FIP & BL1 files, test is marked as `skip: true`. Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>