Re: [edk2-devel] [PATCH v2 0/2] rpi: Fix PXE issues with grub

2021-08-16 Thread Ard Biesheuvel
On Wed, 12 May 2021 at 00:37, Jeremy Linton wrote: > > When PXE booting with grub the network link > isn't given a chance to resume so grub's transmit > calls fail. This results in failed boots. Similarly > the DMA range for the adapter isn't right since it > doesn't have a 32-bit restriction.

[edk2-devel] [PATCH v2 0/2] rpi: Fix PXE issues with grub

2021-05-11 Thread Jeremy Linton
When PXE booting with grub the network link isn't given a chance to resume so grub's transmit calls fail. This results in failed boots. Similarly the DMA range for the adapter isn't right since it doesn't have a 32-bit restriction. Again this keeps grub from failing on 8G devices, v1-v2:

[edk2-devel] [PATCH v2 0/2] rpi: Fix PXE issues with grub

2021-05-11 Thread Jeremy Linton
When PXE booting with grub the network link isn't given a chance to resume so grub's transmit calls fail. This results in failed boots. Similarly the DMA range for the adapter isn't right since it doesn't have a 32-bit restriction. Again this keeps grub from failing on 8G devices, v1-v2: