[Skiboot] [PATCH] skiboot/imc: Update the nest_pmus array with occ/gpe microcode uav updates

Madhavan Srinivasan maddy at linux.vnet.ibm.com
Thu Sep 21 15:53:27 AEST 2017


OOC/gpe nest microcode maintains the list of individual nest units
supported. Sync the recent updates to the UAV with nest_pmus array.

Signed-off-by: Madhavan Srinivasan <maddy at linux.vnet.ibm.com>
---
Just for reference occ/gpr microcode link for the UAV:
https://github.com/open-power/occ/blob/master/src/occ_gpe1/gpe1_24x7.h

 hw/imc.c | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/hw/imc.c b/hw/imc.c
index 99293ee36f9e..10505f69d4bd 100644
--- a/hw/imc.c
+++ b/hw/imc.c
@@ -60,7 +60,9 @@ char const *nest_pmus[] = {
 	"phb0",
 	"phb1",
 	"phb2",
-	"resvd",
+	"phb3",
+	"phb4",
+	"phb5",
 	"nx",
 	"capp0",
 	"capp1",
@@ -69,13 +71,14 @@ char const *nest_pmus[] = {
 	"alink0",
 	"alink1",
 	"alink2",
+	"alink3",
 	"nvlink0",
 	"nvlink1",
 	"nvlink2",
 	"nvlink3",
 	"nvlink4",
 	"nvlink5",
-	/* reserved bits : 48 - 64 */
+	/* reserved bits : 51 - 63 */
 };
 
 /*
-- 
2.7.4



More information about the Skiboot mailing list