summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorMark Wenning <wenning@us.ibm.com>2012-12-17 07:23:11 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-01-07 17:07:26 -0600
commit4d6d36545a9a90c18fb7b14e5748e6cff82efa3a (patch)
tree268199cc4940320434f22ccf2038d4246c46553b /src/include
parenta910c05bf86fe77af38ea5af58c0d726aa2a4c9f (diff)
downloadtalos-hostboot-4d6d36545a9a90c18fb7b14e5748e6cff82efa3a.tar.gz
talos-hostboot-4d6d36545a9a90c18fb7b14e5748e6cff82efa3a.zip
Get realmem buffer for SLW output buffer
Change-Id: I0ac43ab3eaeb5dfb9edc626a5a41e553988ec926 RTC: 52972 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2736 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/usr/hwpf/istepreasoncodes.H47
-rw-r--r--src/include/usr/vmmconst.h10
2 files changed, 29 insertions, 28 deletions
diff --git a/src/include/usr/hwpf/istepreasoncodes.H b/src/include/usr/hwpf/istepreasoncodes.H
index 32e56e82c..c0901acbc 100644
--- a/src/include/usr/hwpf/istepreasoncodes.H
+++ b/src/include/usr/hwpf/istepreasoncodes.H
@@ -1,26 +1,25 @@
-/* IBM_PROLOG_BEGIN_TAG
- * This is an automatically generated prolog.
- *
- * $Source: src/include/usr/hwpf/istepreasoncodes.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 other-
- * wise divested of its trade secrets, irrespective of what has
- * been deposited with the U.S. Copyright Office.
- *
- * Origin: 30
- *
- * IBM_PROLOG_END_TAG
- */
+/* IBM_PROLOG_BEGIN_TAG */
+/* This is an automatically generated prolog. */
+/* */
+/* $Source: src/include/usr/hwpf/istepreasoncodes.H $ */
+/* */
+/* IBM CONFIDENTIAL */
+/* */
+/* COPYRIGHT International Business Machines Corp. 2012,2013 */
+/* */
+/* 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 */
/**
* @file istepreasoncodes.H
*
@@ -162,6 +161,8 @@ enum istepReasonCode
ISTEP_FABRIC_IO_DCCAL_ENDPOINT1_FAILED = ISTEP_COMP_ID | 0x24,
ISTEP_FABRIC_IO_DCCAL_ENDPOINT2_FAILED = ISTEP_COMP_ID | 0x25,
ISTEP_CUSTOMIZE_CHIP_REGIONS_FAILED = ISTEP_COMP_ID | 0x26,
+ ISTEP_GET_SLW_OUTPUT_BUFFER_FAILED = ISTEP_COMP_ID | 0x27,
+
}; // end ISTEP
}
diff --git a/src/include/usr/vmmconst.h b/src/include/usr/vmmconst.h
index d858ebbdb..c4a7e8bb8 100644
--- a/src/include/usr/vmmconst.h
+++ b/src/include/usr/vmmconst.h
@@ -5,7 +5,7 @@
/* */
/* IBM CONFIDENTIAL */
/* */
-/* COPYRIGHT International Business Machines Corp. 2011,2012 */
+/* COPYRIGHT International Business Machines Corp. 2011,2013 */
/* */
/* p1 */
/* */
@@ -107,11 +107,11 @@ enum BlockPriority
/** Page Size in bits per SLBE */
#define SLBE_b 12
-/** Hardwired pointer to output SLW image, temporary location */
+/** Hardwired pointer to output SLW image in real mem */
+/** 128M + 32M */
/** SLW image must be on 1M boundary */
-/** MAX image size is 512 K */
-#define OUTPUT_PORE_IMG_ADDR 0x400000
-#define MAX_OUTPUT_PORE_IMG_SIZE 512*1024
+#define OUTPUT_PORE_IMG_ADDR 128*MEGABYTE + 32*MEGABYTE
+#define MAX_OUTPUT_PORE_IMG_SIZE 4*MEGABYTE
/**
OpenPOWER on IntegriCloud