From 26eb33faca6b22028c52c74d7cc55ef536028061 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Thu, 22 Oct 2009 16:59:33 +0000 Subject: trivial: add note that VSA blob belongs into CBFS. Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4823 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/cpu/amd/model_lx/vsmsetup.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/cpu/amd/model_lx/vsmsetup.c b/src/cpu/amd/model_lx/vsmsetup.c index 314cf23e8b..c98fc0a7b0 100644 --- a/src/cpu/amd/model_lx/vsmsetup.c +++ b/src/cpu/amd/model_lx/vsmsetup.c @@ -291,6 +291,7 @@ void do_vsmbios(void) * 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; -- cgit v1.2.3