[coreboot] [v2] r4823 - trunk/coreboot-v2/src/cpu/amd/model_lx

svn at coreboot.org svn at coreboot.org
Thu Oct 22 18:59:33 CEST 2009


Author: stepan
Date: 2009-10-22 18:59:33 +0200 (Thu, 22 Oct 2009)
New Revision: 4823

Modified:
   trunk/coreboot-v2/src/cpu/amd/model_lx/vsmsetup.c
Log:
trivial: add note that VSA blob belongs into CBFS. 
Signed-off-by: Stefan Reinauer <stepan at coresystems.de>
Acked-by: Stefan Reinauer <stepan at coresystems.de>



Modified: trunk/coreboot-v2/src/cpu/amd/model_lx/vsmsetup.c
===================================================================
--- trunk/coreboot-v2/src/cpu/amd/model_lx/vsmsetup.c	2009-10-22 02:54:25 UTC (rev 4822)
+++ trunk/coreboot-v2/src/cpu/amd/model_lx/vsmsetup.c	2009-10-22 16:59:33 UTC (rev 4823)
@@ -291,6 +291,7 @@
 	 * much better parameterized
 	 */
 
+	// TODO this is a CBFS candidate
 	//VSA is cat onto the end after LB builds
 	rom = ((unsigned long)0) - (CONFIG_ROM_SIZE + 36 * 1024);
 	buf = (unsigned char *)VSA2_BUFFER;





More information about the coreboot mailing list