From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1ckY2c-0005Kt-Al for mharc-grub-devel@gnu.org; Sun, 05 Mar 2017 10:25:46 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39197) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ckY2a-0005Kk-Os for grub-devel@gnu.org; Sun, 05 Mar 2017 10:25:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ckY2Z-0005s8-IG for grub-devel@gnu.org; Sun, 05 Mar 2017 10:25:44 -0500 Received: from mail-wr0-x235.google.com ([2a00:1450:400c:c0c::235]:35405) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ckY2Z-0005re-BQ for grub-devel@gnu.org; Sun, 05 Mar 2017 10:25:43 -0500 Received: by mail-wr0-x235.google.com with SMTP id g10so101212180wrg.2 for ; Sun, 05 Mar 2017 07:25:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=ILdlAVdG5unZVw8EznjOMEGDWa1iDWLmlaOip7QHrtY=; b=tS2lvMwUxuCFubitR9b8usNkL42UFO7hpZaKxzaEevdXhrfZ4QC9q5Yqv263NAi4KW dVJPBMPRkcECkh1mB4G/4BkXcr8DSEg1IYWXf9H4ighvln8bP1QM36yXqhsmvG728/92 IZ3yAGRCyZcg/J1S04yxnGSsDmyaKAlDgLcNFvXHyXgDJfv8HNyuovA5QI2nlTjmnMA2 laTgXPDK7w01hjYr6i7YQKqduK/zAPukApF7cBsP9+bE5MBUWffkGZ5w8//95DULU2Rv gACktapCHuFgkbhPPbAsRPIiyyiszI/0bGQltIXamrXc4Z0R7NmLPQElonxfbp8ixWKF ziLA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=ILdlAVdG5unZVw8EznjOMEGDWa1iDWLmlaOip7QHrtY=; b=YWeiPm1VBV1axlpBfaDxdn2q2gXjpCl1eZewbjffZkTqkXqwWk+lNO/3/oO9+CfSrn 89VEedFCfyfEgwhm7qeLpFh7MZMnsU/EPGWf2/a8dyFZ5am2S4jr/dAta3n7rLLde5G0 6fZqmCPYYllSAuAfb+l05/VgXeqfl50lZ34366GaQp9vTk4kCP2eAT23Kb5+7zVM9CXv mSOokBRAoBDWtnQXa2xM8ZPwQwQdCEbw0afdZVHrZbbk4cs2Fyy5KTuQuxyW/oZn4klM rE86ql6pxPS+Vn3PvprEGPukN/mIWyMbgvLH9TpTPkqNorKLdUcDU1jKGAMr/2LsNf32 voNw== X-Gm-Message-State: AMke39leNoOq9o4tEfjxMzTbnwgdJEqCZUhrfEoKTxmedNQf4VfFjjTaoJaihr4Jj5gEU/bY4ObYWyvya2FfKQ== X-Received: by 10.223.169.45 with SMTP id u42mr10252891wrc.187.1488727539445; Sun, 05 Mar 2017 07:25:39 -0800 (PST) MIME-Version: 1.0 Received: by 10.223.134.114 with HTTP; Sun, 5 Mar 2017 07:25:38 -0800 (PST) In-Reply-To: References: From: =?UTF-8?Q?Bj=C3=B8rn_Forsman?= Date: Sun, 5 Mar 2017 16:25:38 +0100 Message-ID: Subject: Re: USB3.0 XHCI support on GRUB2 To: Gailu Singh Cc: Andrei Borzenkov , The development of GNU GRUB Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2a00:1450:400c:c0c::235 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Mar 2017 15:25:45 -0000 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.04 machine (64-bit): git clone https://github.com/bjornfor/grub/ git checkout add-coreboot-xhci-driver-2nd-attempt-v2 ./autogen.sh ./configure --prefix=3D$PWD/_install make make install Best regards, Bj=C3=B8rn Forsman