aboutsummaryrefslogtreecommitdiff
path: root/hw/imc.c
diff options
context:
space:
mode:
authorMadhavan Srinivasan <maddy@linux.vnet.ibm.com>2017-09-21 11:23:27 +0530
committerStewart Smith <stewart@linux.vnet.ibm.com>2017-09-27 23:36:56 -0500
commit712837cedca06644d2e8dbb12e1cf535fbbd78ba (patch)
tree7f326ca3a29581b055ba3aac2fea264825c63f8a /hw/imc.c
parent1c3f583bb767b1af43478c682b665b224b69b38e (diff)
downloadskiboot-712837cedca06644d2e8dbb12e1cf535fbbd78ba.zip
skiboot-712837cedca06644d2e8dbb12e1cf535fbbd78ba.tar.gz
skiboot-712837cedca06644d2e8dbb12e1cf535fbbd78ba.tar.bz2
skiboot/imc: Update the nest_pmus array with occ/gpe microcode uav updates
OOC/gpe nest microcode maintains the list of individual nest units supported. Sync the recent updates to the UAV with nest_pmus array. For reference occ/gpr microcode link for the UAV: https://github.com/open-power/occ/blob/master/src/occ_gpe1/gpe1_24x7.h Signed-off-by: Madhavan Srinivasan <maddy@linux.vnet.ibm.com> [stewart@linux.vnet.ibm.com: add in reference to ucode] Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'hw/imc.c')
-rw-r--r--hw/imc.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/hw/imc.c b/hw/imc.c
index 99293ee..10505f6 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 */
};
/*