summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/utils/imageProcs/p9_tor.H
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/utils/imageProcs/p9_tor.H
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/utils/imageProcs/p9_tor.H')
-rw-r--r--src/import/chips/p9/utils/imageProcs/p9_tor.H5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/import/chips/p9/utils/imageProcs/p9_tor.H b/src/import/chips/p9/utils/imageProcs/p9_tor.H
index 52e281a17..65e863167 100644
--- a/src/import/chips/p9/utils/imageProcs/p9_tor.H
+++ b/src/import/chips/p9/utils/imageProcs/p9_tor.H
@@ -184,6 +184,10 @@ int tor_get_single_ring ( void* i_ringSection,
/// TOR API uses Ppe type to extract single ring or block of rings
/// on either hw_image or SBE image
///
+/// \param[in] i_RingVariant A enum to indicate which variant type of
+/// requested for single ring extract. There are three major types.
+/// They are base, Cache contained and Risk level ring
+///
/// \param[in/out] io_ringBlockPtr A void point to pointer. Returns data
/// which copied block of rings. Note: Caller's responsibility for free()
/// to avoid memory leak
@@ -202,6 +206,7 @@ int tor_get_single_ring ( void* i_ringSection,
int tor_get_block_of_rings ( void* i_ringSection,
uint8_t i_ddLevel,
PpeType_t i_PpeType,
+ RingVariant_t i_RingVariant,
void** io_ringBlockPtr,
uint32_t& io_ringBlockSize,
uint32_t i_dbgl = 0 );
OpenPOWER on IntegriCloud