diff options
| author | Marty Gloff <mgloff@us.ibm.com> | 2016-08-09 17:01:59 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2016-09-07 23:52:38 -0400 |
| commit | 33a392720347794d6dd0f6d7502e615930241e1d (patch) | |
| tree | 7ae1ec963f60a5c13dd005ec2a208049760c4b65 /src/include | |
| parent | e65b72fd34e9ca3eeacbaac3367053eb165566e7 (diff) | |
| download | talos-hostboot-33a392720347794d6dd0f6d7502e615930241e1d.tar.gz talos-hostboot-33a392720347794d6dd0f6d7502e615930241e1d.zip | |
Implement XIP Customization for Core Information
Loop to run xip_customize on the pnor image for each core must still be
implemented.
This commit also enables the call of p9_xip_customize only when not in
the FSP environment.
Change-Id: Iafc04e2ba05def7794315f9178b55dd2f2de35e4
RTC:158044
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/28098
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Reviewed-by: Matt Derksen <v2cibmd@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/sys/misc.h | 2 | ||||
| -rw-r--r-- | src/include/usr/sbe/sbereasoncodes.H | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/include/sys/misc.h b/src/include/sys/misc.h index 12fb89fa4..1d554f56d 100644 --- a/src/include/sys/misc.h +++ b/src/include/sys/misc.h @@ -49,7 +49,7 @@ enum p9SystemConsts /// max possible processors in a P9 system P9_MAX_PROCS = 8, /// max EC (cores available in a processor ) - P9_MAX_EC_PER_PROC = 16, + P9_MAX_EC_PER_PROC = 24, }; diff --git a/src/include/usr/sbe/sbereasoncodes.H b/src/include/usr/sbe/sbereasoncodes.H index b11afef24..380f6b909 100644 --- a/src/include/usr/sbe/sbereasoncodes.H +++ b/src/include/usr/sbe/sbereasoncodes.H @@ -93,7 +93,7 @@ enum sbeReasonCode SBE_INVALID_SEEPROM_SIDE = SBE_COMP_ID | 0x0E, SBE_ECC_FAIL = SBE_COMP_ID | 0x0F, SBE_PERM_SIDE_DIRTY_BAD_PATH = SBE_COMP_ID | 0x10, - SBE_P8_XIP_CUSTOMIZE_UNSUCCESSFUL = SBE_COMP_ID | 0x11, + SBE_P9_XIP_CUSTOMIZE_UNSUCCESSFUL = SBE_COMP_ID | 0x11, SBE_INFO_LOG = SBE_COMP_ID | 0x12, SBE_MISCOMPARE_WITH_MASTER_VERSION = SBE_COMP_ID | 0x13, SBE_ERROR_ON_UPDATE = SBE_COMP_ID | 0x14, |

