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/istep10/makefile | |
| parent | 4c1c0fa7007888c5a3f7161a3c33d8c397b9b0eb (diff) | |
| download | talos-hostboot-61bcb01d6fd51dec3f1d86bd9e942fe86fe2b855.tar.gz talos-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/istep10/makefile')
| -rw-r--r-- | src/usr/isteps/istep10/makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/usr/isteps/istep10/makefile b/src/usr/isteps/istep10/makefile index 6ea05a63e..9b1815fc3 100644 --- a/src/usr/isteps/istep10/makefile +++ b/src/usr/isteps/istep10/makefile @@ -59,6 +59,10 @@ OBJS += call_proc_chiplet_scominit.o OBJS += call_proc_abus_scominit.o OBJS += call_proc_obus_scominit.o OBJS += call_proc_npu_scominit.o + +#Sensor Based Bifurcation implementation +OBJS += $(if $(CONFIG_SENSOR_BASED_BIFURCATION),sensor_based_bifurcation.o) + OBJS += call_proc_pcie_scominit.o OBJS += call_proc_scomoverride_chiplets.o OBJS += call_proc_chiplet_enable_ridi.o |

