Skip to content

Commit

Permalink
Build p9n 10 and 20 by default.
Browse files Browse the repository at this point in the history
Enabling 20 caused generated initfile procedures to
change.

Chip target needed to be added to p9.fbc.ioo_dl.scom.initfile

Change-Id: Ibcacffa2a5a9c62c1d093e9dfe64822368a84a1b
Original-Change-Id: Id24aa67f8d2c3f07ef85ed3bf8a555c85b4a0d72
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/38324
Tested-by: PPE CI <ppe-ci+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: CHRISTINA L. GRAVES <clgraves@us.ibm.com>
Reviewed-by: Richard J. Knight <rjknight@us.ibm.com>
Reviewed-by: Benjamin Gass <bgass@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/59104
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Tested-by: Daniel M. Crowell <dcrowell@us.ibm.com>
  • Loading branch information
BenAtIBM authored and dcrowell77 committed May 26, 2018
1 parent fc24bef commit 7395b3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ fapi2::ReturnCode p9_sys_chiplet_scominit(const fapi2::Target<fapi2::TARGET_TYPE
l_iter++)
{
FAPI_DBG("Invoking p9.fbc.ioo_dl.scom.initfile...");
FAPI_EXEC_HWP(l_rc, p9_fbc_ioo_dl_scom, *l_iter);
FAPI_EXEC_HWP(l_rc, p9_fbc_ioo_dl_scom, *l_iter, i_target);

if (l_rc)
{
Expand Down

0 comments on commit 7395b3d

Please sign in to comment.