From 6a6243fc44197c1fc1b4e9fd16a3bd1f08819b1e Mon Sep 17 00:00:00 2001 From: Thi Tran Date: Wed, 23 Apr 2014 09:11:57 -0500 Subject: 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 Tested-by: Thi N. Tran Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/10709 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell Reviewed-by: A. Patrick Williams III --- src/usr/hwpf/hwp/occ/occ_procedures/p8_occ_control.H | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/usr/hwpf/hwp/occ/occ_procedures/p8_occ_control.H') 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; -- cgit v1.2.1