I applied the patch, but unfortunately, it still hangs in the same place.
Did you check with hexdump to make sure it was effective?
Does it hang in the same place with a cold boot, or only on 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