summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/occ/occ_procedures/p8_occ_control.H
diff options
context:
space:
mode:
authorThi Tran <thi@us.ibm.com>2014-04-23 09:11:57 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-04-25 16:00:49 -0500
commit6a6243fc44197c1fc1b4e9fd16a3bd1f08819b1e (patch)
tree99a205d22859d7ad40f9940d04a0b19cb961bd17 /src/usr/hwpf/hwp/occ/occ_procedures/p8_occ_control.H
parent7063cf778756a511f5ef3903ba0d627cb34cd666 (diff)
downloadtalos-hostboot-6a6243fc44197c1fc1b4e9fd16a3bd1f08819b1e.tar.gz
talos-hostboot-6a6243fc44197c1fc1b4e9fd16a3bd1f08819b1e.zip
SW258179: INITPROC: Hostboot - Changes for SW255563
Change-Id: Ia974512e50d68e43b9880cc9600c5eba3b712fc3 CQ:SW258179 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/10689 Reviewed-by: Thi N. Tran <thi@us.ibm.com> Tested-by: Thi N. Tran <thi@us.ibm.com> Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/10709 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/hwp/occ/occ_procedures/p8_occ_control.H')
-rwxr-xr-xsrc/usr/hwpf/hwp/occ/occ_procedures/p8_occ_control.H7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/usr/hwpf/hwp/occ/occ_procedures/p8_occ_control.H b/src/usr/hwpf/hwp/occ/occ_procedures/p8_occ_control.H
index 38183828e..72454c859 100755
--- a/src/usr/hwpf/hwp/occ/occ_procedures/p8_occ_control.H
+++ b/src/usr/hwpf/hwp/occ/occ_procedures/p8_occ_control.H
@@ -5,7 +5,7 @@
/* */
/* IBM CONFIDENTIAL */
/* */
-/* COPYRIGHT International Business Machines Corp. 2013 */
+/* COPYRIGHT International Business Machines Corp. 2013,2014 */
/* */
/* p1 */
/* */
@@ -20,7 +20,7 @@
/* Origin: 30 */
/* */
/* IBM_PROLOG_END_TAG */
-// $Id: p8_occ_control.H,v 1.3 2013/01/08 13:52:08 jimyac Exp $
+// $Id: p8_occ_control.H,v 1.4 2014/04/21 14:27:53 bcbrock Exp $
// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/ipl/fapi/p8_occ_control.H,v $
#ifndef _P8_OCC_CONTROL_H_
#define _P8_OCC_CONTROL_H_
@@ -47,6 +47,9 @@ fapi::ReturnCode p8_occ_control(const fapi::Target& i_target,
const uint8_t PPC405_RESET_NULL = 0x00;
const uint8_t PPC405_RESET_OFF = 0x01;
const uint8_t PPC405_RESET_ON = 0x02;
+const uint8_t PPC405_HALT_OFF = 0x03;
+const uint8_t PPC405_HALT_ON = 0x04;
+const uint8_t PPC405_RESET_SEQUENCE = 0x05;
const uint8_t PPC405_BOOT_NULL = 0x00;
const uint8_t PPC405_BOOT_SRAM = 0x01;
OpenPOWER on IntegriCloud