Re: [Linux-fbdev-devel] Re: Generic VESA framebuffer driver and Videocard BOOT?

From: Richard Smith
Date: Thu Oct 21 2004 - 15:52:11 EST


Kendall Bennett wrote:

One more question: Does 0xc0000 POST method work even on
notebooks? On regular machines, PCI card must have normal bios and
stuff is easy. On notebooks there was talk about "integrated bios"
where it really has no video bios at all and system bios POSTs the
card. Have you seen that?

With all the video chips I've worked with the mfg gives me a binary formatted up as an option ROM and I'm responsible for getting it called.

We have never had a need to POST a notebook Video BIOS so I don't know what would happen. It is an interesting question, and if this is to be used for resume operations something that should be investigated.


What I've seen is that they simply place a copy of the video bios at the shadowed legacy vbios range usually 0xc0000 but it can be anywhere in the 0xc0000-0x0e0000 range. Or physically locate the vbios in the onboard ROM such that it will show up in that range.

Then when the system bios goes through its scan of the legacy ranges looking for option roms it hits the video bios and runs it.

--
Richard A. Smith


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/