From 6995522a60cb882f228b061db41ab6438fac8a8b Mon Sep 17 00:00:00 2001 From: Joe McGill Date: Tue, 14 Nov 2017 21:53:32 -0600 Subject: 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 Tested-by: Jenkins Server Tested-by: PPE CI Tested-by: Hostboot CI Reviewed-by: Matt K. Light Reviewed-by: Sachin Gupta Reviewed-by: Nicholas E. Bofferding Reviewed-by: Jennifer A. Stofer Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/49694 Reviewed-by: Hostboot Team --- src/import/chips/p9/procedures/hwp/nest/p9_adu_constants.H | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/import/chips') 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 -- cgit v1.2.1