Re: [PATCH v1 2/2] Section 3.1.4 System Peripherals.
Greg Favor
On Thu, Apr 22, 2021 at 5:53 PM Abner Chang <renba.chang@...> wrote:
For comparison sake, here's what SBSA says: ------------------------------------------------------------------------- Watchdog Signal 0 is routed as an SPI or an LPI to the GIC and it is expected this will be configured as an EL2 interrupt, directly targeting a single PE. Watchdog Signal 1 must be routed to the platform. In this context, platform means any entity that is more privileged than the code running at EL2. Examples of the platform component that services Watchdog Signal 1 are: EL3 system firmware, or a system control processor, or dedicated reset control hardware. The action taken on the raising of Watchdog Signal 1 is platform-specific. ------------------------------------------------------------------------- Raising an interrupt for WD stage 2
- meaning an interrupt to an application processor - is just doing what WD stage 1 did. Instead WD stage 2 needs to notify (via an interrupt or other means) an non-application processor entity like the things mentioned above. Greg |
|