summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/core_activate/proc_prep_master_winkle
diff options
context:
space:
mode:
authorMark Wenning <wenning@us.ibm.com>2012-11-16 15:15:29 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-12-03 17:06:47 -0600
commit6f6bbb932e0c1db75af926e5870a658eaad1a420 (patch)
treeec827ab5f59519f81ecc7d8ebaa580ec19b53e95 /src/usr/hwpf/hwp/core_activate/proc_prep_master_winkle
parent081bc55d54bffba5f1bb660d7757e5a13a6ea771 (diff)
downloadtalos-hostboot-6f6bbb932e0c1db75af926e5870a658eaad1a420.tar.gz
talos-hostboot-6f6bbb932e0c1db75af926e5870a658eaad1a420.zip
Fix proc_check_slave_sbe_seeprom_complete
This hwp checks the state of the SBE's attached to SLAVE processors. Thus the target that is passed should be every proc in the system EXCEPT the master. Modifed the framework loop to do this. Change-Id: I75c8ae2d22ce21a051cb94278ed59c7858fd81d3 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2405 Tested-by: Jenkins Server Reviewed-by: Van H. Lee <vanlee@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/hwp/core_activate/proc_prep_master_winkle')
-rw-r--r--src/usr/hwpf/hwp/core_activate/proc_prep_master_winkle/sbe_vital.H40
1 files changed, 0 insertions, 40 deletions
diff --git a/src/usr/hwpf/hwp/core_activate/proc_prep_master_winkle/sbe_vital.H b/src/usr/hwpf/hwp/core_activate/proc_prep_master_winkle/sbe_vital.H
deleted file mode 100644
index 1289c02b3..000000000
--- a/src/usr/hwpf/hwp/core_activate/proc_prep_master_winkle/sbe_vital.H
+++ /dev/null
@@ -1,40 +0,0 @@
-/* IBM_PROLOG_BEGIN_TAG */
-/* This is an automatically generated prolog. */
-/* */
-/* $Source: src/usr/hwpf/hwp/core_activate/proc_prep_master_winkle/sbe_vital.H $ */
-/* */
-/* IBM CONFIDENTIAL */
-/* */
-/* COPYRIGHT International Business Machines Corp. 2012 */
-/* */
-/* p1 */
-/* */
-/* Object Code Only (OCO) source materials */
-/* Licensed Internal Code Source Materials */
-/* IBM HostBoot Licensed Internal Code */
-/* */
-/* The source code for this program is not published or otherwise */
-/* divested of its trade secrets, irrespective of what has been */
-/* deposited with the U.S. Copyright Office. */
-/* */
-/* Origin: 30 */
-/* */
-/* IBM_PROLOG_END_TAG */
-// $Id: sbe_vital.H,v 1.1 2012/09/10 20:51:30 jeshua Exp $
-
-/// Bit locations and lengths of the fields in the SBE vital register
-
-#ifndef __SBE_VITAL_H
-#define __SBE_VITAL_H
-
-#include "fapi_sbe_common.H"
-
-CONST_UINT8_T(HALT_CODE_BIT_POSITION, ULL(12));
-CONST_UINT8_T(HALT_CODE_BIT_LENGTH, ULL(4));
-CONST_UINT8_T(ISTEP_NUM_BIT_POSITION, ULL(16));
-CONST_UINT8_T(ISTEP_NUM_BIT_LENGTH, ULL(12));
-CONST_UINT8_T(SUBSTEP_NUM_BIT_POSITION, ULL(28));
-CONST_UINT8_T(SUBSTEP_NUM_BIT_LENGTH, ULL(4));
-
-
-#endif // __SBE_VITAL_H
OpenPOWER on IntegriCloud