aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/lpc
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/common/block/lpc')
-rw-r--r--src/soc/intel/common/block/lpc/lpc_lib.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/soc/intel/common/block/lpc/lpc_lib.c b/src/soc/intel/common/block/lpc/lpc_lib.c
index bc89e4ccae..3ad2176c11 100644
--- a/src/soc/intel/common/block/lpc/lpc_lib.c
+++ b/src/soc/intel/common/block/lpc/lpc_lib.c
@@ -37,6 +37,11 @@ uint16_t lpc_enable_fixed_io_ranges(uint16_t io_enables)
return io_enables;
}
+uint16_t lpc_get_fixed_io_decode(void)
+{
+ return pci_read_config16(PCH_DEV_LPC, LPC_IO_DECODE);
+}
+
/*
* Find the first unused IO window.
* Returns -1 if not found, 0 for reg 0x84, 1 for reg 0x88 ...