summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/utils/imageProcs
diff options
context:
space:
mode:
Diffstat (limited to 'src/import/chips/p9/utils/imageProcs')
-rw-r--r--src/import/chips/p9/utils/imageProcs/p9_ringId.C10
-rw-r--r--src/import/chips/p9/utils/imageProcs/p9_tor.C3
2 files changed, 6 insertions, 7 deletions
diff --git a/src/import/chips/p9/utils/imageProcs/p9_ringId.C b/src/import/chips/p9/utils/imageProcs/p9_ringId.C
index 0780ed59..81ac09e0 100644
--- a/src/import/chips/p9/utils/imageProcs/p9_ringId.C
+++ b/src/import/chips/p9/utils/imageProcs/p9_ringId.C
@@ -376,11 +376,11 @@ const GenRingIdList RING_ID_LIST_COMMON[] =
};
const GenRingIdList RING_ID_LIST_INSTANCE[] =
{
- {"eq_repr" , 0x2e, 0x10, 0x15, "eq_repr_ring" , NON_VPD_RING, 0, 0x0C10000000000200},
- {"ex_l3_repr" , 0x2f, 0x10, 0x15, "ex_l3_repr_ring" , NON_VPD_RING, 0, 0x0200000000000200},
- {"ex_l2_repr" , 0x30, 0x10, 0x15, "ex_l2_repr_ring" , NON_VPD_RING, 0, 0x0080000000000200},
- {"ex_l3_refr_repr" , 0x31, 0x10, 0x15, "ex_l3_refr_repr_ring" , NON_VPD_RING, 0, 0x0008000000000200},
- {"ex_l3_refr_time" , 0x32, 0x10, 0x15, "ex_l3_refr_time_ring" , NON_VPD_RING, 0, 0x0008000000000100},
+ {"eq_repr" , 0x2e, 0x10, 0x1b, "eq_repr_ring" , NON_VPD_RING, 0, 0x0C10000000000200},
+ {"ex_l3_repr" , 0x2f, 0x10, 0x1b, "ex_l3_repr_ring" , NON_VPD_RING, 0, 0x0200000000000200},
+ {"ex_l2_repr" , 0x30, 0x10, 0x1b, "ex_l2_repr_ring" , NON_VPD_RING, 0, 0x0080000000000200},
+ {"ex_l3_refr_repr" , 0x31, 0x10, 0x1b, "ex_l3_refr_repr_ring" , NON_VPD_RING, 0, 0x0008000000000200},
+ {"ex_l3_refr_time" , 0x32, 0x10, 0x1b, "ex_l3_refr_time_ring" , NON_VPD_RING, 0, 0x0008000000000100},
};
const RingVariantOrder RING_VARIANT_ORDER[] = { BASE, CC, RL};
};
diff --git a/src/import/chips/p9/utils/imageProcs/p9_tor.C b/src/import/chips/p9/utils/imageProcs/p9_tor.C
index 1c68e7df..96f4cf6e 100644
--- a/src/import/chips/p9/utils/imageProcs/p9_tor.C
+++ b/src/import/chips/p9/utils/imageProcs/p9_tor.C
@@ -525,7 +525,7 @@ int get_ring_from_sbe_image ( void* i_ringSection, // Image pointer
}
else
{
- MY_INF(" SBE ring instance ID %d is invalid, Valid ID is from %d to %d \n",
+ MY_ERR(" SBE ring instance ID %d is invalid, Valid ID is from %d to %d \n",
io_instanceId, (ring_id_list_instance + 0)->instanceIdMin,
(ring_id_list_instance + 0)->instanceIdMax);
return IMGBUILD_INVALID_INSTANCEID;
@@ -535,7 +535,6 @@ int get_ring_from_sbe_image ( void* i_ringSection, // Image pointer
local++;
}
- //MY_INF("\n");
}
}
OpenPOWER on IntegriCloud