diff options
author | Elliott Dahle <dedahle@us.ibm.com> | 2013-12-09 11:17:38 -0600 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2014-01-15 13:47:19 -0600 |
commit | e147a8e14a254784ce4975806d1cc32d55af2df4 (patch) | |
tree | 3ab4b29d4e715f23250ed10431b4d85990b37529 /src/usr/errl/runtime | |
parent | e6629f1ed483f2a73f9757c7dbf8d64b549b8828 (diff) | |
download | talos-hostboot-e147a8e14a254784ce4975806d1cc32d55af2df4.tar.gz talos-hostboot-e147a8e14a254784ce4975806d1cc32d55af2df4.zip |
Add Deconfig State / GARD Error parameters to addClockCallout(...)
Change-Id: Ia8bd707604651f8779897a177657eaa5e639a37d
RTC:91649
CMVC-Coreq:910647
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/7863
Tested-by: Jenkins Server
Reviewed-by: Brian H. Horton <brianh@linux.ibm.com>
Reviewed-by: Christopher T. Phan <cphan@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/errl/runtime')
-rw-r--r-- | src/usr/errl/runtime/test/rt_errltest.H | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/usr/errl/runtime/test/rt_errltest.H b/src/usr/errl/runtime/test/rt_errltest.H index dfb7ec9fb..0a79f3e5d 100644 --- a/src/usr/errl/runtime/test/rt_errltest.H +++ b/src/usr/errl/runtime/test/rt_errltest.H @@ -5,7 +5,7 @@ /* */ /* IBM CONFIDENTIAL */ /* */ -/* COPYRIGHT International Business Machines Corp. 2011,2013 */ +/* COPYRIGHT International Business Machines Corp. 2011,2014 */ /* */ /* p1 */ /* */ @@ -327,6 +327,14 @@ public: HWAS::TODCLK_TYPE, HWAS::SRCI_PRIORITY_MED); + // Clock callout using deconfig/GARD parameters + errl->addClockCallout( + pExList[0], + HWAS::TODCLK_TYPE, + HWAS::SRCI_PRIORITY_HIGH, + HWAS::DECONFIG, + HWAS::GARD_Fatal); + if (pExList.size() > 1) { errl->addBusCallout( |