summaryrefslogtreecommitdiffstats
path: root/src/include/usr/hwpf
diff options
context:
space:
mode:
authorAdam Muhle <armuhle@us.ibm.com>2013-04-26 10:07:20 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-05-15 12:57:32 -0500
commit722ff9bff1f0d7830ef166822e32500accc421f9 (patch)
treea20c45f23d8433cf70cc73898177318b0da57d20 /src/include/usr/hwpf
parentcdf07e157ef6173e5b4d1f3f39556ffad2884d0e (diff)
downloadblackbird-hostboot-722ff9bff1f0d7830ef166822e32500accc421f9.tar.gz
blackbird-hostboot-722ff9bff1f0d7830ef166822e32500accc421f9.zip
AVP OCC Enable & Procedure Refresh
Refreshed OCC Procedures Enabled OCC in AVP mode for all processors Merged SLW and OCC to common HOMER image RTC:50987 Change-Id: I08d9128dfcb572367c145ee0296a48292584a480 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/4340 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/hwpf')
-rw-r--r--src/include/usr/hwpf/hwp/occ/occ.H13
-rw-r--r--src/include/usr/hwpf/hwpf_reasoncodes.H2
-rw-r--r--src/include/usr/hwpf/istepreasoncodes.H4
3 files changed, 12 insertions, 7 deletions
diff --git a/src/include/usr/hwpf/hwp/occ/occ.H b/src/include/usr/hwpf/hwp/occ/occ.H
index 3e77af1dd..3d1de46e0 100644
--- a/src/include/usr/hwpf/hwp/occ/occ.H
+++ b/src/include/usr/hwpf/hwp/occ/occ.H
@@ -23,11 +23,16 @@
#ifndef OCC_H_
#define OCC_H_
-namespace OCC {
+namespace HBOCC {
+
+ /**
+ * @brief Starts OCCs on all Processors in the node
+ * This is intended to be used for AVP testing.
+ *
+ * @return errlHndl_t Error log if OCC load failed
+ */
+ errlHndl_t loadnStartAllOccs();
- errlHndl_t loadnStartOcc(uint64_t i_homer_addr,
- uint64_t i_common_addr,
- TARGETING::Target* i_target);
} //end OCC namespace
diff --git a/src/include/usr/hwpf/hwpf_reasoncodes.H b/src/include/usr/hwpf/hwpf_reasoncodes.H
index bfd8b462c..7c6e14093 100644
--- a/src/include/usr/hwpf/hwpf_reasoncodes.H
+++ b/src/include/usr/hwpf/hwpf_reasoncodes.H
@@ -56,7 +56,7 @@ namespace fapi
MOD_GET_CACHE_DECONFIG = 0x11,
MOD_FAPI_GET_OTHER_SIDE_OF_MEM_CHANNEL = 0x12,
MOD_MBVPD_ACCESS = 0x13,
- MOD_OCC_LOAD_OCC_IMAGE_TO_HOMER = 0x14,
+ MOD_OCC_LOAD_START_ALL_OCCS = 0x14,
};
/**
diff --git a/src/include/usr/hwpf/istepreasoncodes.H b/src/include/usr/hwpf/istepreasoncodes.H
index 80116af90..8c409d266 100644
--- a/src/include/usr/hwpf/istepreasoncodes.H
+++ b/src/include/usr/hwpf/istepreasoncodes.H
@@ -167,8 +167,8 @@ enum istepReasonCode
ISTEP_FABRIC_IO_DCCAL_ENDPOINT1_FAILED = ISTEP_COMP_ID | 0x24,
ISTEP_FABRIC_IO_DCCAL_ENDPOINT2_FAILED = ISTEP_COMP_ID | 0x25,
ISTEP_CUSTOMIZE_CHIP_REGIONS_FAILED = ISTEP_COMP_ID | 0x26,
- ISTEP_GET_SLW_OUTPUT_BUFFER_FAILED = ISTEP_COMP_ID | 0x27,
- ISTEP_GET_SLW_REALMEM_FAILED = ISTEP_COMP_ID | 0x28,
+ ISTEP_MMIO_UNMAP_ERR = ISTEP_COMP_ID | 0x27,
+ /** 0x28 - available */
ISTEP_CEN_REC_ATTN_FAILED = ISTEP_COMP_ID | 0x29,
ISTEP_PROC_REC_ATTN_FAILED = ISTEP_COMP_ID | 0x2A,
ISTEP_PROC_XBUS_SCOMINIT_FAILED = ISTEP_COMP_ID | 0x2B,
OpenPOWER on IntegriCloud