OSDN Git Service

hw/arm/sbsa-ref: use bsa.h for PPI definitions
authorLeif Lindholm <quic_llindhol@quicinc.com>
Tue, 19 Sep 2023 09:02:29 +0000 (10:02 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 19 Oct 2023 13:32:13 +0000 (14:32 +0100)
commitd40ab068c07d924af5001ba4670651696ec9664e
treebd6cff2367a7449f67d0a75ea5f798c320b06b39
parent2419ce83fce2300e61b5e6df256caddaa07a2ae0
hw/arm/sbsa-ref: use bsa.h for PPI definitions

Use the private peripheral interrupt definitions from bsa.h instead of
defining them locally. Refactor to use the INTIDs defined there instead
of the PPI# used previously.

Signed-off-by: Leif Lindholm <quic_llindhol@quicinc.com>
Message-id: 20230919090229.188092-4-quic_llindhol@quicinc.com
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/sbsa-ref.c