diff options
| author | Dan Crowell <dcrowell@us.ibm.com> | 2016-03-02 14:27:23 -0600 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2016-03-02 16:01:50 -0500 |
| commit | 04b24ec1e14233db584475be7ed63eaca7138d83 (patch) | |
| tree | 48a6b4cd15ad92c1ab89cf745c05e64508852e90 /src/usr/hwpf | |
| parent | 3cc6a4ceb4d42939e92702e98bc609bebf2fcb8e (diff) | |
| download | blackbird-hostboot-04b24ec1e14233db584475be7ed63eaca7138d83.tar.gz blackbird-hostboot-04b24ec1e14233db584475be7ed63eaca7138d83.zip | |
Attribute fixes for ekb merges
Fix readable tag for new attributes
Add a couple new attributes
Remove fapi attribute to fix name collision
Change-Id: I540290d556201df76abfc977aa64430be828d031
RTC: 146576
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/21602
Tested-by: Jenkins Server
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf')
| -rw-r--r-- | src/usr/hwpf/hwp/memory_attributes.xml | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/src/usr/hwpf/hwp/memory_attributes.xml b/src/usr/hwpf/hwp/memory_attributes.xml index df3a2ef4b..50635c187 100644 --- a/src/usr/hwpf/hwp/memory_attributes.xml +++ b/src/usr/hwpf/hwp/memory_attributes.xml @@ -5,7 +5,7 @@ <!-- --> <!-- OpenPOWER HostBoot Project --> <!-- --> -<!-- Contributors Listed Below - COPYRIGHT 2012,2015 --> +<!-- Contributors Listed Below - COPYRIGHT 2012,2016 --> <!-- [+] International Business Machines Corp. --> <!-- --> <!-- --> @@ -2719,19 +2719,6 @@ bits6:7 will be consumed together to form COARSE_LVL. </description> </attribute> <attribute> - <id>ATTR_ECID</id> - <targetType>TARGET_TYPE_MEMBUF_CHIP</targetType> - <description>Bits 0 to 63 of the ECID in array entry 0 and bits 64 to 127 in ECID array entry 1 -Created from running the mss_get_cen_ecid.C -Firmware shares some code with the processor, so the attribute is named so they can point at a target and have common function.</description> - <valueType>uint64</valueType> - <writeable/> - <odmVisable/> - <odmChangeable/> - <array> 2</array> -</attribute> - -<attribute> <id>ATTR_MSS_ALLOW_SINGLE_PORT</id> <targetType>TARGET_TYPE_MBA_CHIPLET</targetType> <description>When this value is true, then mss_eff config will allow a single port to have one dimm and will allow ports to have different sizes. Used in eff_config</description> |

