Re: iPXE efi chainloading grub2 pxe efi file

2015-10-13 Thread Andrei Borzenkov
[Redirecting to grub-devel where similar problem is being discussed right now and trying iPXE/EDK2 as well] 18.09.2015 22:59, Rivard, Matthew T пишет: Thanks, its loading the menu now, however, I appear to be hitting the same problem I was going from grub to ipxe. The adapters are there, but

Re: [edk2] [grub PATCH] efinet: disable MNP background polling

2015-10-13 Thread Andrei Borzenkov
14.10.2015 08:19, Ye, Ting пишет: Hi all, If I understand the issue correctly, I don't quite agree that UEFI spec is imprecise about SNP constraints described as following. The "constraint" described here is that the grub should use attribute "EXCLUSIVE" to open SNP protocol to gain exclusive

Re: [PATCH v2] Ensure that MIPS target code is compiled for the O32 ABI.

2015-10-13 Thread Andrei Borzenkov
10.10.2015 03:28, Vladimir 'φ-coder/phcoder' Serbinenko пишет: On 09.10.2015 23:14, Vladimir 'φ-coder/phcoder' Serbinenko wrote: On 13.09.2015 08:32, Andrei Borzenkov wrote: 08.09.2015 20:11, Vladimir 'φ-coder/phcoder' Serbinenko пишет: On 23.08.2015 23:50, Mark H Weaver wrote: Include -mabi=

Re: [grub PATCH] efinet: disable MNP background polling

2015-10-13 Thread Yinghai Lu
On Tue, Oct 13, 2015 at 3:11 PM, Daniel Kiper wrote: > On Thu, Oct 01, 2015 at 08:53:44PM +0300, Andrei Borzenkov wrote: >> Hatayama-san, would you consider implementing MNP-based driver for GRUB? >> Having at least proof of concept available for testing would be good. > > Are we sure that we want

Re: [grub PATCH] efinet: disable MNP background polling

2015-10-13 Thread Seth Goldberg
> On Oct 13, 2015, at 3:21 PM, Laszlo Ersek wrote: > >> On 10/13/15 23:49, Daniel Kiper wrote: >> Hi Laszlo, >> >> First of all, thanks a lot for very nice explanation! >> >>> On Thu, Oct 01, 2015 at 01:50:31PM +0200, Laszlo Ersek wrote: >>> CC'ing Mark Salter, and edk2-devel, also updating t

Re: Keyboard not working with QEMU and coreboot and GRUB payload

2015-10-13 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 18.08.2015 14:11, Andrei Borzenkov wrote: > On Tue, Aug 18, 2015 at 12:41 AM, Paul Menzel > wrote: >> Dear GRUB folks, >> >> >> just a note that using QEMU with coreboot and GRUB payload, I am unable >> to enter anything. >> >> Using libpayload based payloads, the keyboard works, so I think it’

Re: Add check when store disk cache

2015-10-13 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 19.09.2015 09:00, Andrei Borzenkov wrote: > 18.09.2015 12:07, Arch Stack пишет: >> I want to use the part of the filesystem codes in GRUB to read different >> filesystems on Windows. I have almost completed it and I will release >> it in >> a few days. >> But it crash sometimes because of the wr

Re: [grub PATCH] efinet: disable MNP background polling

2015-10-13 Thread Daniel Kiper
On Wed, Oct 14, 2015 at 12:21:29AM +0200, Laszlo Ersek wrote: > On 10/13/15 23:49, Daniel Kiper wrote: [...] > > Taking into account above and sentences in UEFI spec (v2.5) like "Once the > > remote image is successfully loaded, it may utilize the > > EFI_PXE_BASE_CODE_PROTOCOL > > interfaces, o

Re: [grub PATCH] efinet: disable MNP background polling

2015-10-13 Thread Laszlo Ersek
On 10/14/15 00:11, Daniel Kiper wrote: > On Thu, Oct 01, 2015 at 08:53:44PM +0300, Andrei Borzenkov wrote: >> 01.10.2015 14:50, Laszlo Ersek ??: >>> - assuming it is "ethernet packet", look for MNPSB first, and if it's >>> there, call it to get a private-use MNP instance, in order to tran

Re: [grub PATCH] efinet: disable MNP background polling

2015-10-13 Thread Laszlo Ersek
On 10/13/15 23:49, Daniel Kiper wrote: > Hi Laszlo, > > First of all, thanks a lot for very nice explanation! > > On Thu, Oct 01, 2015 at 01:50:31PM +0200, Laszlo Ersek wrote: >> CC'ing Mark Salter, and edk2-devel, also updating the subject slightly >> for better context. >> >> On 10/01/15 11:26,

Re: [grub PATCH] efinet: disable MNP background polling

2015-10-13 Thread Daniel Kiper
On Thu, Oct 01, 2015 at 08:53:44PM +0300, Andrei Borzenkov wrote: > 01.10.2015 14:50, Laszlo Ersek ??: > >- assuming it is "ethernet packet", look for MNPSB first, and if it's > > there, call it to get a private-use MNP instance, in order to transmit > > and receive, > >- if MNPSB is no

Re: [grub PATCH] efinet: disable MNP background polling

2015-10-13 Thread Daniel Kiper
Hi Laszlo, First of all, thanks a lot for very nice explanation! On Thu, Oct 01, 2015 at 01:50:31PM +0200, Laszlo Ersek wrote: > CC'ing Mark Salter, and edk2-devel, also updating the subject slightly > for better context. > > On 10/01/15 11:26, HATAYAMA Daisuke wrote: > > Currently, as of the com