summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/arch-ivybridge/pch.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-03-11 22:06:58 -0700
committerBin Meng <bmeng.cn@gmail.com>2016-03-17 10:27:24 +0800
commit50dd3da0042b4502bab622ef7f72f628b842cf26 (patch)
tree6ca8ff4c15c6ec456b0b44e743e04ef4b7b59a1f /arch/x86/include/asm/arch-ivybridge/pch.h
parent8c30b571303fffd06615aeeb3143112c7bb00f2a (diff)
downloadblackbird-obmc-uboot-50dd3da0042b4502bab622ef7f72f628b842cf26.tar.gz
blackbird-obmc-uboot-50dd3da0042b4502bab622ef7f72f628b842cf26.zip
x86: Move common CPU code to its own place
Some of the Intel CPU code is common to several Intel CPUs. Move it into a common location along with required declarations. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'arch/x86/include/asm/arch-ivybridge/pch.h')
-rw-r--r--arch/x86/include/asm/arch-ivybridge/pch.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/include/asm/arch-ivybridge/pch.h b/arch/x86/include/asm/arch-ivybridge/pch.h
index f96dc2bb97..e72ff2afc9 100644
--- a/arch/x86/include/asm/arch-ivybridge/pch.h
+++ b/arch/x86/include/asm/arch-ivybridge/pch.h
@@ -332,8 +332,6 @@
#define SPI_FREQ_SWSEQ 0x3893
#define SPI_DESC_COMP0 0x38b0
#define SPI_FREQ_WR_ERA 0x38b4
-#define SOFT_RESET_CTRL 0x38f4
-#define SOFT_RESET_DATA 0x38f8
#define DIR_ROUTE(a, b, c, d) \
(((d) << DIR_IDR) | ((c) << DIR_ICR) | \
OpenPOWER on IntegriCloud