[coreboot] Share my code of running vgabios(in CBFS) in seabios when rusume from s3.

Peter Stuge peter at stuge.se
Sat Jul 4 14:09:28 CEST 2009


Kevin O'Connor wrote:
> void
> s3_resume_vga_init()
> {
>     if (!CONFIG_S3_RESUME_VGA_INIT)
>         return;
>     struct rom_header *rom = (void*)OPTION_ROM_START;
>     if (! is_valid_rom(rom))
>         return;
>     callrom(rom, OPTION_ROM_INITVECTOR, 0);
> }

Would this remove the need for the acpi=s3_bios kernel parameter?

I guess this is doing the same thing?


//Peter




More information about the coreboot mailing list