]> git.proxmox.com Git - mirror_edk2.git/commitdiff
DynamicTablesPkg: Arm SRAT Table Generator
authorSami Mujawar <sami.mujawar@arm.com>
Fri, 18 Oct 2019 09:49:20 +0000 (10:49 +0100)
committerSami Mujawar <sami.mujawar@arm.com>
Mon, 21 Oct 2019 15:16:50 +0000 (16:16 +0100)
The SRAT generator uses the configuration manager protocol
to obtain the affinity information for the GICC, GIC ITS,
Memory, Generic Initiator, etc. and generates the SRAT table.

The table generator supports ACPI 6.3, SRAT table revision 3.

The ACPI and PCI device handles of the Generic Initiator
Affinity structures are represented using tokens. The
generator invokes the configuration manager protocol
interfaces and requests for objects referenced by tokens
to get the device handle information.

The Configuration Manager object definition for the GICC has
been updated to include the Proximity Domain, Clock Domain
and associated flag information. Similarly the Configuration
Manager object for the GIC ITS has been updated to include
the Proximity Domain information. These changes should not
impact any existing implementations as the new fields have
been added towards the end of the Configuration Manager
Objects.

Signed-off-by: Sami Mujawar <sami.mujawar@arm.com>
Reviewed-by: Alexei Fedorov <Alexei.Fedorov@arm.com>

No differences found