summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp
diff options
context:
space:
mode:
authorCamVan Nguyen <ctnguyen@us.ibm.com>2012-02-23 12:02:00 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-03-03 10:03:24 -0600
commit3de566b9531946ad10fadf2c2bfbbc125701494e (patch)
tree661379ad9c1657e08ba52363c4f655bfa3e7c966 /src/usr/hwpf/hwp
parent5e39cbfb113f2af65a17fde4317231e248051ac8 (diff)
downloadtalos-hostboot-3de566b9531946ad10fadf2c2bfbbc125701494e.tar.gz
talos-hostboot-3de566b9531946ad10fadf2c2bfbbc125701494e.zip
Ability to use hex and binary for a SCOM address
Change-Id: Iec1f62ffaf3a9608f34d022f2a4fec283e8503b9 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/688 Tested-by: Jenkins Server Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com> Reviewed-by: Andrew J. Geissler <andrewg@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/hwp')
-rwxr-xr-xsrc/usr/hwpf/hwp/initfiles/sample.initfile11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/usr/hwpf/hwp/initfiles/sample.initfile b/src/usr/hwpf/hwp/initfiles/sample.initfile
index afcef533d..f8cd0be75 100755
--- a/src/usr/hwpf/hwp/initfiles/sample.initfile
+++ b/src/usr/hwpf/hwp/initfiles/sample.initfile
@@ -190,8 +190,17 @@ scom 0x0000000013013289 {
#-- Note: These are not valid SCOM addresses. Just included here as an example of
#-- the supported syntax. Uncomment only for debugging code.
#--******************************************************************************
-#scom 0x0000006(1E..20,3c)4(A,1)(D..F)56(7,8,9,0)1 {
+#scom 0x0000006(0E..10,3c)4(A,1)(D..F)56(7,8,9,0)1 {
# scom_data ;
# 0x0000000000000193 ;
#}
+#--******************************************************************************
+#-- Basic SCOM with Bin and Hex Scom Addresses of Multiple Arrays/Address Ranges
+#-- Note: These are not valid SCOM addresses. Just included here as an example of
+#-- the supported syntax. Uncomment only for debugging code.
+#--******************************************************************************
+#scom 0x(7,8)000001301.0b1(01..10,00)(00,01)0(1,0)1.0xD(8A,8B)C {
+# scom_data ;
+# 0x0000000000000194 ;
+#}
OpenPOWER on IntegriCloud