summaryrefslogtreecommitdiffstats
path: root/src/usr/xscom
diff options
context:
space:
mode:
authorcrgeddes <crgeddes@us.ibm.com>2015-10-22 15:35:56 -0500
committerStephen Cprek <smcprek@us.ibm.com>2016-02-19 15:31:55 -0600
commita4e0f9f2b7e1abbc7062bbc6a023a01227875eee (patch)
treeaa2937f7c9d4e68feae6e62f97c65d143721a59c /src/usr/xscom
parent57fee71e1efad5180a6563594d29c957bea5ef77 (diff)
downloadtalos-hostboot-a4e0f9f2b7e1abbc7062bbc6a023a01227875eee.tar.gz
talos-hostboot-a4e0f9f2b7e1abbc7062bbc6a023a01227875eee.zip
Re-enable test cases for P9 Work
This commit re-enables the test modules that were shut off for the initial start of of the p9 simics model. Most of the changes were updating hardcoded values and changing the definition of a "fail" for some of the test that were assuming certain components to be contained in the system Change-Id: I1860f49ea83ba1946f5181a05a4e97f10f1522f3 RTC: 129630 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/22826 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/xscom')
-rw-r--r--src/usr/xscom/test/xscomtest.H11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/usr/xscom/test/xscomtest.H b/src/usr/xscom/test/xscomtest.H
index 8cf0a9a8a..fbd6359cd 100644
--- a/src/usr/xscom/test/xscomtest.H
+++ b/src/usr/xscom/test/xscomtest.H
@@ -5,7 +5,9 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* COPYRIGHT International Business Machines Corp. 2011,2014 */
+/* Contributors Listed Below - COPYRIGHT 2011,2016 */
+/* [+] International Business Machines Corp. */
+/* */
/* */
/* Licensed under the Apache License, Version 2.0 (the "License"); */
/* you may not use this file except in compliance with the License. */
@@ -50,10 +52,11 @@ struct testXscomAddrData
const testXscomAddrData g_xscomAddrTable[] =
{
// Write data to be ORed with read value
- // Use PORE_GPE0_SCRATCH1_0x0006000B and PORE_GPE0_SCRATCH2_0x0006000C
+ // Use EXP0.EC.PCC1.COMMON.SPR_COMMON.SCR0 and
+ //EXP0.EC.PCC1.COMMON.SPR_COMMON.SCR1
// Scom registers for testing
- {0x0006000B, 0x0000040000000000},
- {0x0006000C, 0xC000000000000000},
+ {0x21010A86, 0x0000040000000000},
+ {0x21010A87, 0xC000000000000000},
};
const uint32_t g_xscomAddrTableSz =
sizeof(g_xscomAddrTable)/sizeof(testXscomAddrData);
OpenPOWER on IntegriCloud