diff options
author | Lijian Zhao <lijian.zhao@intel.com> | 2017-08-28 17:46:55 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-09-20 01:22:18 +0000 |
commit | ac87a9804bc2464c30c4aaf6a6eab3df6bb4b01f (patch) | |
tree | 87f9a798f263c6d71c75d22410ab233cf1b28f3a /src/soc/intel/cannonlake/Makefile.inc | |
parent | 5c84f87fcf76ca8cb3e9a1b3233bab16cdeb6d31 (diff) |
soc/intel/cannonlake: Add PMC pci drivers
Add PMC pci driver on top of PMC common code, also include pmc init code
reference from skylake.
Change-Id: I95895a3e26cdebd98a4e54720bd4730542707d7e
Signed-off-by: Lijian Zhao <lijian.zhao@intel.com>
Reviewed-on: https://review.coreboot.org/21251
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/soc/intel/cannonlake/Makefile.inc')
-rw-r--r-- | src/soc/intel/cannonlake/Makefile.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/soc/intel/cannonlake/Makefile.inc b/src/soc/intel/cannonlake/Makefile.inc index 0493c1b8ea..e06c3ef50a 100644 --- a/src/soc/intel/cannonlake/Makefile.inc +++ b/src/soc/intel/cannonlake/Makefile.inc @@ -31,7 +31,9 @@ ramstage-y += chip.c ramstage-y += cpu.c ramstage-y += gpio.c ramstage-y += gspi.c +ramstage-y += gpio.c ramstage-y += memmap.c +ramstage-y += pmc.c ramstage-y += pmutil.c ramstage-$(CONFIG_PLATFORM_USES_FSP2_0) += reset.c ramstage-y += spi.c |