linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* arch/i386/boot/video.S hang
@ 2005-06-15 22:05 Simon Richard Grint
  2005-06-16 17:33 ` Venkatesh Pallipadi
  0 siblings, 1 reply; 4+ messages in thread
From: Simon Richard Grint @ 2005-06-15 22:05 UTC (permalink / raw)
  To: linux-kernel


I'm trying to upgrade an old AMD K6-2 machine (aladdin bios/gigabyte GA-5AX
motherboard, latest version of the bios) to 2.6.11. Unfortunately kernels later 
than 2.6.9 hang very early in the boot process just after the vga= mode selection, 
but before the kernel announces "uncompressing linux".

I have narrowed the problem down to the store_edid function in
arch/i386/boot/video.S where the edid block is obtained and stored before
entering protected mode.  The exact patch which seems to cause me problems
is http://www.ussg.iu.edu/hypermail/linux/kernel/0409.3/1786.html

Storing the edid block at 0x140 causes this machine to hang, whereas backing
this patch out and instead using 0x440 (or even 0x160) seems to work fine.

Is this problem just because of an old and buggy bios or is there another
reason?

Thanks for your help

sr


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-06-18  0:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-06-15 22:05 arch/i386/boot/video.S hang Simon Richard Grint
2005-06-16 17:33 ` Venkatesh Pallipadi
2005-06-16 17:58   ` Simon Richard Grint
2005-06-18  0:25     ` Venkatesh Pallipadi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).