From 890ee09a3224f1cfc832f7c8f03e6c2f076aeb20 Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Thu, 8 Jun 2006 14:19:49 +0000 Subject: further development of OLPC. Set vsm size to 35k. add PCI IRQ for USB. Set linuxbios size to 28k. Drop debug level to 8. git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2315 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/cpu/amd/model_gx2/vsmsetup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cpu/amd/model_gx2/vsmsetup.c') diff --git a/src/cpu/amd/model_gx2/vsmsetup.c b/src/cpu/amd/model_gx2/vsmsetup.c index 4b35ad570f..cd734f6fdb 100644 --- a/src/cpu/amd/model_gx2/vsmsetup.c +++ b/src/cpu/amd/model_gx2/vsmsetup.c @@ -353,7 +353,7 @@ void do_vsmbios(void) //rom = 0xfff80000; //rom = 0xfffc0000; /* the VSA starts at the base of rom - 64 */ - rom = ((unsigned long) 0) - (ROM_SIZE + 64*1024); + rom = ((unsigned long) 0) - (ROM_SIZE + 35*1024); buf = (unsigned char *) 0x60000; unrv2b((uint8_t *)rom, buf); -- cgit v1.2.3