Re: USB3.0 XHCI support on GRUB2

2017-03-05 Thread Gailu Singh
git clone https://github.com/bjornfor/grub/ git checkout add-coreboot-xhci-driver-2nd-attempt-v2 ./autogen.sh ./configure --with-platform=coreboot make -- BTW I changed the include directive in C files just to compile it and would like to update that I included xhci module in grub.

Re: USB3.0 XHCI support on GRUB2

2017-03-05 Thread Bjørn Forsman
On 5 March 2017 at 16:11, Gailu Singh wrote: > Getting Build error related to include path. Looks like some Makefile > problem > > bus/usb/xhci/usb/xhci.c:36:26: fatal error: arch/virtual.h: No such file or > directory > #include What are your build commands? This worked for me in a Ubuntu 16.

Re: USB3.0 XHCI support on GRUB2

2017-03-05 Thread Gailu Singh
Getting Build error related to include path. Looks like some Makefile problem bus/usb/xhci/usb/xhci.c:36:26: fatal error: arch/virtual.h: No such file or directory #include On Thu, Mar 2, 2017 at 9:42 AM, Gailu Singh wrote: > I am not using EFI. I am using coreboot with Intel FSP. Intel confi