diff options
author | Johnny Lin <johnny_lin@wiwynn.com> | 2020-05-19 14:04:16 +0800 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-07-08 07:24:11 +0000 |
commit | cef108cc906b8276efdd005fc51fb1b180fb272b (patch) | |
tree | aa5a747de5fae2e77d4a15b4f59ec722ea8aa73b /src/mainboard/ocp/deltalake/Kconfig | |
parent | b8fbf3f97215b00401f76b76580d3bb2d3a5c0cc (diff) |
mb/ocp/deltalake: Update IIO PCIe bifurcation according to different configs
In romstage get the config from BMC IPMI and update the IIO accordingly.
Tested on OCP Delta Lake with FSP WW24 release, with lspci checking bifurcation
register values are expected.
Change-Id: I412336c32d093fe2bbdc7175f8e596923c77876f
Signed-off-by: Johnny Lin <johnny_lin@wiwynn.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/41527
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Christian Walter <christian.walter@9elements.com>
Diffstat (limited to 'src/mainboard/ocp/deltalake/Kconfig')
-rw-r--r-- | src/mainboard/ocp/deltalake/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/ocp/deltalake/Kconfig b/src/mainboard/ocp/deltalake/Kconfig index 45fbcbf8b6..b4e88b51ed 100644 --- a/src/mainboard/ocp/deltalake/Kconfig +++ b/src/mainboard/ocp/deltalake/Kconfig @@ -9,6 +9,7 @@ config BOARD_SPECIFIC_OPTIONS select SOC_INTEL_COOPERLAKE_SP select SUPERIO_ASPEED_AST2400 select IPMI_KCS + select IPMI_KCS_ROMSTAGE select OCP_DMI select VPD select VPD_SMBIOS_VERSION |