Skip to content
Commit cda8748d authored by James Morse's avatar James Morse
Browse files

firmware: arm_sdei: Discover SDEI support via ACPI



SDEI defines a new ACPI table to indicate the presence of the interface.
The conduit is discovered in the same was as PSCI.

DT will match the arm,sdei-1.0 compatible and create a platofrm device.
For ACPI we need to create the platform device creation ourselves as the
SDEI interface doesn't have an entry in the DSDT.

The SDEI platform device should be created after ACPI has been initialised
so that we can parse the table, but before GHES devices are created, which
may register SDE events if they use SDEI as their notification type.

Signed-off-by: James Morse's avatarJames Morse <james.morse@arm.com>
parent 6b384aa5
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment