summaryrefslogtreecommitdiff
path: root/src/southbridge/intel/lynxpoint/iobp.h
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2021-04-19 15:58:21 +0200
committerAngel Pons <th3fanbus@gmail.com>2021-05-20 16:04:05 +0000
commitdfb29fd701a0ed9d7c39c2e6e31bb532025b92db (patch)
tree91eaa61fb643daae5d0d28c61dbd57b3a8c08943 /src/southbridge/intel/lynxpoint/iobp.h
parent9ffb57c6781676d5d8f54e3dba59b01a60c53c2e (diff)
downloadcoreboot-dfb29fd701a0ed9d7c39c2e6e31bb532025b92db.tar.xz
sb/intel/lynxpoint: Add pch_iobp_exec() function
Taken from Broadwell. A follow-up will make Broadwell use the IOBP code from Lynx Point. Change-Id: Iacc90930ad4c34777c8f1af8b69c060c51a123b5 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/52514 Reviewed-by: Nico Huber <nico.h@gmx.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/southbridge/intel/lynxpoint/iobp.h')
-rw-r--r--src/southbridge/intel/lynxpoint/iobp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/southbridge/intel/lynxpoint/iobp.h b/src/southbridge/intel/lynxpoint/iobp.h
index c8669bafd5..458e6be977 100644
--- a/src/southbridge/intel/lynxpoint/iobp.h
+++ b/src/southbridge/intel/lynxpoint/iobp.h
@@ -8,5 +8,6 @@
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