commit | 71766f5c050e8821dad7cb452460e83baf3971e1 | [log] [tgz] |
---|---|---|
author | Neil Armstrong <narmstrong@baylibre.com> | Wed Oct 13 16:31:46 2021 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu Oct 21 10:56:15 2021 -0400 |
tree | 01c7772f2a48ed40941162d84b75942376aea1f6 | |
parent | 944b6d0486182874f1f6a164b495de37077091c1 [diff] |
interrupt_controller: gicv3_its: Implement Indirect Two-level table When the ITS is configured with a large number of DeviceID bits, up to 32, the Device Translation Table can be configured as "indirect" mode consisting of a 2-level table with the first level entries pointing to a second level table for each group of DeviceIDs. This is necessary to support platforms with DeviceID bits > 16. Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>