diff options
| author | Mengze Liao <liaomz@cn.ibm.com> | 2018-02-28 16:13:17 +0800 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2018-11-01 16:10:24 -0500 |
| commit | 61bcb01d6fd51dec3f1d86bd9e942fe86fe2b855 (patch) | |
| tree | da62b371e8e6e2bf4dc1776c1bfc3577ca3f9779 /src/usr/isteps/HBconfig | |
| parent | 4c1c0fa7007888c5a3f7161a3c33d8c397b9b0eb (diff) | |
| download | blackbird-hostboot-61bcb01d6fd51dec3f1d86bd9e942fe86fe2b855.tar.gz blackbird-hostboot-61bcb01d6fd51dec3f1d86bd9e942fe86fe2b855.zip | |
Add PCIe dynamic bifurcation function for barreleye G2
Adds support to query the BMC (via sensor) to determine the
bifurcation settings of the PCI slots.
Resolves #125
Change-Id: Ibb4333140c6209a4a04c5f1a8adf3bd278899a8b
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/52992
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Matt Derksen <mderkse1@us.ibm.com>
Reviewed-by: DHRUVARAJ SUBHASH CHANDRAN <dhruvaraj@in.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/isteps/HBconfig')
| -rw-r--r-- | src/usr/isteps/HBconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/usr/isteps/HBconfig b/src/usr/isteps/HBconfig index 231464b7e..638fa1967 100644 --- a/src/usr/isteps/HBconfig +++ b/src/usr/isteps/HBconfig @@ -35,3 +35,14 @@ config PRINT_SYSTEM_INFO default n help Enables code that prints out the HWAS information for each target found during discovery + +config DYNAMIC_BIFURCATION + default n + help + Enables code that detect PEC bifurcated config. + +config SENSOR_BASED_BIFURCATION + default n + depends on (DYNAMIC_BIFURCATION) + help + Sensor based detection dynamic bifurcation function enable |

