summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures
diff options
context:
space:
mode:
Diffstat (limited to 'src/import/chips/p9/procedures')
-rw-r--r--src/import/chips/p9/procedures/hwp/customize/p9_xip_customize.C12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/import/chips/p9/procedures/hwp/customize/p9_xip_customize.C b/src/import/chips/p9/procedures/hwp/customize/p9_xip_customize.C
index f822282b5..b6412b206 100644
--- a/src/import/chips/p9/procedures/hwp/customize/p9_xip_customize.C
+++ b/src/import/chips/p9/procedures/hwp/customize/p9_xip_customize.C
@@ -2615,8 +2615,9 @@ ReturnCode p9_xip_customize (
if ((uint32_t)l_fapiRc == RC_XIPC_IMAGE_WOULD_OVERFLOW)
{
- FAPI_INF("p9_xip_customize(): Image is full. Ran out of space appending VPD rings"
- " to the .rings section");
+ FAPI_INF("p9_xip_customize(): Image is full. Ran out of space appending VPD"
+ " rings to the .rings section. Now checking if min required cores"
+ " is satisfied.");
// Check the bootCoreMask to determine if enough cores have been configured.
uint8_t attrMinReqdEcs = 0;
@@ -2656,11 +2657,14 @@ ReturnCode p9_xip_customize (
"Image buffer would overflow before reaching the minimum required"
" number of EC boot cores" );
+ fapi2::current_err = FAPI2_RC_SUCCESS;
+ }
+ else
+ {
+ fapi2::current_err = l_fapiRc;
}
- fapi2::current_err = l_fapiRc;
goto fapi_try_exit;
-
}
// More size code sanity checks of section and image sizes.
OpenPOWER on IntegriCloud