summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/xip
diff options
context:
space:
mode:
authorDaniel M. Crowell <dcrowell@us.ibm.com>2018-10-14 13:07:08 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-10-15 08:48:17 -0500
commit99761f93896da24de7ad18561ecd3519645d4f1e (patch)
tree8021fdbe11a24c5047fcb6ec4813b521c6263419 /src/import/chips/p9/xip
parent78f90ced0fa36c4d682b2c7bf0c1af973b0e7755 (diff)
downloadtalos-hostboot-99761f93896da24de7ad18561ecd3519645d4f1e.tar.gz
talos-hostboot-99761f93896da24de7ad18561ecd3519645d4f1e.zip
Revert "P10 prep: Infrastructure (IS) ring Id metadata and API changes"
This reverts commit 52b76be222254e59959db984606c09dae854270b. Accidental merge before ekb was complete. Change-Id: I59412ecad661596322aaba5cb5cf83190727d64f Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/67455 Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Tested-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/xip')
-rw-r--r--src/import/chips/p9/xip/p9_xip_image.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/import/chips/p9/xip/p9_xip_image.h b/src/import/chips/p9/xip/p9_xip_image.h
index 42b35e0b1..d5e8cc43c 100644
--- a/src/import/chips/p9/xip/p9_xip_image.h
+++ b/src/import/chips/p9/xip/p9_xip_image.h
@@ -708,7 +708,7 @@ int
p9_xip_get_section(const void* i_image,
const int i_sectionId,
P9XipSection* o_hostSection,
-#ifdef __PPE__
+#if defined(__PPE__)
uint8_t i_ddLevel);
#else
uint8_t i_ddLevel=UNDEFINED_DD_LEVEL);
@@ -1489,8 +1489,8 @@ p9_xip_decode_toc_dump(void* i_image, void* i_dump,
/// Attempt to grow the image past its defined memory allocation
#define P9_XIP_WOULD_OVERFLOW 14
-/// Error returned from an TOR API function.
-#define P9_XIP_TOR_API_ERROR 15
+/// Error associated with the disassembler occured.
+#define P9_XIP_DISASSEMBLER_ERROR 15
/// Hash collision creating the .fixed_toc section
#define P9_XIP_HASH_COLLISION 16
OpenPOWER on IntegriCloud