diff options
author | Prasad Bg Ranganath <prasadbgr@in.ibm.com> | 2017-03-21 04:57:38 -0500 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-05-03 23:59:06 -0400 |
commit | c5e7b264aa4708fd9641a287a53441390bf2b325 (patch) | |
tree | a026daedf262761b0ce82bf3317e2352df4b066e /src/import/hwpf/fapi2 | |
parent | 47a1a8506dd08db2e564d025ccc21ae030044838 (diff) | |
download | talos-hostboot-c5e7b264aa4708fd9641a287a53441390bf2b325.tar.gz talos-hostboot-c5e7b264aa4708fd9641a287a53441390bf2b325.zip |
WOF: VRM timing, WOF and VDM enblement attributes additions
Change-Id: I1ff55edf512f1a3ec4b6b1c1773726e31ae2e611
RTC:169800
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/38207
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: AMIT KUMAR <akumar3@us.ibm.com>
Reviewed-by: Michael S. Floyd <mfloyd@us.ibm.com>
Reviewed-by: Gregory S. Still <stillgs@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/38310
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Tested-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/hwpf/fapi2')
-rw-r--r-- | src/import/hwpf/fapi2/xml/attribute_info/hb_temp_defaults.xml | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/src/import/hwpf/fapi2/xml/attribute_info/hb_temp_defaults.xml b/src/import/hwpf/fapi2/xml/attribute_info/hb_temp_defaults.xml index 2c157a87b..1fb25fb81 100644 --- a/src/import/hwpf/fapi2/xml/attribute_info/hb_temp_defaults.xml +++ b/src/import/hwpf/fapi2/xml/attribute_info/hb_temp_defaults.xml @@ -181,7 +181,53 @@ <id>ATTR_CME_CHTM_TRACE_MEMORY_CONFIG</id> <default>0x00</default> </attribute> + <attribute> + <id>ATTR_EXTERNAL_VRM_STEPSIZE</id> + <default>0x00</default> + </attribute> + + <attribute> + <id>ATTR_EXTERNAL_VRM_TRANSITION_START_NS</id> + <default>0x00</default> + </attribute> + + <attribute> + <id>ATTR_EXTERNAL_VRM_TRANSITION_RATE_INC_UV_PER_US</id> + <default>0x00</default> + </attribute> + + <attribute> + <id>ATTR_EXTERNAL_VRM_TRANSITION_RATE_DEC_UV_PER_US</id> + <default>0x00</default> + </attribute> + + <attribute> + <id>ATTR_EXTERNAL_VRM_TRANSITION_STABILIZATION_TIME_NS</id> + <default>0x00</default> + </attribute> + <attribute> + <id>ATTR_VDM_ENABLE</id> + <default>0x00</default> + </attribute> + + <attribute> + <id>ATTR_SYSTEM_WOF_ENABLED</id> + <default>0x00</default> + </attribute> + + <attribute> + <id>ATTR_WOF_ENABLE_FRATIO</id> + <default>0x00</default> + </attribute> + <attribute> + <id>ATTR_WOF_ENABLE_VRATIO</id> + <default>0x00</default> + </attribute> + <attribute> + <id>ATTR_WOF_VRATIO_SELECT</id> + <default>0x00</default> + </attribute> <!-- ===================================================================== End of temporary definitions |