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/sys | |
| 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/sys')
| -rw-r--r-- | src/include/sys/misc.h | 2 |
1 files changed, 1 insertions, 1 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, }; |

