* [EMAIL PROTECTED] <[EMAIL PROTECTED]> [060506 04:54]:
> Modified:
> trunk/LinuxBIOSv2/src/cpu/amd/model_gx2/vsmsetup.c
> Log:
> Use a real variable to configure rom base for vsa ...
>
>
> Modified: trunk/LinuxBIOSv2/src/cpu/amd/model_gx2/vsmsetup.c
> ===================================================================
> --- trunk/LinuxBIOSv2/src/cpu/amd/model_gx2/vsmsetup.c 2006-05-06
> 02:35:08 UTC (rev 2300)
> +++ trunk/LinuxBIOSv2/src/cpu/amd/model_gx2/vsmsetup.c 2006-05-06
> 02:54:45 UTC (rev 2301)
> + //rom = 0xfffc0000;
> + /* the VSA starts at the base of rom - 128k */
> + rom = ((unsigned long) 0) - (ROM_SIZE + 128*1024);
dumb question:
Since this is in the CPU code and not motherboard specific, should this
be a config variable, in case someone uses different VSMs? Or are they
always 128k?
Stefan
--
coresystems GmbH • Brahmsstr. 16 • D-79104 Freiburg i. Br.
Tel.: +49 761 7668825 • Fax: +49 761 7664613
Email: [EMAIL PROTECTED] • http://www.coresystems.de/
--
linuxbios mailing list
[email protected]
http://www.openbios.org/mailman/listinfo/linuxbios