diff options
| author | Claus Michael Olsen <cmolsen@us.ibm.com> | 2017-10-23 23:09:00 -0500 |
|---|---|---|
| committer | Joshua Hunsberger <jahunsbe@us.ibm.com> | 2017-11-17 15:17:51 -0600 |
| commit | 94dc5d98fdcadec1b9397a3f316f06761aaa43b6 (patch) | |
| tree | 084296a311be6bb76e4db9a6ede01f51893da366 /import/chips/p9/utils | |
| parent | 08a4e8039377664f70dbefd53a6a90b09ab8f12e (diff) | |
| download | talos-hcode-94dc5d98fdcadec1b9397a3f316f06761aaa43b6.tar.gz talos-hcode-94dc5d98fdcadec1b9397a3f316f06761aaa43b6.zip | |
Update: xip_tool: Introducing image section type (IST).
Currently xip_tool bails out if attempting to run a "report" on a
standalone overrides or overlays ring section. So, added support for:
- "report" for standalone TOR ring section and standalone DD container.
- Introduced the Image Section Type (IST) to enumerate the various
image types supported in an XIP image.
Change-Id: I45777ea82caebf91b7f63531ac2107e9eecc55d6
Original-Change-Id: I465248e802d496c4ff571ad92ea42cda9656db68
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/48720
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: HWSV CI <hwsv-ci+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: Sumit Kumar <sumit_kumar@in.ibm.com>
Reviewed-by: Richard J. Knight <rjknight@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Diffstat (limited to 'import/chips/p9/utils')
| -rw-r--r-- | import/chips/p9/utils/imageProcs/p9_infrastruct_help.H | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/import/chips/p9/utils/imageProcs/p9_infrastruct_help.H b/import/chips/p9/utils/imageProcs/p9_infrastruct_help.H index 4aff3e7a..0316cee0 100644 --- a/import/chips/p9/utils/imageProcs/p9_infrastruct_help.H +++ b/import/chips/p9/utils/imageProcs/p9_infrastruct_help.H @@ -54,7 +54,9 @@ const uint32_t MAX_NOOF_DD_LEVELS_IN_IMAGE = 20; #define NUM_OF_QUADS 6 #define CORES_PER_QUAD (NUM_OF_CORES/NUM_OF_QUADS) -#define INFRASTRUCT_RC_SUCCESS 0 +#define INFRASTRUCT_RC_SUCCESS 0 +#define INFRASTRUCT_RC_CODE_BUG 1 +#define INFRASTRUCT_RC_INVALID_IMAGE_SECTION_TYPE 2 enum SYSPHASE { |

