summaryrefslogtreecommitdiffstats
path: root/src/usr/runtime
diff options
context:
space:
mode:
authorBrian Silver <bsilver@us.ibm.com>2014-05-28 16:10:05 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-06-27 14:47:45 -0500
commit98d732a527edc1a422f0f185558a38505a68e74b (patch)
tree39f80aab49ec8f60bb1acaf07ee1717ca4b9a7a7 /src/usr/runtime
parent98c223360ea9641fb1ab738b29c858869f5bf31d (diff)
downloadtalos-hostboot-98d732a527edc1a422f0f185558a38505a68e74b.tar.gz
talos-hostboot-98d732a527edc1a422f0f185558a38505a68e74b.zip
Add Naples support to the targeting infrastructure
Change-Id: I421e5a456a8d84a844f341e8c6fd462ad557e728 RTC: 107937 Depends-On: Ie748454257938103bdb76d7ac1b5d425bc97d348 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11330 Tested-by: Jenkins Server Reviewed-by: STEPHEN M. CPREK <smcprek@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/runtime')
-rw-r--r--src/usr/runtime/test/hdatservicetest.H5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/usr/runtime/test/hdatservicetest.H b/src/usr/runtime/test/hdatservicetest.H
index a480bb183..cfd70ddfb 100644
--- a/src/usr/runtime/test/hdatservicetest.H
+++ b/src/usr/runtime/test/hdatservicetest.H
@@ -118,6 +118,11 @@ class HdatServiceTest: public CxxTest::TestSuite
{
TS_FAIL("testHdat> PVR model != 4D for Venice");
}
+ else if( (model == TARGETING::MODEL_NAPLES)
+ && !((pvr & 0x00FF0000) == 0x004C0000) )
+ {
+ TS_FAIL("testHdat> PVR model != 4C for Naples");
+ }
}
}
else
OpenPOWER on IntegriCloud