On Fri, Dec 4, 2009 at 6:09 PM, Myles Watson mylesgw@gmail.com wrote:
I applied the patch, but unfortunately, it still hangs in the same place.
Did you check with hexdump to make sure it was effective?
I now realize that the hexdump you sent is not the same as the one Rudolph Marek did. Mine matches yours, so that's wrong I guess. I had applied your patch, but I'm not sure where those last 128 bytes are supposed to come from.
Does it hang in the same place with a cold boot, or only on warm reset?
It hangs in exactly the same place both from cold boot and warm reset.
hexdump -C build/coreboot.rom | tail
0007ff80 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
|................|
0007ffd0 80 ff 0f 00 00 00 41 53 55 53 00 41 38 56 2d 45
|......ASUS.A8V-E|
0007ffe0 20 53 45 00 2a 00 00 00 25 00 00 00 00 00 08 00 |
SE.*...%.......|
0007fff0 e9 11 00 ff ff 00 00 00 e9 5f 00 ff e0 ff fe ff
|........._......|
00080000
Thanks, Myles