summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/nest/p9_fbc_smp_utils.H
diff options
context:
space:
mode:
authorJoe McGill <jmcgill@us.ibm.com>2017-12-01 13:43:21 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-01-26 15:01:26 -0500
commitc9a86977d3eb0902e16c51338da83069117d4b7d (patch)
treee95d27ec7cd8d10b7a67950e850b1365fa63d114 /src/import/chips/p9/procedures/hwp/nest/p9_fbc_smp_utils.H
parentef1d51e2367509e8570c6a7a3c6d37cd5c8512d7 (diff)
downloadtalos-hostboot-c9a86977d3eb0902e16c51338da83069117d4b7d.tar.gz
talos-hostboot-c9a86977d3eb0902e16c51338da83069117d4b7d.zip
shift XBUS FIR programming inits for secure boot
general approach: - enable runtime FIR settings in SBE code, for all present XBUS regions - remove FIR initialization from HB code which runs prior to SMP build - update HB HWPs to re-mask XBUSes which are present but not functionally used CQ: SW409902 CQ: SW409903 CQ: SW409905 Change-Id: I378ed2ca39c0d5be894420bfc3257e41e3e95de5 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/50519 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> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/50529 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/nest/p9_fbc_smp_utils.H')
-rw-r--r--src/import/chips/p9/procedures/hwp/nest/p9_fbc_smp_utils.H5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/import/chips/p9/procedures/hwp/nest/p9_fbc_smp_utils.H b/src/import/chips/p9/procedures/hwp/nest/p9_fbc_smp_utils.H
index 80a01c5e1..ea4fc0032 100644
--- a/src/import/chips/p9/procedures/hwp/nest/p9_fbc_smp_utils.H
+++ b/src/import/chips/p9/procedures/hwp/nest/p9_fbc_smp_utils.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2016,2017 */
+/* Contributors Listed Below - COPYRIGHT 2016,2018 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -91,6 +91,9 @@ struct p9_fbc_link_ctl_t
const uint32_t P9_FBC_UTILS_MAX_X_LINKS = 7;
const uint32_t P9_FBC_UTILS_MAX_A_LINKS = 4;
+const uint32_t P9_FBC_UTILS_MAX_ELECTRICAL_LINKS = 3;
+const uint32_t P9_FBC_UTILS_MAX_OPTICAL_LINKS = 4;
+
const p9_fbc_link_ctl_t P9_FBC_XBUS_LINK_CTL_ARR[P9_FBC_UTILS_MAX_X_LINKS] =
{
{
OpenPOWER on IntegriCloud