diff options
| author | Matt Ploetz <maploetz@us.ibm.com> | 2016-10-27 23:55:23 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2016-12-20 11:37:00 -0500 |
| commit | 7c8bb50ef4e2f3e75bb5fb7d8c32f929599f4ca0 (patch) | |
| tree | 0c5f9b47a75b170ec9dbe4862b310507a888dce3 /src/usr/isteps/istep08/makefile | |
| parent | 5e034bb46e5605c7fbf473826e200ec02fbf8490 (diff) | |
| download | talos-hostboot-7c8bb50ef4e2f3e75bb5fb7d8c32f929599f4ca0.tar.gz talos-hostboot-7c8bb50ef4e2f3e75bb5fb7d8c32f929599f4ca0.zip | |
Add compute PCIE config support
Change-Id: Ie32612fedf35b2cc504cabee494e61eba7775c48
RTC:162594
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/31938
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Prachi Gupta <pragupta@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/isteps/istep08/makefile')
| -rw-r--r-- | src/usr/isteps/istep08/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usr/isteps/istep08/makefile b/src/usr/isteps/istep08/makefile index db813aadc..f52926319 100644 --- a/src/usr/isteps/istep08/makefile +++ b/src/usr/isteps/istep08/makefile @@ -61,6 +61,7 @@ OBJS += call_proc_chiplet_enable_ridi.o OBJS += call_p9_rng_init_phase1.o OBJS += call_host_set_voltages.o OBJS += call_host_attnlisten_proc.o +OBJS += host_proc_pcie_scominit.o VPATH += ${PROCEDURES_PATH}/hwp/perv/ ${PROCEDURES_PATH}/hwp/nest/ VPATH += ${PROCEDURES_PATH}/hwp/io/ ${PROCEDURES_PATH}/hwp/initfiles/ |

