aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/quark
diff options
context:
space:
mode:
authorLee Leahy <leroy.p.leahy@intel.com>2016-05-22 15:34:11 -0700
committerLeroy P Leahy <leroy.p.leahy@intel.com>2016-05-31 21:56:08 +0200
commit773ee2bb17344ebad1e99e997ff6700fc6479044 (patch)
tree9a9e9e4f3073bb2882956e1b728596905a8d52c0 /src/soc/intel/quark
parent5ef051a53a03d537b6feab4e85edb69835eb6998 (diff)
soc/intel/quark: Rename pmc.c to lpc.c
Rename the file pmc.c to lpc.c to prepare for further additions. TEST=Build and run on Galileo Gen2 Change-Id: If98825d72878f0601f77bff8c766276dbda8a9ae Signed-off-by: Lee Leahy <leroy.p.leahy@intel.com> Reviewed-on: https://review.coreboot.org/14946 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/soc/intel/quark')
-rw-r--r--src/soc/intel/quark/Makefile.inc2
-rw-r--r--src/soc/intel/quark/lpc.c (renamed from src/soc/intel/quark/pmc.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/quark/Makefile.inc b/src/soc/intel/quark/Makefile.inc
index a6d03b1908..08325e7023 100644
--- a/src/soc/intel/quark/Makefile.inc
+++ b/src/soc/intel/quark/Makefile.inc
@@ -27,9 +27,9 @@ ramstage-$(CONFIG_HAVE_ACPI_TABLES) += acpi.c
ramstage-y += chip.c
ramstage-y += ehci.c
ramstage-y += gpio_i2c.c
+ramstage-y += lpc.c
ramstage-y += memmap.c
ramstage-y += northcluster.c
-ramstage-y += pmc.c
ramstage-y += reg_access.c
ramstage-y += tsc_freq.c
ramstage-$(CONFIG_ENABLE_BUILTIN_HSUART1) += uart_common.c
diff --git a/src/soc/intel/quark/pmc.c b/src/soc/intel/quark/lpc.c
index fbed93582e..fbed93582e 100644
--- a/src/soc/intel/quark/pmc.c
+++ b/src/soc/intel/quark/lpc.c