On 4/10/10 10:54 AM, Chi Min Wang wrote:
Hello.... I am trying Coreboot on an Asus M2V-TVM http://www.asus.com/product.aspx?P_ID=Axjo2m7xV4kUvbxS&content=specifications based on VIA K8M890CE/8237Rplus which seems quite similar to M2V-MX SE except superio(ITE 8712F vs 8716F) snd flashrom (SPI vs LPC). I had modify some files from M2V-MX SE and create devicetree.cb for it. After I flash it,it simply not working(no POST code on debug card too,although it comes with PLCC socket and I had a FLASH writer,so I could flash it back). Is there any thing else I should do for it??
- do you get any output on serial console? - maybe post codes are sent to LPC instead of PCI? There's usually some register to change that.
Stefan
Hi,
Please post output of superio tool in verbose mode. Maybe you need to set input to the ITE if it is 48Mhz or 24Mhz, usually it is some bit in CR20-2f
I dont have any POST card so i dont know how the IO is routed.
Also provide lspci -vvvxxx
Check if your image contains following at the end:
0007ff80 aa 00 44 50 c2 0f 97 61 aa 00 44 50 c2 0f 97 61 |..DP...a..DP...a| 0007ff90 aa 00 44 50 c2 0f 97 61 aa 00 44 50 c2 0f 97 61 |..DP...a..DP...a| 0007ffa0 aa 00 44 50 c2 0f 97 61 00 00 00 00 00 00 00 00 |..DP...a........| 0007ffb0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 0007ffc0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 0007ffd0 80 ff 0f 00 ff ff ff ff ff ff ff ff ff ff ff ff |................| 0007ffe0 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff |................| 0007fff0 e9 11 00 ff ff 00 00 00 e9 5f 00 ff d0 ff fd ff |........._......| 00080000
Rudolf
Rudolf Marek wrote:
Hi,
Please post output of superio tool in verbose mode. Maybe you need to set input to the ITE if it is 48Mhz or 24Mhz, usually it is some bit in CR20-2f
I dont have any POST card so i dont know how the IO is routed.
Also provide lspci -vvvxxx
Hi,here is the lspci/superiotool dump....
Check if your image contains following at the end:
0007ff80 aa 00 44 50 c2 0f 97 61 aa 00 44 50 c2 0f 97 61 |..DP...a..DP...a| 0007ff90 aa 00 44 50 c2 0f 97 61 aa 00 44 50 c2 0f 97 61 |..DP...a..DP...a| 0007ffa0 aa 00 44 50 c2 0f 97 61 00 00 00 00 00 00 00 00 |..DP...a........| 0007ffb0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 0007ffc0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 0007ffd0 80 ff 0f 00 ff ff ff ff ff ff ff ff ff ff ff ff |................| 0007ffe0 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff |................| 0007fff0 e9 11 00 ff ff 00 00 00 e9 5f 00 ff d0 ff fd ff |........._......| 00080000
I didn't see such struct in my image,so maybe it's related to IRQ routing??
I didn't see such struct in my image,so maybe it's related to IRQ routing??
It is the ROMSTRAP for HT setup. I think this is the reason why it does not work. If you build image for M2V-MX SE you should see it at the end of the image (same counts for A8V-E SE).
Rudolf