summaryrefslogtreecommitdiff
path: root/src/soc/intel/broadwell/include/soc/iobp.h
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2021-04-19 16:13:31 +0200
committerAngel Pons <th3fanbus@gmail.com>2021-05-20 16:04:15 +0000
commitc423ce2f7f5a072e04a6cefa0c2c7f154cce5435 (patch)
tree9bdf8d20bfa9972a3c9031aa2cd233c2ae666ae5 /src/soc/intel/broadwell/include/soc/iobp.h
parentdfb29fd701a0ed9d7c39c2e6e31bb532025b92db (diff)
downloadcoreboot-c423ce2f7f5a072e04a6cefa0c2c7f154cce5435.tar.xz
soc/intel/broadwell: Use Lynx Point IOBP code
Change-Id: I89832dd6089e1961b4ffdb5661dc98b26a5cb0a2 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/52515 Reviewed-by: Nico Huber <nico.h@gmx.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/broadwell/include/soc/iobp.h')
-rw-r--r--src/soc/intel/broadwell/include/soc/iobp.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/soc/intel/broadwell/include/soc/iobp.h b/src/soc/intel/broadwell/include/soc/iobp.h
deleted file mode 100644
index e3a69937d5..0000000000
--- a/src/soc/intel/broadwell/include/soc/iobp.h
+++ /dev/null
@@ -1,11 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
-
-#ifndef _BROADWELL_IOBP_H_
-#define _BROADWELL_IOBP_H_
-
-u32 pch_iobp_read(u32 address);
-void pch_iobp_write(u32 address, u32 data);
-void pch_iobp_update(u32 address, u32 andvalue, u32 orvalue);
-void pch_iobp_exec(u32 addr, u16 op_dcode, u8 route_id, u32 *data, u8 *resp);
-
-#endif