grub2 efi pci protocol implementation

2017-10-09 Thread Arindam Khan
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

Re: [PATCH] parser: Remove escape from the state transitions

2017-10-09 Thread Eric Snowberg
> On Oct 9, 2017, at 5:48 AM, Daniel Kiper wrote: > > On Fri, Oct 06, 2017 at 09:37:54AM -0600, Eric Snowberg wrote: >>> On Oct 6, 2017, at 8:47 AM, Daniel Kiper wrote: >>> On Tue, May 30, 2017 at 04:07:52PM -0600, Eric Snowberg wrote: Remove GRUB_PARSER_STATE_ESC with state GRUB_PARSER_ST

Re: [PATCH v2] sparc64: Add blocklist GPT support for SPARC

2017-10-09 Thread Eric Snowberg
> On Oct 9, 2017, at 5:57 AM, Daniel Kiper wrote: > > On Fri, Oct 06, 2017 at 02:58:30PM -0600, Eric Snowberg wrote: >>> On Oct 6, 2017, at 8:04 AM, Daniel Kiper wrote: >>> On Thu, May 11, 2017 at 06:25:24PM -0700, Eric Snowberg wrote: Add block-list GPT support for SPARC. The OBP "load"

Re: [PATCH v2] sparc64: Add blocklist GPT support for SPARC

2017-10-09 Thread Daniel Kiper
On Fri, Oct 06, 2017 at 02:58:30PM -0600, Eric Snowberg wrote: > > On Oct 6, 2017, at 8:04 AM, Daniel Kiper wrote: > > On Thu, May 11, 2017 at 06:25:24PM -0700, Eric Snowberg wrote: > >> Add block-list GPT support for SPARC. The OBP "load" and "boot" methods > >> are partition aware and neither c

Re: [PATCH] parser: Remove escape from the state transitions

2017-10-09 Thread Daniel Kiper
On Fri, Oct 06, 2017 at 09:37:54AM -0600, Eric Snowberg wrote: > > On Oct 6, 2017, at 8:47 AM, Daniel Kiper wrote: > > On Tue, May 30, 2017 at 04:07:52PM -0600, Eric Snowberg wrote: > >> Remove GRUB_PARSER_STATE_ESC with state GRUB_PARSER_STATE_TEXT from > >> the list of not allowed characters. >