summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9
diff options
context:
space:
mode:
authorJoe McGill <jmcgill@us.ibm.com>2017-11-14 21:53:32 -0600
committerSachin Gupta <sgupta2m@in.ibm.com>2018-01-30 05:31:16 -0500
commit6995522a60cb882f228b061db41ab6438fac8a8b (patch)
tree71b9f5a9c4400cbfc32e2d0617d6a061303fd93c /src/import/chips/p9
parent5f8ecd10377c92dc281f8f043c1d5424ed844708 (diff)
downloadtalos-sbe-6995522a60cb882f228b061db41ab6438fac8a8b.tar.gz
talos-sbe-6995522a60cb882f228b061db41ab6438fac8a8b.zip
p9_build_smp -- use ADU chipops to switch fabric configuration part #2
p9_build_smp HWP code is modified to invoke new p9_putmemproc FAPI HWP via FAPI_CALL_SUBROUTINE HB platform must invoke SBE chipop under the covers for security Cronus may directly invoke p9_putmemproc body in an insecure system Change-Id: I34b90ce906e8caaf3ce86e728228f634ce136d33 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/49692 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Matt K. Light <mklight@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/49694 Reviewed-by: Hostboot Team <hostboot@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9')
-rw-r--r--src/import/chips/p9/procedures/hwp/nest/p9_adu_constants.H5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/import/chips/p9/procedures/hwp/nest/p9_adu_constants.H b/src/import/chips/p9/procedures/hwp/nest/p9_adu_constants.H
index 05af0c78..86d95069 100644
--- a/src/import/chips/p9/procedures/hwp/nest/p9_adu_constants.H
+++ b/src/import/chips/p9/procedures/hwp/nest/p9_adu_constants.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER sbe Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2015,2017 */
+/* Contributors Listed Below - COPYRIGHT 2015,2018 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -55,6 +55,9 @@ extern "C"
// 0b010: PB disable op
// 0b011: PMISC op
// 0b100: PB enable op
+ // 0b101: pre-switch CD setup
+ // 0b110: pre-switch AB setup
+ // 0b111: post-switch AB/CD cleanup
FLAG_ADU_TTYPE = 0xE0000000ull, // Bits 0:2
// Utilize ADU HW auto-increment function
OpenPOWER on IntegriCloud