diff options
author | Stephen Glancy <sglancy@us.ibm.com> | 2016-08-17 11:19:10 -0500 |
---|---|---|
committer | William G. Hoffa <wghoffa@us.ibm.com> | 2016-08-22 13:51:35 -0400 |
commit | 19eb5718ee472094163e55b4f02cc3d019ae2215 (patch) | |
tree | 2cbfcac3ce1688ed7a82221042bf7b8ba6bca447 /src/import/chips/p9/procedures/xml/attribute_info | |
parent | 4cb8fb9c949f37cad8a4225014891c42a92351e7 (diff) | |
download | talos-hostboot-19eb5718ee472094163e55b4f02cc3d019ae2215.tar.gz talos-hostboot-19eb5718ee472094163e55b4f02cc3d019ae2215.zip |
Fixed eff_config attr generation
Attributes generation fixed:
read_preamble_train
odt_input_buffer
Change-Id: Ib23f2164dfee9386fa521e541b9baeb6cf5d39e1
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/28405
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: ANDRE A. MARIN <aamarin@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: Brian R. Silver <bsilver@us.ibm.com>
Reviewed-by: Matt K. Light <mklight@us.ibm.com>
Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/28409
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/xml/attribute_info')
-rw-r--r-- | src/import/chips/p9/procedures/xml/attribute_info/memory_mcs_attributes.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/import/chips/p9/procedures/xml/attribute_info/memory_mcs_attributes.xml b/src/import/chips/p9/procedures/xml/attribute_info/memory_mcs_attributes.xml index 518f64bd8..f8201b834 100644 --- a/src/import/chips/p9/procedures/xml/attribute_info/memory_mcs_attributes.xml +++ b/src/import/chips/p9/procedures/xml/attribute_info/memory_mcs_attributes.xml @@ -1802,7 +1802,7 @@ </description> <initToZero></initToZero> <valueType>uint8</valueType> - <enum>DEACTIVATED = 0, ACTIVATED = 1</enum> + <enum>ACTIVATED = 0, DEACTIVATED = 1</enum> <writeable/> <array>2</array> <mssAccessorName>eff_odt_input_buff</mssAccessorName> |