summaryrefslogtreecommitdiffstats
path: root/src/usr/vpd
diff options
context:
space:
mode:
authorCorey Swenson <cswenson@us.ibm.com>2015-01-12 13:38:21 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2015-01-16 11:44:12 -0600
commit5412ba2270945edcfb23f60c34de01dccd44c098 (patch)
tree61426b1e0c97692a9d9274dc44f2b3c50de87c84 /src/usr/vpd
parent40bdceb3643cc691ef5caf0160abb48c834a9c4a (diff)
downloadtalos-hostboot-5412ba2270945edcfb23f60c34de01dccd44c098.tar.gz
talos-hostboot-5412ba2270945edcfb23f60c34de01dccd44c098.zip
Enabled PNOR flush after PNOR VPD write
Change-Id: I4008778488ab54a68feecac05bb475ccdc3a98f0 RTC: 117042 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/15093 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: PRACHI GUPTA <pragupta@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/vpd')
-rwxr-xr-xsrc/usr/vpd/vpd.C5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/usr/vpd/vpd.C b/src/usr/vpd/vpd.C
index af278b8cb..4be6eead6 100755
--- a/src/usr/vpd/vpd.C
+++ b/src/usr/vpd/vpd.C
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2013,2014 */
+/* Contributors Listed Below - COPYRIGHT 2013,2015 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -247,9 +247,7 @@ errlHndl_t writePNOR ( uint64_t i_byteAddr,
i_data,
i_numBytes );
- // @todo RTC:117042 - enable flush once PNOR writes supported
// Flush the page to make sure it gets to the PNOR
-#if 0
int rc = mm_remove_pages( FLUSH, (void*)addr, i_numBytes );
if( rc )
{
@@ -270,7 +268,6 @@ errlHndl_t writePNOR ( uint64_t i_byteAddr,
TO_UINT64(rc),
true /*Add HB Software Callout*/ );
}
-#endif
} while( 0 );
TRACSSCOMP( g_trac_vpd,
OpenPOWER on IntegriCloud