Re: [edk2-devel] [edk2-platforms: PATCH 0/2] Armada 7k8k SPI flash driver improvements

2019-09-27 Thread Patryk Duda
Hi, Do you have any remarks to the patchset? Best regards, Patryk wt., 10 wrz 2019 o 08:23 Marcin Wojtas napisał(a): > pon., 9 wrz 2019 o 17:52 Patryk Duda napisał(a): > > > > Hi, > > > > This patchset contains progress bar implementation for MvSpiFlash

Re: [edk2-devel] [edk2-platforms: PATCH] Marvell/Drivers: MvPhyDxe: Fill MdioIndex field in PhyDev

2019-09-27 Thread Patryk Duda
Hi, Do you have any remarks to this patch? Best Regards, Patryk wt., 10 wrz 2019 o 08:24 Marcin Wojtas napisał(a): > pon., 9 wrz 2019 o 17:53 Patryk Duda napisał(a): > > > > This patch fixes missing MdioIndex copying during initialization. > > This bug appeared as ina

[edk2-devel] [edk2-platforms: PATCH 2/2] Marvell/Drivers: MvSpiFlashDxe: Implement progress bar

2019-09-09 Thread Patryk Duda
This patch implements TFTP-like progress bar in MvSpiFlashUpdateWithProgress. This is necessary because CapsuleRuntimeDxe uses DxeRuntimeCapsuleLib which uses CapsuleProcessLibNull implementation of capsule process. Signed-off-by: Patryk Duda --- Silicon/Marvell/Drivers/Spi/MvSpiFlashDxe

[edk2-devel] [edk2-platforms: PATCH 0/2] Armada 7k8k SPI flash driver improvements

2019-09-09 Thread Patryk Duda
sector was not copied because remainder was 0. This was fixed by increasing number of sectors to write. I'm looking forward to your comments or remarks. Best regards, Patryk Patryk Duda (2): Marvell/Drivers: MvSpiFlashDxe: Fix sector number obtaining Marvell/Drivers: MvSpiFlashDxe: Implement

[edk2-devel] [edk2-platforms: PATCH] Marvell/Drivers: MvPhyDxe: Fill MdioIndex field in PhyDev

2019-09-09 Thread Patryk Duda
This patch fixes missing MdioIndex copying during initialization. This bug appeared as inability to communicate with PHY connected to MDIO other than first. Signed-off-by: Patryk Duda --- Silicon/Marvell/Drivers/Net/MvPhyDxe/MvPhyDxe.c | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions

[edk2-devel] [edk2-platforms: PATCH 1/2] Marvell/Drivers: MvSpiFlashDxe: Fix sector number obtaining

2019-09-09 Thread Patryk Duda
ways, but this solution fixes hypotetical situation in which total bytes count is smaller than sector size. Signed-off-by: Patryk Duda --- Silicon/Marvell/Drivers/Spi/MvSpiFlashDxe/MvSpiFlashDxe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Silicon/Marvell/Drivers/Spi