From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1ckpAj-0007OJ-Ba for mharc-grub-devel@gnu.org; Mon, 06 Mar 2017 04:43:17 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57550) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ckpAh-0007OC-3L for grub-devel@gnu.org; Mon, 06 Mar 2017 04:43:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ckpAf-0002GS-RF for grub-devel@gnu.org; Mon, 06 Mar 2017 04:43:15 -0500 Received: from mail-wm0-x231.google.com ([2a00:1450:400c:c09::231]:35921) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ckpAf-0002GK-Kx for grub-devel@gnu.org; Mon, 06 Mar 2017 04:43:13 -0500 Received: by mail-wm0-x231.google.com with SMTP id n11so58959073wma.1 for ; Mon, 06 Mar 2017 01:43:13 -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=Lcxvy+zSXjvRM1HnGaKx131O/VgX6tGWi1Q3rNvuqus=; b=sQyX+2PB8PGElNx5H9Uw1NhX2kiGyBODe1qiaK5+g0mpUlnTb5qb3wo/tRIh6U0LaZ DCT/hAyRHgU0lXUSEMcQguJiIJO94yTuLVSTf+WtJqLxYb1A6ljCIeFHgV0PPDRiRcUB cbV9qUAT97/UxXa/FpIVm9F2NB4DLrYO1GNPdU/GpCZ3Xq8Q1RP7rDNirYZsr86EK0aQ JK9jMykgMDP+ZrpWESVDeJZNXoDFW8sD2MbyST/SHEG0f3wtT2dEnddO/bv+xjxhKl1c Unpg8lZwnX7bS3DdJ89w36tOv8EIkCB3gwRa9b88zHcKqpLZi4qmfu7R7iAvNrIztj8I 4TjQ== 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=Lcxvy+zSXjvRM1HnGaKx131O/VgX6tGWi1Q3rNvuqus=; b=XzJ7zQHPH3zkOMdTneFAZ89BhRsN2toLE1NW8R3muO+eXPMdEttc04qfZ8uXcjhA2B tVQqWnTBVVqqdkg/tfmA4x/+9zVp0PSUU2FmKNvqoGUkqWF7HxfZlD3Rk5zE4OToL4Ox 1ZVHed57xKsZBSojjiojtgNup1DxxJLiYVu7t+6Dm1fLwa+0XAPrypKhiYxgZGbpb6dl gYoGX+dd8tyc7qhWOGK1N30fEkceWMsMol3z8xSQW2kx+VTgD7t0qY7rr6CX9Y/Moo5x vUOMiLjIjUEhtAqSFsUBgz2gnnXfWBRSp61yIL5itzS5tHgoJSjwAOdzWL14F856nFYJ UaRA== X-Gm-Message-State: AMke39m8QwgEJt5lNK5OSWMllZYt8D6eCDVohzMHA368uPVLgqidxdJTyhuW10zDdX3X8ZNq9A3i6rqbZAJvMg== X-Received: by 10.28.238.66 with SMTP id m63mr12727911wmh.121.1488793392523; Mon, 06 Mar 2017 01:43:12 -0800 (PST) MIME-Version: 1.0 Received: by 10.223.134.114 with HTTP; Mon, 6 Mar 2017 01:43:11 -0800 (PST) In-Reply-To: References: From: =?UTF-8?Q?Bj=C3=B8rn_Forsman?= Date: Mon, 6 Mar 2017 10:43:11 +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: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2a00:1450:400c:c09::231 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: Mon, 06 Mar 2017 09:43:16 -0000 On 5 March 2017 at 18:22, Gailu Singh wrote: > git clone https://github.com/bjornfor/grub/ > git checkout add-coreboot-xhci-driver-2nd-attempt-v2 > ./autogen.sh > ./configure --with-platform=3Dcoreboot > make > ------------------ > > BTW I changed the include directive in C files just to compile it and wou= ld > like to update that I included xhci module in grub.elf but there is no si= gn > of life on USB keyboard that is connected to USB3.0 on Intel Oxbohill CRB > (Apollolake SOC). Just for reference, what is the PCI product and device ID of that controller? If you get to the grub shell, type "xhci" to view it. Best regards, Bj=C3=B8rn Forsman