diff options
author | Naresh Solanki <naresh.solanki@9elements.com> | 2023-09-13 12:01:58 +0200 |
---|---|---|
committer | Lean Sheng Tan <sheng.tan@9elements.com> | 2023-12-06 13:06:22 +0000 |
commit | 6920c6f232600cc828ac102bc0636043b4b956c9 (patch) | |
tree | 0984cac4986a4f0f38f2b8aa3c6f236529985adf /src/include/acpi/acpi.h | |
parent | 67b3c8f278312768a25f0ad07569e22288d0a11f (diff) |
acpi: Add IO Remapping Table structures
Input Output Remapping Table (IORT) represents the IO topology of an Arm
based system.
Document number: ARM DEN 0049E.e, Sep 2022
Change-Id: I4e8e3323caa714a56882939914cac510bf95d30b
Signed-off-by: Naresh Solanki <naresh.solanki@9elements.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/77884
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/include/acpi/acpi.h')
-rw-r--r-- | src/include/acpi/acpi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/acpi/acpi.h b/src/include/acpi/acpi.h index a298e39143..b405e20431 100644 --- a/src/include/acpi/acpi.h +++ b/src/include/acpi/acpi.h @@ -105,6 +105,7 @@ enum acpi_tables { XSDT, /* Extended System Description Table */ /* Additional proprietary tables used by coreboot */ CRAT, /* Component Resource Attribute Table */ + IORT, /* Input Output Remapping Table */ NHLT, /* Non HD audio Link Table */ SPMI, /* Server Platform Management Interface table */ VFCT /* VBIOS Fetch Table */ |