Aamir Bohra has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/39582 )
Change subject: soc/intel/tigerlake: Publish EMMC and SD card ACPI devices for Jasper Lake ......................................................................
soc/intel/tigerlake: Publish EMMC and SD card ACPI devices for Jasper Lake
Signed-off-by: Aamir Bohra aamir.bohra@intel.com Change-Id: I70d47455c48990afe9e79c013c5272d70f4f71e7 --- M src/soc/intel/tigerlake/acpi/southbridge.asl 1 file changed, 5 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/82/39582/1
diff --git a/src/soc/intel/tigerlake/acpi/southbridge.asl b/src/soc/intel/tigerlake/acpi/southbridge.asl index 8593d07..8786251 100644 --- a/src/soc/intel/tigerlake/acpi/southbridge.asl +++ b/src/soc/intel/tigerlake/acpi/southbridge.asl @@ -49,5 +49,10 @@ /* USB XHCI 0:14.0 */ #include "xhci.asl"
+#if CONFIG(SOC_INTEL_JASPERLAKE) +/* SD card and EMMC */ +#include "scs.asl" +#endif + /* PCI _OSC */ #include <soc/intel/common/acpi/pci_osc.asl>