[coreboot] [patch] fix intel 82810 onboard VGA and SDRAM functions

Joseph Smith joe at settoplinux.org
Wed May 13 15:51:29 CEST 2009


Ok, I get your point Myles.

I did do it a little different on the i830. I just added an extra variable
so if CONFIG_VIDEO_MB is 0 it doesn't really do anything. Then it subtracts
from tomk afterwards, like this:

int igd_memory = 0;

if (CONFIG_VIDEO_MB == 512) {
	igd_memory = (CONFIG_VIDEO_MB);
} else {
	igd_memory = (CONFIG_VIDEO_MB * 1024);
}

tomk -= igd_memory;

Elia I think this would work nicely for you.

-- 
Thanks,
Joseph Smith
Set-Top-Linux
www.settoplinux.org





More information about the coreboot mailing list