<div>Greetings!</div>
<div> </div>
<div>(I had a good chatting with some of coreboot developers about more than one year ago, and I really hope I can take part in the bios development, so now I come back to coreboot to contiune my dream of knowing every instruction from the computer boot.)</div>

<div> </div>
<div>I'm reading the <a href="http://grub.enbug.org/CoreBoot">instructions of  building grub2 payload</a>, and found it contains something of coreboot-v3:  </div>
<div> </div>
<div>$ ./grub-mkelfimage -d . $MODULES -o ..../<font style="BACKGROUND-COLOR: #ffff33">coreboot-v3</font>/payload.elf --prefix='(ata0)/boot/grub'<br></div>
<div>and when I was reading the coreboot manuals, It tells us to use v2, not v3, so I'm wondering should I use the following command instead?</div>
<div> </div>
<div>$ ./grub-mkelfimage -d . $MODULES -o ..../<font style="BACKGROUND-COLOR: #ffff33">coreboot-v2</font>/payload.elf --prefix='(ata0)/boot/grub'<br></div>
<div>thanks!</div>
<div> </div>
<div>-dinzi</div>
<div> </div>
<div> </div>
<div> </div>