summaryrefslogtreecommitdiffstats
path: root/src/include/sys
diff options
context:
space:
mode:
authorMike Baiocchi <baiocchi@us.ibm.com>2013-09-20 14:47:15 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-10-28 12:21:53 -0500
commita094332bbe8807c8f24aeb79f34be063845cea10 (patch)
tree7b05b516287bd27d971ee8404a980bfad311ac2b /src/include/sys
parent7b8d4a482ca2d110f3bf67b7a8e1bed758318420 (diff)
downloadtalos-hostboot-a094332bbe8807c8f24aeb79f34be063845cea10.tar.gz
talos-hostboot-a094332bbe8807c8f24aeb79f34be063845cea10.zip
Initial Support for Updating SBE SEEPROM
This initial commit will be used to create the new SBE directories and files. It also supports the usr functions to find and copy SBE PNOR images. NOTE: It will not enable Updating SBE SEEPROMs in the IPL. Change-Id: I3f545a134493c7595ce50fd885478bbe606de472 RTC: 47032 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6311 Tested-by: Jenkins Server Reviewed-by: ADAM R. MUHLE <armuhle@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/sys')
-rw-r--r--src/include/sys/mm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/sys/mm.h b/src/include/sys/mm.h
index 38272c684..980918238 100644
--- a/src/include/sys/mm.h
+++ b/src/include/sys/mm.h
@@ -154,7 +154,7 @@ void mm_icache_invalidate(void * i_addr, size_t i_cpu_word_count);
*
* @param[in] i_vaddr - Virtual address to translate
*
- * @return uint64_t - 0 if there is no associated address,
+ * @return uint64_t - -EFAULT if there is no associated address,
* physical address otherwise
*/
uint64_t mm_virt_to_phys( void* i_vaddr );
OpenPOWER on IntegriCloud