<div dir="ltr"><div dir="ltr" style="font-size:12.8px">Managed to get it working with serial input now. Found a few issues with my patch. Will send a new, tested version out.</div><div class="gmail-yj6qo gmail-ajU" style="margin:2px 0px 0px;font-size:12.8px"></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Apr 25, 2017 at 11:48 AM, Julius Werner <span dir="ltr"><<a href="mailto:jwerner@chromium.org" target="_blank">jwerner@chromium.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><span class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>Did you check that all implementations use unsigned?</div></blockquote><div><br></div></span><div>Yes, all the ones that I'm now aware of used unsigned, 32-bit.</div><span class=""><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra">I am able to build it, I just had to figure out how and install some dependencies. But I tried booting it on an HP Chromebook 14 2013 (falco) and it doesn't seem to recognize my keyboard</div></div></blockquote></div></span><div>Is it PS2 or USB? Is at_keyboard included in the payload?</div></blockquote><div><br></div></span><div>It's a matrixed laptop keyboard. I believe the embedded controller does 8042 emulation, but I'm not sure honestly. I'm an ARM guy and this was the one old x86 machine I have lying around. I can try USB if I get it to not crash long enough to type something.</div><span class=""><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"> even if it did, it probably wouldn't have a keyboard driver for them either. I assume there's no way to make it run over the UART instead?)</div></div></blockquote></div></span><div>terminal_input serial_com0</div><div>terminal_output serial_com0</div><div>In etc/grub.cfg</div></blockquote><div><br></div></span><div>I don't think I have an etc/grub.cfg... is there a way to compile that in instead?</div><span class=""><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>Possibly the problem is that some module hangs. Can you try minimal GRUB without non-essential modules?</div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
</blockquote></div>
</blockquote></span></div><br></div><div class="gmail_extra">How do I do that? Is there some configure flag?</div><div class="gmail_extra"><br></div><div class="gmail_extra">For reference, I did:</div><div class="gmail_extra"><br></div><div class="gmail_extra">./autogen.sh</div><div class="gmail_extra">./configure --with-platform=coreboot</div><div class="gmail_extra">make</div><div class="gmail_extra">make default_payload.elf</div><div class="gmail_extra"><cbfstool default_payload.elf into my coreboot image and flash it></div></div>
</blockquote></div><br></div>