summaryrefslogtreecommitdiffstats
path: root/src/usr/pnor/sfcdd.C
diff options
context:
space:
mode:
authorcrgeddes <crgeddes@us.ibm.com>2016-07-18 11:26:38 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-07-22 10:20:07 -0400
commit88d2ce2f0d934044cb93cc77b95e0d8efc616ae3 (patch)
tree7a97ed4f62d56f3c1fbe48f7e0b08f5e7f3a71c2 /src/usr/pnor/sfcdd.C
parentc0053e8a52a447a26fcb81ea97855bd67d49c291 (diff)
downloadtalos-hostboot-88d2ce2f0d934044cb93cc77b95e0d8efc616ae3.tar.gz
talos-hostboot-88d2ce2f0d934044cb93cc77b95e0d8efc616ae3.zip
PNOR driver changes for 128MB support
Minimum set of changes to support a 128MB PNOR chip RTC: 154286 Change-Id: I0e4a5cf5aa06bfe6e8aef65be4ccc180d15a2d01 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/27143 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Martin Gloff <mgloff@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/pnor/sfcdd.C')
-rw-r--r--src/usr/pnor/sfcdd.C4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/usr/pnor/sfcdd.C b/src/usr/pnor/sfcdd.C
index 0aad547c1..5e01dbb27 100644
--- a/src/usr/pnor/sfcdd.C
+++ b/src/usr/pnor/sfcdd.C
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2014 */
+/* Contributors Listed Below - COPYRIGHT 2014,2016 */
/* [+] Google Inc. */
/* [+] International Business Machines Corp. */
/* */
@@ -41,6 +41,7 @@
#include <lpc/lpcif.H>
#include "sfcdd.H"
#include "norflash.H"
+#include "pnor_utils.H"
/*****************************************************************************/
@@ -73,6 +74,7 @@ SfcDD::SfcDD( errlHndl_t& o_err,
, iv_eraseSizeBytes(4*KILOBYTE) //default to 4KB blocks
{
o_err = NULL;
+ TRACFCOMP( g_trac_pnor, "LPC_SFC_MMIO_OFFSET=%.8X", PNOR::LPC_SFC_MMIO_OFFSET );
}
/**
OpenPOWER on IntegriCloud