[coreboot] [commit] r4980 - trunk/documentation

svn at coreboot.org svn at coreboot.org
Thu Dec 17 10:42:31 CET 2009


Author: stepan
Date: 2009-12-17 10:42:30 +0100 (Thu, 17 Dec 2009)
New Revision: 4980

Modified:
   trunk/documentation/cbfs.txt
Log:
minor bug in the cbfs documentation (trivial)

Signed-off-by: Stefan Reinauer <stepan at coresystems.de>
Acked-by: Stefan Reinauer <stepan at coresystems.de>



Modified: trunk/documentation/cbfs.txt
===================================================================
--- trunk/documentation/cbfs.txt	2009-12-16 19:48:45 UTC (rev 4979)
+++ trunk/documentation/cbfs.txt	2009-12-17 09:42:30 UTC (rev 4980)
@@ -135,7 +135,7 @@
 as host based utilities to create and manage the ROM.  The master header
 will be located somewhere within the bootblock (last 20k of the ROM).  A
 pointer to the location of the header will be located at offset
--12 from the end of the ROM.  This translates to address 0xFFFFFFF4 on a
+-4 from the end of the ROM.  This translates to address 0xFFFFFFFC on a
 normal x86 system.  The pointer will be to physical memory somewhere
 between - 0xFFFFB000 and 0xFFFFFFF0.  This makes it easier for coreboot
 to locate the header at run time.  Build time utilities will





More information about the coreboot mailing list