Hi, Here's another short patchset from my stack. The changes introduce support additional method of preventing hang when accessing variables from the OS. Also a support is added for platforms with the SPI whose memory-mapped access is not configured (or even possible).
The patches are available in the github: https://github.com/MarvellEmbeddedProcessors/edk2-open-platform/commits/fvb-upstream-r20190417 I'm looking forward to your comments or remarks. Best regards, Marcin Hanna Hawa (1): Marvell/Drivers: MvFvbDxe: Change Pcd parameters to be 64 bit Kornel Duleba (1): Marvell/Drivers: Add non-mmio mode to MvFvbDxe Marcin Wojtas (1): Marvell/Drivers: MvSpiOrionDxe: Keep clock enabled at runtime Silicon/Marvell/Marvell.dec | 13 +- Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc | 10 +- Silicon/Marvell/Drivers/Spi/MvFvbDxe/MvFvbDxe.inf | 17 +- Silicon/Marvell/Drivers/Spi/MvSpiOrionDxe/MvSpiOrionDxe.inf | 3 + Silicon/Marvell/Drivers/Spi/MvFvbDxe/MvFvbDxe.h | 1 + Silicon/Marvell/Include/Protocol/Spi.h | 10 ++ Silicon/Marvell/Include/Protocol/SpiFlash.h | 7 + Silicon/Marvell/Drivers/Spi/MvFvbDxe/MvFvbDxe.c | 180 ++++++++++++++++---- Silicon/Marvell/Drivers/Spi/MvSpiFlashDxe/MvSpiFlashDxe.c | 11 ++ Silicon/Marvell/Drivers/Spi/MvSpiOrionDxe/MvSpiOrionDxe.c | 63 ++++++- 10 files changed, 269 insertions(+), 46 deletions(-) -- 2.7.4 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#39261): https://edk2.groups.io/g/devel/message/39261 Mute This Topic: https://groups.io/mt/31215003/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
