From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1e1bDN-0001oa-JU for mharc-grub-devel@gnu.org; Mon, 09 Oct 2017 12:47:37 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41557) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e1bDL-0001nT-1A for grub-devel@gnu.org; Mon, 09 Oct 2017 12:47:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e1bDK-0006Ln-9t for grub-devel@gnu.org; Mon, 09 Oct 2017 12:47:35 -0400 Received: from mail-wm0-x22d.google.com ([2a00:1450:400c:c09::22d]:49105) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e1bDK-0006KV-3A for grub-devel@gnu.org; Mon, 09 Oct 2017 12:47:34 -0400 Received: by mail-wm0-x22d.google.com with SMTP id i124so24103817wmf.3 for ; Mon, 09 Oct 2017 09:47:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=TqhFj8lbCfhN4XcUHayhnUQZopvAxtjDM2toXd7q+hc=; b=r/2me5mCM48uZ47SkTO9bwTjcAXqO4LoefwHUB53Yzafj83rOkxsDCSxP9mxN7EOKH 7g1urxuNYra7jR+ugGhuxFfg4XMELgVvf2pDKs8ReBmrk0EWrsX4IUUT80wsn+NojX5h 2Howqd2N8NCh4FaZjaZg+xGn7ZTOwcZ179AWN4Jb5wIxEHns3atjebvqY6atL1IKnGuA XY5d5DEiK13LyRNH7CIPJApeN1/zDj2L7RQNdemEU3oTiTUqGNyd54Xuw3PlYvrtqYKl hk0iBqJGxxW1PBcRIFePFFdTeQY6BfErY8aty1T7yUG62suyOvxhODKJ1jygN8cronwr 5FKg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=TqhFj8lbCfhN4XcUHayhnUQZopvAxtjDM2toXd7q+hc=; b=J6mKuOFqXrGQ8+m0N1mex5s+AQyditmaghk8kBF9pa2nuooZgFVXyM7uNr23NEGCl3 M8mHie/Zt88IfqAWL60hWG9ylsLXnV4oBpGiAFhg37FxEcwWnwxtOEvSqzndl3/cSWWj 0EAVxX3QL2PoPniOCr/IFxodDQBaGjtzbEzaKveNnZ4wJjdAHA0tH9CmtACfkhI0nAYs zVrykaK+s7lrvnnR+wq8iH8Uwz1zBuK0tjlyEF1a7R3KHT5pjDsn6JNX54Da158gw15F 0QcMLYEV7bmzbx6MLAymWfrDsBgek0UOKrwI90BOQiKKzoFZ3+wVCqfCVqU4ZdwVehlF 3MMg== X-Gm-Message-State: AMCzsaUuC9RH6DGIli3yklyenapJ9wlJr3zvtc5TBppd5mgTP1MS8Qjg JKiQv3PGRDrSkab3riASKEsG2JI6mll7vO+Xelx9RQ== X-Google-Smtp-Source: AOwi7QCInqScLy1I++izpMMxf1LsioA0FgVR7JuGKsMJ3xGHsOrb6aU56udLfCty+pvsnqGl+awnCw7l592oFvcLWks= X-Received: by 10.223.151.221 with SMTP id t29mr9181531wrb.34.1507567652425; Mon, 09 Oct 2017 09:47:32 -0700 (PDT) MIME-Version: 1.0 Received: by 10.223.150.15 with HTTP; Mon, 9 Oct 2017 09:47:31 -0700 (PDT) From: Arindam Khan Date: Mon, 9 Oct 2017 22:17:31 +0530 Message-ID: Subject: grub2 efi pci protocol implementation To: grub-devel@gnu.org Content-Type: multipart/alternative; boundary="94eb2c1b424465de88055b1ff211" X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2a00:1450:400c:c09::22d 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, 09 Oct 2017 16:47:36 -0000 --94eb2c1b424465de88055b1ff211 Content-Type: text/plain; charset="UTF-8" Hi, I have a custom FPGA based PCIe 4X card. I have a requirement of communicating the FPGA based pcie card from grub in an Uefi based system. I am currently going through the include/grub/efi/pci.h file for efi protocol. Is some demo implementation available for PCI protocol for UEFI in grub2. thanks -- ================================= Arindam --94eb2c1b424465de88055b1ff211 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi,

=C2=A0 =C2=A0 I have a custom FPGA = based PCIe 4X card. I have a requirement of communicating the FPGA based pc= ie card from grub in an Uefi based system. I am currently going through the= include/grub/efi/pci.h=C2=A0file for efi protocol. Is some demo implementa= tion available for PCI protocol for UEFI in grub2.

thanks

--
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
Arindam=C2=A0
--94eb2c1b424465de88055b1ff211--