summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/initfiles/sample.initfile
diff options
context:
space:
mode:
authorDean Sanner <dsanner@us.ibm.com>2012-12-18 10:52:10 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-12-18 16:35:42 -0600
commitc945c66c24a6fc8195081c7ecd44aede10df90a1 (patch)
treeaecc0495ad563fc971707d1007600dbafeafbc95 /src/usr/hwpf/hwp/initfiles/sample.initfile
parent7f36ca65b3ce2c358fcfff0ab4d30204fa9e89cc (diff)
downloadblackbird-hostboot-c945c66c24a6fc8195081c7ecd44aede10df90a1.tar.gz
blackbird-hostboot-c945c66c24a6fc8195081c7ecd44aede10df90a1.zip
Update bbuild to b1216c_1251.801
Change-Id: Ibcc0be1c8fa24fb4f188e338a52992da4262328c Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2743 Reviewed-by: ADAM R. MUHLE <armuhle@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/hwp/initfiles/sample.initfile')
-rwxr-xr-xsrc/usr/hwpf/hwp/initfiles/sample.initfile20
1 files changed, 11 insertions, 9 deletions
diff --git a/src/usr/hwpf/hwp/initfiles/sample.initfile b/src/usr/hwpf/hwp/initfiles/sample.initfile
index 32ffc7d08..1110664d2 100755
--- a/src/usr/hwpf/hwp/initfiles/sample.initfile
+++ b/src/usr/hwpf/hwp/initfiles/sample.initfile
@@ -64,10 +64,12 @@ define MBA0 = TGT1;
define MBA1 = TGT2;
+#@TODO via RTC: 60769 -- base 15XXXXXX addr on master core
+
#--******************************************************************************
#-- Basic SCOM
#--******************************************************************************
-scom 0x0000000014010002 {
+scom 0x0000000015010002 {
scom_data ;
0xAABBC00000000000 ;
}
@@ -76,7 +78,7 @@ scom 0x0000000014010002 {
#-- Basic SCOM with Expression and Attribute
#--******************************************************************************
-scom 0x0000000014030007 {
+scom 0x0000000015030007 {
scom_data, expr ;
0x00000CDE00000000, SYS.ATTR_SCRATCH_UINT8_1 == SYS.ATTR_SCRATCH_UINT8_2 ;
}
@@ -139,7 +141,7 @@ scom 0x000000000006800c {
#--******************************************************************************
#-- Basic SCOM with bits
#--******************************************************************************
-scom 0x0000000014013283 {
+scom 0x0000000015013283 {
bits , scom_data ;
0:11 , 0b001111001001 ;
12 , 0b1 ;
@@ -152,7 +154,7 @@ scom 0x0000000014013283 {
#-- Complext SCOM with Bit Support, define, and attributes
#--******************************************************************************
-scom 0x0000000014013284 {
+scom 0x0000000015013284 {
bits , scom_data, expr ;
0:11 , 0b001111001001, ANY ;
12 , 0b1, def_equal_test ;
@@ -165,7 +167,7 @@ scom 0x0000000014013284 {
#-- Complex SCOM with Bit Support, and logical operators
#--******************************************************************************
-scom 0x0000000014013285 {
+scom 0x0000000015013285 {
bits , scom_data, expr ;
12 , 0b1, def_equal_test && def_not_equal_test ;
12 , 0b0, def_equal_test || def_not_equal_test ;
@@ -183,7 +185,7 @@ scom 0x0000000014013285 {
#-- SCOM with 'ec' column - Use scratch for now since all attributes work
#--******************************************************************************
-scom 0x0000000014013286 {
+scom 0x0000000015013286 {
scom_data, SYS.ATTR_SCRATCH_UINT32_1, SYS.ATTR_SCRATCH_UINT32_2 ;
0x0000000000000192, != 0, >= ENUM_ATTR_SCRATCH_UINT64_ARRAY_2_VAL_B ;
}
@@ -191,7 +193,7 @@ scom 0x0000000014013286 {
#--******************************************************************************
#-- Basic SCOM with an array
#--******************************************************************************
-scom 0x0000000014013287 {
+scom 0x0000000015013287 {
scom_data, expr ;
0x0000000000000182, SYS.ATTR_SCRATCH_UINT8_ARRAY_1[2] == SYS.ATTR_SCRATCH_UINT8_1 ;
}
@@ -199,7 +201,7 @@ scom 0x0000000014013287 {
#--******************************************************************************
#-- SCOM with 'ec' & expr column - Use scratch for now since all attributes work
#--******************************************************************************
-scom 0x0000000014013288 {
+scom 0x0000000015013288 {
scom_data, SYS.ATTR_SCRATCH_UINT32_1, expr;
0x0000000000000192, 3, SYS.ATTR_SCRATCH_UINT8_ARRAY_2[1][2][3] == 0x00000000000000BE;
}
@@ -207,7 +209,7 @@ scom 0x0000000014013288 {
#--******************************************************************************
#-- Complex SCOM with Bit Support, associated attributes and logical operators
#--******************************************************************************
-scom 0x0000000014013289 {
+scom 0x0000000015013289 {
bits, scom_data, MBA1.ATTR_CHIP_UNIT_POS, expr;
23, 0b0, 1, MBA0.ATTR_CHIP_UNIT_POS == 1;
23, MBA1.ATTR_CHIP_UNIT_POS, 1, MBA0.ATTR_CHIP_UNIT_POS == 0;
OpenPOWER on IntegriCloud