I followed instruction from <a href="http://www.coreboot.org/AMD_SimNow">http://www.coreboot.org/AMD_SimNow</a> .<br>All compilation was done with no error.<br>But SimNow not accept my coreboot.rom.<br><br>The error message is<br>
<br>BIOS ROM file is the wrong size for this BSD.  Please either point the memdevice to the correct BIOS ROM file, or configure the memdevice to be the correct size.<br><br>I suposed this error was caused by header mismatch.<br>
Generic ROM file has '0xaa 0xbb 0xcc 0xdd' signature at address 0x00000000.<br>But coreboot.rom does not.<br><br>On real machine which has coreboot.rom flashed, stopped BIOS loading after first access.<br><br>How do I get a correct coreboot.rom?<br>