summaryrefslogtreecommitdiffstats
path: root/src/usr/pnor/sfc_fake.C
diff options
context:
space:
mode:
authorMarty Gloff <mgloff@us.ibm.com>2015-07-20 10:17:22 -0500
committerPatrick Williams <iawillia@us.ibm.com>2015-12-11 14:01:19 -0600
commit3187da27c464de6422ecb1bc12a085fc5b31f610 (patch)
tree6f428e9c8fa95fa1fb7255b8fe87fc15d1c58438 /src/usr/pnor/sfc_fake.C
parent47aef30b4dd8cc9f6d8e05cbe8a7be0c0b7cd24b (diff)
downloadtalos-hostboot-3187da27c464de6422ecb1bc12a085fc5b31f610.tar.gz
talos-hostboot-3187da27c464de6422ecb1bc12a085fc5b31f610.zip
P9 - FakePNOR scripts for Nimbus simics
Tools/scripts to support a fake pnor configuration in Simics. Change-Id: Idf060cbfb589f3ccabde96d56bbe84b6cc9902a9 RTC:127337 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/19176 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Christian Geddes <crgeddes@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/pnor/sfc_fake.C')
-rw-r--r--src/usr/pnor/sfc_fake.C6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/pnor/sfc_fake.C b/src/usr/pnor/sfc_fake.C
index 9071043a2..5f02214f5 100644
--- a/src/usr/pnor/sfc_fake.C
+++ b/src/usr/pnor/sfc_fake.C
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2014 */
+/* Contributors Listed Below - COPYRIGHT 2014,2015 */
/* [+] Google Inc. */
/* [+] International Business Machines Corp. */
/* */
@@ -47,9 +47,9 @@
// C o n s t a n t s
/*****************************************************************************/
-// By default we well use the top of the cache 4MB-8MB
+// By default we will use the top of the cache 4MB-10MB
#define FAKE_PNOR_START (4*MEGABYTE)
-#define FAKE_PNOR_END (8*MEGABYTE)
+#define FAKE_PNOR_END (10*MEGABYTE)
#define FAKE_PNOR_SIZE (FAKE_PNOR_END-FAKE_PNOR_START)
OpenPOWER on IntegriCloud