<br><br><div class="gmail_quote">On Mon, Aug 10, 2009 at 7:56 PM, 유택연 <span dir="ltr"><<a href="mailto:jaagar@gmail.com">jaagar@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I followed instruction from <a href="http://www.coreboot.org/AMD_SimNow" target="_blank">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.</blockquote><div>The default BIOS size for SimNOW isn't the same as the default size for Coreboot. <br> <br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
  Please either point the memdevice to the correct BIOS ROM file, or configure the memdevice to be the correct size.</blockquote><div>You can recompile Coreboot to be the same size as the original BIOS, or you can change the parameters of the memdevice.<br>
<br>In the same window where you set the name of the file for the BIOS, set the size and the address to 0x100000000-size.<br><br>For example, for a 512KB Coreboot image, you'll set the size to 0x80000 and the address to 0xfff80000. <br>
</div><div> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">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></blockquote><div>There is no header check for the ROM.  It just starts executing the code it finds at 0xfffffff0. <br>
</div><div> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">On real machine which has coreboot.rom flashed, stopped BIOS loading after first access.</blockquote>
<div>Which real machine?  Which ROM?<br> <br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">How do I get a correct coreboot.rom?</blockquote>
<div>Make sure the size of the image is correct, and that the board matches the board you're using.<br><br>Good luck,<br>Myles <br></div></div><br>