summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorSWATHI M. BHATTIPROLU <bhmadhur@in.ibm.com>2018-04-09 01:12:37 -0400
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-04-09 09:41:07 -0400
commit52d15635dfc7a71cfc27dede57466c08a68b2e95 (patch)
treee95b5b69202be9182061c135f55aab8aebb9878d /src/include
parentdb62cb5a72b80231b605ff13850bde4fb26e3786 (diff)
downloadtalos-hostboot-52d15635dfc7a71cfc27dede57466c08a68b2e95.tar.gz
talos-hostboot-52d15635dfc7a71cfc27dede57466c08a68b2e95.zip
Revert "Verify frequency attributes across nodes"
This reverts commit 571e1d84dfe50aaa674aa7e33abb75868b432d78. Change-Id: I8720246ef94be07ce0a37151b7209c8080320d59 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/56933 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/usr/hwas/common/hwasCallout.H6
-rw-r--r--src/include/usr/isteps/istep_reasoncodes.H8
-rw-r--r--src/include/usr/mbox/ipc_msg_types.H2
-rw-r--r--src/include/usr/mbox/mbox_queues.H3
4 files changed, 1 insertions, 18 deletions
diff --git a/src/include/usr/hwas/common/hwasCallout.H b/src/include/usr/hwas/common/hwasCallout.H
index 840323657..c5fbf2f21 100644
--- a/src/include/usr/hwas/common/hwasCallout.H
+++ b/src/include/usr/hwas/common/hwasCallout.H
@@ -61,12 +61,6 @@ typedef enum {
GARD_Void = 0xFF
} GARD_ErrorType;
-enum ErrorCategory {
- ERR_CATEGORY_INVALID_SERIAL = 0x01,
- ERR_CATEGORY_INVALID_PART = 0x02,
-
-};
-
// from src/epub/fsp/epub_service_codes.H v1.24.24.4
// - Any additions should be added to FipS code first
diff --git a/src/include/usr/isteps/istep_reasoncodes.H b/src/include/usr/isteps/istep_reasoncodes.H
index 646c58c54..616ac7617 100644
--- a/src/include/usr/isteps/istep_reasoncodes.H
+++ b/src/include/usr/isteps/istep_reasoncodes.H
@@ -60,7 +60,6 @@ namespace ISTEP
MOD_SET_IPL_PARMS = 0x1D,
MOD_OCC_XSTOP_HANDLER = 0x1E,
MOD_VERIFY_AND_MOVE_PAYLOAD = 0x1F,
- MOD_FREQ_ATTR_DATA = 0x20,
};
/**
@@ -115,13 +114,6 @@ namespace ISTEP
RC_P9N_DD1_NOT_SUPPORTED = ISTEP_COMP_ID | 0x35,
RC_PREVENT_REBOOT_IN_MFG_TERM_MODE = ISTEP_COMP_ID | 0x36,
RC_FAILED_WRITE_SPR = ISTEP_COMP_ID | 0x37,
- RC_FREQ_ATTR_TIMER_EXPIRED = ISTEP_COMP_ID | 0x38,
- RC_FREQ_ATTR_TIMER_THREAD_FAIL = ISTEP_COMP_ID | 0x39,
- RC_FLOOR_FREQ_MISMATCH = ISTEP_COMP_ID | 0x40,
- RC_CEIL_FREQ_MISMATCH = ISTEP_COMP_ID | 0x41,
- RC_TURBO_FREQ_MISMATCH = ISTEP_COMP_ID | 0x42,
- RC_ULTRA_TURBO_FREQ_MISMATCH = ISTEP_COMP_ID | 0x43,
- RC_NEST_FREQ_MISMATCH = ISTEP_COMP_ID | 0x44,
};
};
diff --git a/src/include/usr/mbox/ipc_msg_types.H b/src/include/usr/mbox/ipc_msg_types.H
index 59582fa9f..6a907ed8d 100644
--- a/src/include/usr/mbox/ipc_msg_types.H
+++ b/src/include/usr/mbox/ipc_msg_types.H
@@ -40,8 +40,6 @@ namespace IPC
IPC_QUERY_CHIPINFO,
IPC_SET_SBE_CHIPINFO,
IPC_CLOSE_TCES,
- IPC_FREQ_ATTR_DATA, // frequency attribute data from master to other drawers
-
IPC_POPULATE_TPM_INFO_BY_NODE,
};
diff --git a/src/include/usr/mbox/mbox_queues.H b/src/include/usr/mbox/mbox_queues.H
index d431099ef..df153092c 100644
--- a/src/include/usr/mbox/mbox_queues.H
+++ b/src/include/usr/mbox/mbox_queues.H
@@ -55,8 +55,7 @@ namespace MBOX
HB_COALESCE_MSGQ = 11, //host_coalesce response
HB_SBE_SYSCONFIG_MSGQ = 12, //For SBE System Config response
HB_CLOSE_TCES_MSGQ = 13, // close/disable TCEs
- HB_FREQ_ATTR_DATA_MSGQ = 14, // freq attributes data from master to all other drawers
- HB_POP_TPM_INFO_MSGQ = 15, // response to populate TPM info by node
+ HB_POP_TPM_INFO_MSGQ = 14, // response to populate TPM info by node
// Add HB mbox msg queue ids (services) before this line
HB_LAST_VALID_MSGQ, // end of valid HB mbox msgQ ids
OpenPOWER on IntegriCloud