aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/pmc/Makefile.inc
diff options
context:
space:
mode:
authorBrandon Breitenstein <brandon.breitenstein@intel.com>2019-12-19 23:36:47 -0800
committerPatrick Georgi <pgeorgi@google.com>2020-10-14 05:37:17 +0000
commit9faab3122e13d767bd95dd0887235a368e94d573 (patch)
tree8a6e0e5af7db5bd178bc68f1b99c7a4587100293 /src/soc/intel/common/block/pmc/Makefile.inc
parent7377cda6089210068b9d163083e6084439aa3e88 (diff)
soc/intel/common/block: Enable PMC IPC driver
In order for USB Type-C devices to be detected prior to loading Kernel PMC IPC driver API is needed to send IPC commands to the PMC to update connection/disconnection states. BUG=b:151731851 BRANCH=none TEST=built coreboot image and booted to Chrome OS Change-Id: Ide3528975be23585ce305f6cc909767b96af200f Signed-off-by: Brandon Breitenstein <brandon.breitenstein@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/42077 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Diffstat (limited to 'src/soc/intel/common/block/pmc/Makefile.inc')
-rw-r--r--src/soc/intel/common/block/pmc/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/common/block/pmc/Makefile.inc b/src/soc/intel/common/block/pmc/Makefile.inc
index 965721714d..796a039aed 100644
--- a/src/soc/intel/common/block/pmc/Makefile.inc
+++ b/src/soc/intel/common/block/pmc/Makefile.inc
@@ -2,7 +2,7 @@ ifeq ($(CONFIG_SOC_INTEL_COMMON_BLOCK_PMC),y)
bootblock-y += pmclib.c
romstage-y += pmclib.c
ramstage-y += pmc.c
-ramstage-y += pmclib.c
+ramstage-y += pmclib.c pmc_ipc.c
smm-y += pmclib.c
verstage-y += pmclib.c
postcar-y += pmclib.c