summaryrefslogtreecommitdiff
path: root/src/soc/intel/icelake/include
diff options
context:
space:
mode:
authorSubrata Banik <subrata.banik@intel.com>2018-11-26 15:43:18 +0530
committerPatrick Georgi <pgeorgi@google.com>2018-11-28 11:50:19 +0000
commit1c329a05de8b821cd85c25cf8ab7d1e73714073f (patch)
tree01974040755006efe32807329471e17a703f9bf6 /src/soc/intel/icelake/include
parent190e5bee4a75208d1975c639321f46d4425e3583 (diff)
downloadcoreboot-1c329a05de8b821cd85c25cf8ab7d1e73714073f.tar.xz
soc/intel/icelake: Fix IO decode setup
Make pch_early_iorange_init() function similar to soc/intel/cannonlake/bootblock/pch.c while fixing below issue: * COM1 not being enabled properly. TEST=Able to get serial output from an 8250IO UART device at the standard 0x3f8 base address. Change-Id: I5ab02f46d27e667be3d9328d94b634ef04038d2f Signed-off-by: Subrata Banik <subrata.banik@intel.com> Reviewed-on: https://review.coreboot.org/c/29835 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aamir Bohra <aamir.bohra@intel.com>
Diffstat (limited to 'src/soc/intel/icelake/include')
-rw-r--r--src/soc/intel/icelake/include/soc/lpc.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/soc/intel/icelake/include/soc/lpc.h b/src/soc/intel/icelake/include/soc/lpc.h
index dfcfa353c8..ebfcaa867f 100644
--- a/src/soc/intel/icelake/include/soc/lpc.h
+++ b/src/soc/intel/icelake/include/soc/lpc.h
@@ -32,16 +32,6 @@
#define COMA_RANGE 0x0 /* 0x3F8 - 0x3FF COM1*/
#define COMB_RANGE 0x1 /* 0x2F8 - 0x2FF COM2*/
#define LPC_EN 0x82 /* LPC IF Enables Register */
-#define MC2_LPC_EN (1 << 13) /* 0x4e/0x4f */
-#define SE_LPC_EN (1 << 12) /* 0x2e/0x2f */
-#define MC1_LPC_EN (1 << 11) /* 0x62/0x66 */
-#define KBC_LPC_EN (1 << 10) /* 0x60/0x64 */
-#define GAMEH_LPC_EN (1 << 9) /* 0x208/0x20f */
-#define GAMEL_LPC_EN (1 << 8) /* 0x200/0x207 */
-#define FDD_LPC_EN (1 << 3) /* Floppy Drive Enable */
-#define LPT_LPC_EN (1 << 2) /* Parallel Port Enable */
-#define COMB_LPC_EN (1 << 1) /* Com Port B Enable */
-#define COMA_LPC_EN (1 << 0) /* Com Port A Enable */
#define LPC_GEN1_DEC 0x84 /* LPC IF Generic Decode Range 1 */
#define LPC_GEN2_DEC 0x88 /* LPC IF Generic Decode Range 2 */
#define LPC_GEN3_DEC 0x8c /* LPC IF Generic Decode Range 3 */