]> git.proxmox.com Git - mirror_edk2.git/commit - DynamicTablesPkg/Include/AcpiTableGenerator.h
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)
commitf413d9bee3f6cabd4b11ad0a1ab9ff865092fb16
treec458d3502beddde1a31c64cc3e92fa33330c40a3
parent91f98c908627f4cde8f7139c80e8004b79d1d0ba
DynamicTablesPkg: Arm SRAT Table Generator

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>
DynamicTablesPkg/DynamicTables.dsc.inc
DynamicTablesPkg/Include/AcpiTableGenerator.h
DynamicTablesPkg/Include/ArmNameSpaceObjects.h
DynamicTablesPkg/Library/Acpi/Arm/AcpiSratLibArm/AcpiSratLibArm.inf [new file with mode: 0644]
DynamicTablesPkg/Library/Acpi/Arm/AcpiSratLibArm/SratGenerator.c [new file with mode: 0644]