diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2022-12-08 17:27:11 +0100 |
---|---|---|
committer | Lean Sheng Tan <sheng.tan@9elements.com> | 2024-01-22 13:53:26 +0000 |
commit | cd6fed2da8867567531ba8357dad9db23b9c6753 (patch) | |
tree | 9416740daa5bf8ed62be4c7ce6aa1ca5dd375de7 /src/soc/intel/xeon_sp/acpi/iiostack.asl | |
parent | 470f1d38857bfa08aab2991fe5f0080aa7dc2526 (diff) |
soc/intel/xeon_sp: Add IIO resources via SSDT
There is no need to inject this code in DSDT. Just generating a _CRS
Name in SSDT containing a resource template works well and reduces the
need to sync up on names being used to return _CRS names in DSDT.
TEST=intel/archercity CRB
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Change-Id: I691d7497dceb89619652e5523a29ea30a7b0fab8
Reviewed-on: https://review.coreboot.org/c/coreboot/+/78333
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Rudolph <patrick.rudolph@9elements.com>
Reviewed-by: Lean Sheng Tan <sheng.tan@9elements.com>
Diffstat (limited to 'src/soc/intel/xeon_sp/acpi/iiostack.asl')
-rw-r--r-- | src/soc/intel/xeon_sp/acpi/iiostack.asl | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/soc/intel/xeon_sp/acpi/iiostack.asl b/src/soc/intel/xeon_sp/acpi/iiostack.asl index e5e6bdc267..d2b22962fe 100644 --- a/src/soc/intel/xeon_sp/acpi/iiostack.asl +++ b/src/soc/intel/xeon_sp/acpi/iiostack.asl @@ -14,11 +14,6 @@ } \ Return (\_SB_.PR##rt) \ } \ - External(\_SB.RT##id) \ - Method (_CRS, 0, NotSerialized) \ - { \ - Return (\_SB.RT##id) \ - } \ Name (SUPP, 0x00) \ Name (CTRL, 0x00) \ Name (_PXM, 0x00) /* _PXM: Device Proximity */ \ |