diff options
author | Aamir Bohra <aamir.bohra@intel.com> | 2020-04-06 16:02:10 +0530 |
---|---|---|
committer | Furquan Shaikh <furquan@google.com> | 2020-04-10 19:33:23 +0000 |
commit | cf0d1c31647cf0c935f206cde36abc473265f93d (patch) | |
tree | adabe0ebd9505fa3c3dd8bfca76881b80ec30079 /src/soc | |
parent | d38108f26fec2441d81bf9183137faede323bcb4 (diff) | |
download | coreboot-cf0d1c31647cf0c935f206cde36abc473265f93d.tar.xz |
soc/intel/jasperlake: Publish EMMC and SD card ACPI devices
BUG=b:150872580
TEST=Build waddledoo board. Verify EMMC and SD card ACPI devices are
present in dsdt.asl.
Change-Id: I70d47455c48990afe9e79c013c5272d70f4f71e7
Signed-off-by: Aamir Bohra <aamir.bohra@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39582
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
Reviewed-by: Maulik V Vaghela <maulik.v.vaghela@intel.com>
Reviewed-by: Subrata Banik <subrata.banik@intel.com>
Diffstat (limited to 'src/soc')
-rw-r--r-- | src/soc/intel/jasperlake/acpi/southbridge.asl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/soc/intel/jasperlake/acpi/southbridge.asl b/src/soc/intel/jasperlake/acpi/southbridge.asl index 6329340392..c0674a0ed7 100644 --- a/src/soc/intel/jasperlake/acpi/southbridge.asl +++ b/src/soc/intel/jasperlake/acpi/southbridge.asl @@ -59,3 +59,6 @@ /* PMC Core*/ #include <soc/intel/common/block/acpi/acpi/pmc.asl> + +/* EMMC/SD card */ +#include "scs.asl" |