diff options
| author | Mike Jones <mjjones@us.ibm.com> | 2014-01-21 13:11:08 -0600 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2014-01-23 20:58:54 -0600 |
| commit | 72e76ac3ca5449706cbc1ef396ebb0ddc4541bae (patch) | |
| tree | f0a1d68d176db083d0c0830f6b211c77689497af /src/usr/hwpf/makefile | |
| parent | 3090b5d5a96587bcce8d2c7fc63edb19ba2e2a78 (diff) | |
| download | talos-hostboot-72e76ac3ca5449706cbc1ef396ebb0ddc4541bae.tar.gz talos-hostboot-72e76ac3ca5449706cbc1ef396ebb0ddc4541bae.zip | |
Get PLL ring attribute code needs to error out if EC level not found
The PLL ring Attribute Accessor HWP returns data that depends on the
Chip Name/EC, if the chip EC is not supported, it defaults to providing
data for EC1.0, this caused Thi hours of debug when a new chip (Murano
2.1) was introduced becuase the wrong PLL data was being used, the code
should error out and it would have been obvious that DD2.1 support
needed to be added. Also fix up the error generation and debuggability
in this change.
Change-Id: Idc4ef74fb2613fab1e7e0c17881e6d9112cc6151
CQ: SW241221
RTC: 93108
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/8203
Tested-by: Jenkins Server
Reviewed-by: Donald E. Dahle <dedahle@us.ibm.com>
Reviewed-by: Brian H. Horton <brianh@linux.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/makefile')
| -rw-r--r-- | src/usr/hwpf/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usr/hwpf/makefile b/src/usr/hwpf/makefile index 83a42e544..f18836178 100644 --- a/src/usr/hwpf/makefile +++ b/src/usr/hwpf/makefile @@ -41,6 +41,7 @@ HWP_ERROR_XML_FILES = hwp/fapiHwpErrorInfo.xml \ hwp/spd_accessors/getSpdAttrAccessorErrors.xml \ hwp/winkle_ring_accessors/proc_l3_delta_data_errors.xml \ hwp/pll_accessors/getPllRingInfoAttrErrors.xml \ + hwp/pll_accessors/getPllRingAttrErrors.xml \ ../pore/fapiporeve/fapiPoreVe_errors.xml \ hwp/dram_initialization/proc_setup_bars/proc_setup_bars_errors.xml \ hwp/nest_chiplets/proc_chiplet_scominit/proc_chiplet_scominit_errors.xml \ |

