[LinuxBIOS] [PATCH] Make GX1 video memory size configurable

Juergen Beisert juergen127 at kreuzholzen.de
Sun Oct 7 14:28:49 CEST 2007


On Sunday 07 October 2007 12:43, Peter Stuge wrote:
> On Sat, Oct 06, 2007 at 10:12:37PM +0200, Juergen Beisert wrote:
> > -		tomk -= FRAMEBUFFERK;
> > +		tomk -= CONFIG_VIDEO_MB * 1024;
>
> Does this option already exist? If so:

take a look into src/config/Options.lb, line 1013:

[...]
define CONFIG_VIDEO_MB
        default none
        export used
        comment "Integrated graphics with UMA has dynamic setup"
end
[...]

Or is this option to be used in a different way?

Juergen




More information about the coreboot mailing list