aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/include/intelblocks
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2020-11-12 21:07:13 +0100
committerArthur Heymans <arthur@aheymans.xyz>2020-11-20 10:18:12 +0000
commita1f65bed10d41e41c684cd5e109b9883560e36f2 (patch)
tree6239883f9c73551c374b30c591acfd2b7ddb8b96 /src/soc/intel/common/block/include/intelblocks
parent695dd2977bb04024333d52bf561f67a5678845d9 (diff)
soc/intel/common/block/p2sb: Add ioapic BDF functions
This allows to get/set the IOAPIC bus device function. Change-Id: Ib5bb409efbcbc5729cf0e996655c7ac3f6a78223 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/47534 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/common/block/include/intelblocks')
-rw-r--r--src/soc/intel/common/block/include/intelblocks/p2sb.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/soc/intel/common/block/include/intelblocks/p2sb.h b/src/soc/intel/common/block/include/intelblocks/p2sb.h
index 819b9403a3..436861c924 100644
--- a/src/soc/intel/common/block/include/intelblocks/p2sb.h
+++ b/src/soc/intel/common/block/include/intelblocks/p2sb.h
@@ -40,6 +40,9 @@ union p2sb_bdf {
union p2sb_bdf p2sb_get_hpet_bdf(void);
void p2sb_set_hpet_bdf(union p2sb_bdf bdf);
+union p2sb_bdf p2sb_get_ioapic_bdf(void);
+void p2sb_set_ioapic_bdf(union p2sb_bdf bdf);
+
/* SOC overrides */
/*