EPIA-M "Magic Potion"?

ron minnich rminnich at lanl.gov
Sun Apr 11 21:29:00 CEST 2004


On Sat, 27 Mar 2004, Dave Ashley wrote:

> Here's what I have. This can go after
> mainboardinit southbridge/via/vt8235/setup_misc.inc
> // enable VGA device
>         movl    $CONFIG_ADDR(0, 0x00, 0xe1), %eax
>         movb    $0xbd, %dl // enable vga with 8 megs
>         PCI_WRITE_CONFIG_BYTE

This code is in there but set for 32M.


> // The stupid firewire device (undocumented) steps on IO 0+ on reset
>         movl    $CONFIG_ADDR(0, 0x0d*8, 0x15), %eax
>         movb    $0x1c, %dl
>         PCI_WRITE_CONFIG_BYTE

it seems to be in there. 

> 
> // use CMOS byte 0x0e as marker so we only reboot once
>.
>.
>.

this is in there too.

ron





More information about the coreboot mailing list