summaryrefslogtreecommitdiffstats
path: root/src/common
diff options
context:
space:
mode:
authormbroyles <mbroyles@us.ibm.com>2017-02-07 11:48:21 -0600
committerMartha Broyles <mbroyles@us.ibm.com>2017-02-14 12:39:40 -0500
commit3efbd9ee6aa3547e856c72f37f7e734000c89b56 (patch)
tree101938b2af86a88db62508d825bd545e261073c4 /src/common
parent5f3814b53d0262bf5be162b89f7aaca3b014dcec (diff)
downloadtalos-occ-3efbd9ee6aa3547e856c72f37f7e734000c89b56.tar.gz
talos-occ-3efbd9ee6aa3547e856c72f37f7e734000c89b56.zip
Infrastructure for 24x7 data collection
Change-Id: I16277d8290f65ba489da1421783f3705be7281f4 RTC: 168729 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/36043 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Christopher J. Cain <cjcain@us.ibm.com> Reviewed-by: William A. Bryan <wilbryan@us.ibm.com> Reviewed-by: Martha Broyles <mbroyles@us.ibm.com>
Diffstat (limited to 'src/common')
-rw-r--r--src/common/gpe_24x7_structs.h46
-rw-r--r--src/common/ipc_func_ids.h5
2 files changed, 49 insertions, 2 deletions
diff --git a/src/common/gpe_24x7_structs.h b/src/common/gpe_24x7_structs.h
new file mode 100644
index 0000000..9b8716a
--- /dev/null
+++ b/src/common/gpe_24x7_structs.h
@@ -0,0 +1,46 @@
+/* IBM_PROLOG_BEGIN_TAG */
+/* This is an automatically generated prolog. */
+/* */
+/* $Source: src/common/gpe_24x7_structs.h $ */
+/* */
+/* OpenPOWER OnChipController Project */
+/* */
+/* Contributors Listed Below - COPYRIGHT 2016,2017 */
+/* [+] International Business Machines Corp. */
+/* */
+/* */
+/* Licensed under the Apache License, Version 2.0 (the "License"); */
+/* you may not use this file except in compliance with the License. */
+/* You may obtain a copy of the License at */
+/* */
+/* http://www.apache.org/licenses/LICENSE-2.0 */
+/* */
+/* Unless required by applicable law or agreed to in writing, software */
+/* distributed under the License is distributed on an "AS IS" BASIS, */
+/* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or */
+/* implied. See the License for the specific language governing */
+/* permissions and limitations under the License. */
+/* */
+/* IBM_PROLOG_END_TAG */
+
+/* This header file is used by both occ_405 and occ_gpe1. */
+/* Contains common structures and globals. */
+
+#ifndef _GPE_24X7_STRUCTS_H
+#define _GPE_24X7_STRUCTS_H
+
+#include <gpe_export.h>
+#include "gpe_err.h"
+
+
+// 24x7 collection arguments (GPE1)
+typedef struct
+{
+ GpeErrorStruct error;
+ uint8_t numTicksPassed;
+} gpe_24x7_args_t;
+
+// Number of "states" 24x7 collection code is broken up into
+#define MAX_24x7_STATES 16
+
+#endif // _GPE_24X7_STRUCTS_H
diff --git a/src/common/ipc_func_ids.h b/src/common/ipc_func_ids.h
index da2285e..6d732d8 100644
--- a/src/common/ipc_func_ids.h
+++ b/src/common/ipc_func_ids.h
@@ -1,11 +1,11 @@
/* IBM_PROLOG_BEGIN_TAG */
/* This is an automatically generated prolog. */
/* */
-/* $Source: src/ipc_func_ids.h $ */
+/* $Source: src/common/ipc_func_ids.h $ */
/* */
/* OpenPOWER OnChipController Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2015,2016 */
+/* Contributors Listed Below - COPYRIGHT 2015,2017 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -68,6 +68,7 @@ IPC_FUNCIDS_TABLE_START
IPC_FUNC_ID(IPC_ST_DIMM_CONTROL_FUNCID)
IPC_FUNC_ID(IPC_ST_GPE1_NOP)
IPC_FUNC_ID(IPC_ST_RESET_MEM_DEADMAN)
+ IPC_FUNC_ID(IPC_ST_24_X_7_FUNCID)
IPC_FUNCIDS_ST_END(OCCHW_INST_ID_GPE1)
//Functions that are only supported by GPE2 should be defined here
OpenPOWER on IntegriCloud