summaryrefslogtreecommitdiffstats
path: root/src/occ_405/occ_service_codes.h
diff options
context:
space:
mode:
authorAndres Lugo-Reyes <aalugore@us.ibm.com>2017-03-13 13:00:54 -0500
committerWilliam A. Bryan <wilbryan@us.ibm.com>2017-04-27 13:32:40 -0400
commitc36fa46c1e2ab003f0b12c0e52ad7301b826ea38 (patch)
tree9214d75dacb0807e1ddcaf0651a201fbaa9b6837 /src/occ_405/occ_service_codes.h
parentf19200513b5c918bf9405616811280c4c8ae2c09 (diff)
downloadtalos-occ-c36fa46c1e2ab003f0b12c0e52ad7301b826ea38.tar.gz
talos-occ-c36fa46c1e2ab003f0b12c0e52ad7301b826ea38.zip
WOF: WOF header and OPPB updates
Change-Id: Ib7cdc81fef49707e9f78acc40ecb7218407b44ff RTC: 169955 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/37859 Reviewed-by: William A. Bryan <wilbryan@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Diffstat (limited to 'src/occ_405/occ_service_codes.h')
-rw-r--r--src/occ_405/occ_service_codes.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/occ_405/occ_service_codes.h b/src/occ_405/occ_service_codes.h
index 3945e72..4c6faf4 100644
--- a/src/occ_405/occ_service_codes.h
+++ b/src/occ_405/occ_service_codes.h
@@ -122,9 +122,10 @@ enum occReasonCode
WOF_VFRT_REQ_FAILURE = 0xD8,
WOF_DISABLED_RC = 0xD9,
- INVALID_MAGIC_NUMBER = 0xDA,
- DIVIDE_BY_ZERO_ERROR = 0xDB,
- INVALID_FREQUENCY = 0xDC,
+ WOF_VFRT_ALIGNMENT_ERROR = 0xDA,
+ INVALID_MAGIC_NUMBER = 0xDB,
+ DIVIDE_BY_ZERO_ERROR = 0xDC,
+ INVALID_FREQUENCY = 0xDD,
/// Success!
OCC_SUCCESS_REASON_CODE = 0xFF,
OpenPOWER on IntegriCloud