<div dir="ltr">coreboot has multiple stages that run one after the other. If you don't have UART output you can't be sure how far coreboot gets before it hangs, so you'll want to check all of them and see which ones contain the addresses you get from your JTAG. Disassemble /build/cbfs/fallback/bootblock.debug, romstage.debug and ramstage.debug to see which one applies. (These binaries get stripped and packed into coreboot.rom by the build process, but it's easier to just disassemble them from the /build directory than to try to pry them out of a finished image again.)</div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Apr 13, 2017 at 5:07 AM, Maxim Gusev via coreboot <span dir="ltr"><<a href="mailto:coreboot@coreboot.org" target="_blank">coreboot@coreboot.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>Hello, friends<br></div><div><br></div><div>I have a couple of questions.<br></div><div><br></div><div>When I run the coreboot on my motherboard it doesn't work.<br></div><div>I have some IPs of instructions which I received by JTAG.<br></div><div>So I want to see the instructions that are plased in the final object file.<br></div><div><br></div><div>How to disassembly the coreboot.rom file?<br></div><div><br></div><div>As I know it has the filesystem CBFS. So it is not the object file.<br></div><div>I can to disasembler the object files placed in ./build/* that have the *.o format<br></div><div>but I don't know in which of them there are corresponding instructions.<br></div><div><br></div><div>Thanks.<br></div><div>Regards, Maxim<br></div><div class="m_6156883216544805483protonmail_signature_block m_6156883216544805483protonmail_signature_block-empty"><div class="m_6156883216544805483protonmail_signature_block-user m_6156883216544805483protonmail_signature_block-empty"><br></div><div class="m_6156883216544805483protonmail_signature_block-proton m_6156883216544805483protonmail_signature_block-empty"><br></div></div><br>--<br>
coreboot mailing list: <a href="mailto:coreboot@coreboot.org">coreboot@coreboot.org</a><br>
<a href="https://mail.coreboot.org/mailman/listinfo/coreboot" rel="noreferrer" target="_blank">https://mail.coreboot.org/<wbr>mailman/listinfo/coreboot</a><br></blockquote></div><br></div>