<div dir="ltr"><div><div>Hi Nico,<br><br></div>Thanks for the details. I somehow managed to build filo by defining CONFIG_USB in build/config.h However having problems at run time. Logs are below. Can you please suggest last known commit where USB was working good? Currently it seems to be messed up. I have to boot Linux from USB using coreboot without Seabios and I am facing problem with both FILO and GRUB2.<br><br></div>Logs for the problem I am getting repeatedly at run time <br>change on port 1<br>fullspeed device<br>first get_descriptor(DT_DEV) failed<br>set_address failed<br><br><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Oct 12, 2014 at 6:59 PM, Nico Huber <span dir="ltr"><<a href="mailto:nico.h@gmx.de" target="_blank">nico.h@gmx.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello Vipin,<br>
<span class=""><br>
> Can you please suggest a solution and let me know why CONFIG_USB is removed<br>
> from my .config<br>
</span>The prefix for libpayload's configurations options changed to CONFIG_LP_,<br>
lately. The last commit for FILO (60d45fc) tried to fix it, but seems to<br>
have missed some options. So CONFIG_USB is CONFIG_LP_USB, now.<br>
<br>
Also, if you get current FILO to compile with USB support, depending on your<br>
platform, it might not work as expected. I hit some strange regressions with<br>
older hardware this week, that I'm still investigating.<br>
<span class="HOEnZb"><font color="#888888"><br>
Nico<br>
</font></span></blockquote></div><br></div>