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 <[email protected]>
Acked-by: Stefan Reinauer <[email protected]>



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;


-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to