summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThi Tran <thi@us.ibm.com>2014-01-21 15:32:31 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-01-23 21:01:54 -0600
commitf1b5af8bb87276b7952d9d50f31a8d51a0c7a815 (patch)
treea8ca20b6b3a5aaf598e1c8ddb2438a9027ea7d42
parent72e76ac3ca5449706cbc1ef396ebb0ddc4541bae (diff)
downloadtalos-hostboot-f1b5af8bb87276b7952d9d50f31a8d51a0c7a815.tar.gz
talos-hostboot-f1b5af8bb87276b7952d9d50f31a8d51a0c7a815.zip
INITPROC: Hostboot SW241762 HWP update week 01/14/2014
Change-Id: Ib9683bcf52a7fe8bdb25f56515b67c15d8336735 CQ:SW241762 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/8208 Tested-by: Jenkins Server Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
-rw-r--r--src/usr/hwpf/hwp/build_winkle_images/p8_slw_build/p8_pore_table_gen_api.H6
-rw-r--r--src/usr/hwpf/hwp/build_winkle_images/p8_slw_build/pore_inline_assembler.c13
2 files changed, 11 insertions, 8 deletions
diff --git a/src/usr/hwpf/hwp/build_winkle_images/p8_slw_build/p8_pore_table_gen_api.H b/src/usr/hwpf/hwp/build_winkle_images/p8_slw_build/p8_pore_table_gen_api.H
index 679b2119a..f876c6ace 100644
--- a/src/usr/hwpf/hwp/build_winkle_images/p8_slw_build/p8_pore_table_gen_api.H
+++ b/src/usr/hwpf/hwp/build_winkle_images/p8_slw_build/p8_pore_table_gen_api.H
@@ -5,7 +5,7 @@
/* */
/* IBM CONFIDENTIAL */
/* */
-/* COPYRIGHT International Business Machines Corp. 2012,2013 */
+/* COPYRIGHT International Business Machines Corp. 2012,2014 */
/* */
/* p1 */
/* */
@@ -20,7 +20,7 @@
/* Origin: 30 */
/* */
/* IBM_PROLOG_END_TAG */
-// $Id: p8_pore_table_gen_api.H,v 1.22 2013/12/03 05:43:33 cmolsen Exp $
+// $Id: p8_pore_table_gen_api.H,v 1.23 2014/01/06 13:53:19 cmolsen Exp $
/*------------------------------------------------------------------------------*/
/* *! (C) Copyright International Business Machines Corp. 2012 */
/* *! All Rights Reserved -- Property of IBM */
@@ -282,7 +282,7 @@ enum {
#define FIXED_SLW_SECTION_SIZE (SLW_TABLE_SIZE_ALL/128+(SLW_TABLE_SIZE_ALL%128+127)/128)*128
// FFDC section size (Ensure 128-byte alignment.)
-#define FIXED_FFDC_SECTION_SIZE 256*(SLW_MAX_CORES+1)
+#define FIXED_FFDC_SECTION_SIZE 640*(SLW_MAX_CORES+1)
// SCOM/CID masks and ranges
#define P8_CID_EX_LOW 0x10 // Lowest EX chiplet addr
diff --git a/src/usr/hwpf/hwp/build_winkle_images/p8_slw_build/pore_inline_assembler.c b/src/usr/hwpf/hwp/build_winkle_images/p8_slw_build/pore_inline_assembler.c
index 3e08d4da1..b8de01b49 100644
--- a/src/usr/hwpf/hwp/build_winkle_images/p8_slw_build/pore_inline_assembler.c
+++ b/src/usr/hwpf/hwp/build_winkle_images/p8_slw_build/pore_inline_assembler.c
@@ -5,7 +5,7 @@
/* */
/* IBM CONFIDENTIAL */
/* */
-/* COPYRIGHT International Business Machines Corp. 2012,2013 */
+/* COPYRIGHT International Business Machines Corp. 2012,2014 */
/* */
/* p1 */
/* */
@@ -20,7 +20,13 @@
/* Origin: 30 */
/* */
/* IBM_PROLOG_END_TAG */
-// $Id: pore_inline_assembler.c,v 1.21 2013/11/20 14:06:40 bcbrock Exp $
+// $Id: pore_inline_assembler.c,v 1.22 2013/12/11 00:11:14 bcbrock Exp $
+// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/pore_inline_assembler.c,v $
+//-----------------------------------------------------------------------------
+// *! (C) Copyright International Business Machines Corp. 2013
+// *! All Rights Reserved -- Property of IBM
+// *! *** IBM Confidential ***
+//-----------------------------------------------------------------------------
// ** WARNING : This file is maintained as part of the OCC firmware. Do **
// ** not edit this file in the PMX area or the hardware procedure area **
@@ -368,9 +374,6 @@
/// section will be disassembled as data. For complete information see the
/// documentation for pore_inline_disassemble().
-#ifdef PPC_HYP
-#include <HvPlicModule.H>
-#endif
#define __PORE_INLINE_ASSEMBLER_C__
#include "pore_inline.h"
OpenPOWER on IntegriCloud