Re: [edk2] [platforms: PATCH v3 1/4] Platform/Marvell: Introduce MvFvbDxe variable support driver

2017-11-29 Thread Leif Lindholm
Haven't had time to look at it yet, but if you've done what you said you were doing, I expect so. Hopefully tomorrow. On Wed, Nov 29, 2017 at 10:35:59PM +0100, Marcin Wojtas wrote: > Hi Leif, > > Would you consider this version of the patch acceptable? > > Best regards, > Marcin > > 2017-11-28

Re: [edk2] [platforms: PATCH v3 1/4] Platform/Marvell: Introduce MvFvbDxe variable support driver

2017-11-29 Thread Marcin Wojtas
Hi Leif, Would you consider this version of the patch acceptable? Best regards, Marcin 2017-11-28 9:19 GMT+01:00 Marcin Wojtas : > MvFvbDxe driver introduces non-volatile EFI variable support > for Armada platforms. It relies on memory-mapped SPI read access. > Implementation

[edk2] [platforms: PATCH v3 1/4] Platform/Marvell: Introduce MvFvbDxe variable support driver

2017-11-28 Thread Marcin Wojtas
MvFvbDxe driver introduces non-volatile EFI variable support for Armada platforms. It relies on memory-mapped SPI read access. Implementation of EFI_FIRMWARE_VOLUME_BLOCK2_PROTOCOL is done with using existing Marvell SPI infrastructure (SpiMasterProtocol and SpiFlashProtocol), thanks to which this