[coreboot] r833 - coreboot-v3/include/arch/x86

svn at coreboot.org svn at coreboot.org
Thu Aug 28 03:31:24 CEST 2008


Author: hailfinger
Date: 2008-08-28 03:31:24 +0200 (Thu, 28 Aug 2008)
New Revision: 833

Modified:
   coreboot-v3/include/arch/x86/amd_geodelx.h
Log:
Documentation improvement for sys_info.

Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006 at gmx.net>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006 at gmx.net>


Modified: coreboot-v3/include/arch/x86/amd_geodelx.h
===================================================================
--- coreboot-v3/include/arch/x86/amd_geodelx.h	2008-08-28 01:21:18 UTC (rev 832)
+++ coreboot-v3/include/arch/x86/amd_geodelx.h	2008-08-28 01:31:24 UTC (rev 833)
@@ -1262,8 +1262,8 @@
  * We're not using it yet on Geode. 
  * K8 requires it and, for future ports, we are going to require it. 
  * it's a useful placeholder for platform info that usually ends up 
- * scattered everywhere. On K8, it is initially stored at the base of stack
- * in cache-as-ram and then copied out once ram is started. 
+ * scattered everywhere. On K8, it is stored near the base of stack
+ * in the global variable struct.
  */
 struct sys_info {
 	int empty;





More information about the coreboot mailing list