From 278e29100f424cc4d148bbfdcc509b19b3a2ec3e Mon Sep 17 00:00:00 2001 From: Martin Peschke Date: Thu, 15 Sep 2016 14:40:39 +0200 Subject: P9-XIP: p9_xip_get_item() can now deal with array attributes This is a new API only used in one place so far. So enhancing it should be ok. The funtionality is needed for a p9_xip_tool change. Change-Id: Ibecb2ee45dc5fbf1394fcac0bfef92aa10468927 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/29752 Reviewed-by: Shakeeb A. Pasha B K Reviewed-by: Sachin Gupta Tested-by: Jenkins Server Tested-by: PPE CI Tested-by: Hostboot CI Reviewed-by: Richard J. Knight Reviewed-by: Martin Peschke Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/29755 Reviewed-by: Hostboot Team Tested-by: FSP CI Jenkins --- src/import/chips/p9/xip/p9_xip_tool.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/import/chips/p9/xip/p9_xip_tool.C') diff --git a/src/import/chips/p9/xip/p9_xip_tool.C b/src/import/chips/p9/xip/p9_xip_tool.C index 86748368..3c6a4612 100644 --- a/src/import/chips/p9/xip/p9_xip_tool.C +++ b/src/import/chips/p9/xip/p9_xip_tool.C @@ -402,7 +402,7 @@ attrListing(const P9XipItem* i_item, const char* prefix) printf("%s%-42s | %s | ", prefix, i_item->iv_id, P9_XIP_TYPE_STRING(g_typeAbbrevs, i_item->iv_type)); - rc = p9_xip_get_item(i_item, &data); + rc = p9_xip_get_item(i_item, &data, 0); if (rc) { -- cgit v1.2.1