summaryrefslogtreecommitdiffstats
path: root/src/include/usr
diff options
context:
space:
mode:
authorBrian Horton <brianh@linux.ibm.com>2013-09-24 15:30:47 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-10-03 11:37:15 -0500
commit2c4adbce46a0d2c88df5f01d21b2b4ce9fd96668 (patch)
tree5e74a5ffb3a739731edf17f0fe8787cf6a090295 /src/include/usr
parentae03dc12f7eada2ff3766c3f8f3a3e761d1e8dbe (diff)
downloadtalos-hostboot-2c4adbce46a0d2c88df5f01d21b2b4ce9fd96668.tar.gz
talos-hostboot-2c4adbce46a0d2c88df5f01d21b2b4ce9fd96668.zip
Correct SRC byte in errlog.
Change-Id: I0c8dc21b0d77e98742391663bede304c483ac4d7 RTC: 86183 CQ: SW225885 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6342 Tested-by: Jenkins Server Reviewed-by: Donald E. Dahle <dedahle@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr')
-rw-r--r--src/include/usr/errl/hberrltypes.H14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/include/usr/errl/hberrltypes.H b/src/include/usr/errl/hberrltypes.H
index 78e01dba0..3c0611366 100644
--- a/src/include/usr/errl/hberrltypes.H
+++ b/src/include/usr/errl/hberrltypes.H
@@ -511,20 +511,20 @@ typedef struct pelsrcsection
uint8_t wordcount; // usually 9
uint16_t reserved1; // usually 0, but I put reasonCode here
uint16_t srcLength; // usually 72
- // "Hex word 2" is the legacy nomenclature. p. 71.
- // Low byte of this word is SRC format 0xF0.
+ // "Hex word 2"
+ // Low byte of this word is SRC format 0xE0.
uint32_t word2;
- // "Hex word 3" p. 71
+ // "Hex word 3"
uint16_t word3;
uint8_t moduleId;
uint8_t reserved2;
- // "Hex word 4" p. 71 last progress code
+ // "Hex word 4" last progress code
uint32_t word4;
- // "Hex word 5" p. 72 error status flags, etc.
+ // "Hex word 5" error status flags, etc.
uint32_t word5;
- // "Hex word 6-7" p. 72 optional, iv_user1
+ // "Hex word 6-7" optional, iv_user1
uint64_t word6;
- // "Hex word 8-9" p. 72 optional, iv_user2
+ // "Hex word 8-9" optional, iv_user2
uint64_t word8;
char srcString[32];
} __attribute__((packed)) pelSRCSection_t;
OpenPOWER on IntegriCloud