commit | cb331826718c8489a6556386b320c32d305c6084 | [log] [tgz] |
---|---|---|
author | Boyan Karatotev <boyan.karatotev@arm.com> | Thu Dec 12 08:52:51 2024 +0000 |
committer | Boyan Karatotev <boyan.karatotev@arm.com> | Thu Apr 17 07:05:26 2025 +0100 |
tree | c5fc1dd7f09a514820d3863b6562757a4617dfbf | |
parent | e6a876aed5534a24ad7b93a951991d650aff9854 [diff] |
refactor(fvp): use more arm generic code for gicv3 The arm generic implementation for the GIC is quite comprehensive and the fvp's requirements don't diverge too much. Despite that, they completely override a lot of code that is effectively reused. Use the generic implementation instead to make it easier to follow and override as little code as possible. Change-Id: I3474aa970d7fbb91d75c0be6a255bc0da734f860 Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>