diff options
| author | Adam Hale <adam.samuel.hale@ibm.com> | 2018-11-28 14:44:11 -0500 |
|---|---|---|
| committer | Christian R. Geddes <crgeddes@us.ibm.com> | 2019-02-13 19:58:02 -0600 |
| commit | e787bf7818863c17a9a9944dba23a3d2371e0c3f (patch) | |
| tree | 683d59a19813d851f8738db3666fadbaa2cc747d /src/usr | |
| parent | b8427c4aa0721c64137494aad82b5cb7ca012bd4 (diff) | |
| download | blackbird-hostboot-e787bf7818863c17a9a9944dba23a3d2371e0c3f.tar.gz blackbird-hostboot-e787bf7818863c17a9a9944dba23a3d2371e0c3f.zip | |
Memory Controller Axone initfiles - initial
Change-Id: I6255f1e3aac26bc20b9331e58c445939b19cc17c
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/69199
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Reviewed-by: SHELTON LEUNG <sleung@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/69202
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Diffstat (limited to 'src/usr')
| -rw-r--r-- | src/usr/isteps/nest/makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/usr/isteps/nest/makefile b/src/usr/isteps/nest/makefile index 84eda0e43..aa22887c3 100644 --- a/src/usr/isteps/nest/makefile +++ b/src/usr/isteps/nest/makefile @@ -5,7 +5,7 @@ # # OpenPOWER HostBoot Project # -# Contributors Listed Below - COPYRIGHT 2016,2018 +# Contributors Listed Below - COPYRIGHT 2016,2019 # [+] International Business Machines Corp. # # @@ -68,6 +68,9 @@ include ${PROCEDURES_PATH}/hwp/initfiles/p9_int_scom.mk include ${PROCEDURES_PATH}/hwp/initfiles/p9a_mcc_omi_scom.mk include ${PROCEDURES_PATH}/hwp/initfiles/p9a_omi_init_scom.mk include ${PROCEDURES_PATH}/hwp/initfiles/p9a_omi_scom.mk +include ${PROCEDURES_PATH}/hwp/initfiles/p9a_mc_scom.mk +include ${PROCEDURES_PATH}/hwp/initfiles/p9a_mi_omi_scom.mk +include ${PROCEDURES_PATH}/hwp/initfiles/p9a_mi_scom.mk # call_host_p9_fbc_eff_config_links: Determine powerbus config include ${PROCEDURES_PATH}/hwp/nest/p9_fbc_eff_config_links.mk |

