summaryrefslogtreecommitdiffstats
path: root/src/include/usr/hwpf
diff options
context:
space:
mode:
authorayma <ayma@us.ibm.com>2012-12-13 16:29:39 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-12-18 15:46:41 -0600
commit7f36ca65b3ce2c358fcfff0ab4d30204fa9e89cc (patch)
tree4e3ddccf3fc4518ab25e4184093f7e97783478fa /src/include/usr/hwpf
parent3147572991fa9eff4be6095b08b0299421e596b5 (diff)
downloadblackbird-hostboot-7f36ca65b3ce2c358fcfff0ab4d30204fa9e89cc.tar.gz
blackbird-hostboot-7f36ca65b3ce2c358fcfff0ab4d30204fa9e89cc.zip
Changes to add support for dynamic VIDs on HB.
Changes to put code into HB to do the istep 13.1 and 13.5 which is disable_vddr and enable_vddr respectively This is in conjunction with story 37517 on the hwsv side RTC: 34041 Change-Id: Id09a78e581d2a778d781e2683cc7ec26c8d45153 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2687 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/hwpf')
-rw-r--r--src/include/usr/hwpf/istepreasoncodes.H2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/usr/hwpf/istepreasoncodes.H b/src/include/usr/hwpf/istepreasoncodes.H
index 37557560b..f0db7365c 100644
--- a/src/include/usr/hwpf/istepreasoncodes.H
+++ b/src/include/usr/hwpf/istepreasoncodes.H
@@ -109,6 +109,8 @@ enum istepModuleId
ISTEP_MSS_DRAMINIT_TRAINADV = 0x3C,
ISTEP_DMI_IO_RESTORE_EREPAIR = 0x3D,
ISTEP_FABRIC_IO_RESTORE_EREPAIR = 0x3E,
+ ISTEP_VDDR_ENABLE = 0x3F,
+ ISTEP_VDDR_DISABLE = 0x40,
};
/**
OpenPOWER on IntegriCloud