Hi,<br><br><br>My last successful build for the Televideo/TC7010  was r3147.  The TC7010 differs little from the TC7020.  I have put in some hours trying to figure out why but no success yet.  The changes I have noticed :<br>
<br>CBFS<br>Changes in crt0_includes.h where  failover and auto.inc ( romstage.inc )  are called after cpu and south bridge initialisation.<br>romcc generates wrong code in pc97317_early_serial_init.c<br>    /* Wait for the clock to stabilise */<br>
     while(!inb(PM_BASE + 1 & 0x80))<br>              ;<br><br>L1024:<br> 595                      /* ,:0.0 */<br> 596                      /*<br> 597                       * __builtin_inb,<built-in>:1.0<br> 598                       * inb,io.h:31.29<br>
 599                       * pc97317_enable_serial,pc97317_early_serial.c:44.19<br> 600                       * main,romstage.c:43.30<br> 601                       */<br> 602 02db E480             inb  $128 , %al<br> 603 02dd 0FB6E8           movzx %al, %ebp<br>
 604                      /*<br> 605                       * pc97317_enable_serial,pc97317_early_serial.c:44.39<br> 606                       * main,romstage.c:43.30<br> 607                       */<br> 608 02e0 85ED             test %ebp, %ebp<br>
 609 02e2 74F7             jz L1024<br><br>    <br>We really want to test the high bit of index reg 0x03 at port 0xe8 for clock stability.<br><br><br>This is not the problem however as the same code was generated in r3147.<br>
<br>can someone send me a rom image for the Televideo/TC7020 latest build that way I'd know I need to change my platform or patch the r3147 rom to follow the same initialization sequence.<br><br>All ideas welcomed!<br>
<br><br>peterBE<br><br><br><br>