This series mostly focuses on adding fixes, that are not directly relevant
for the Pi 3 platform but that are going to be needed for the Pi 4.

The first one of these relates to the Random Number Generator, that
seems to require a new FIFO mode for readout of data on the Pi4/Bcm2711.

The second has to do with some SD SCR read failures that were observed
during RPi4 testing and for which we add a workaround.

Finally, we use this series to add the config behaviour we eventually
require for SD routing, so that both Pi 3 and Pi 4 platforms can be
handled by the same driver.

Andrei Warkentin (2):
  Platform/RPi/MmcDxe: Factorize SCR call and clean up MMC init
  Platform/RPi/MmcDxe: Improve MMC driver stability

Pete Batard (2):
  Silicon/Bcm283x: Clean up Bcm2836.h header
  Silicon/Bcm283x: Add FIFO mode for RNG

Samer El-Haj-Mahmoud (1):
  Platform/RPi: Set SD routing according to model

 Platform/RaspberryPi/Drivers/ConfigDxe/ConfigDxe.c          | 137 
++++++++++++++------
 Platform/RaspberryPi/Drivers/MmcDxe/Mmc.c                   |   7 +-
 Platform/RaspberryPi/Drivers/MmcDxe/MmcIdentification.c     | 105 
+++++++++------
 Silicon/Broadcom/Bcm283x/Bcm283x.dec                        |   1 +
 Silicon/Broadcom/Bcm283x/Drivers/RngDxe/RngDxe.c            |  96 
++++++++++----
 Silicon/Broadcom/Bcm283x/Drivers/RngDxe/RngDxe.inf          |   2 +
 Silicon/Broadcom/Bcm283x/Include/IndustryStandard/Bcm2836.h |  23 ++--
 7 files changed, 252 insertions(+), 119 deletions(-)

-- 
2.21.0.windows.1


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#51334): https://edk2.groups.io/g/devel/message/51334
Mute This Topic: https://groups.io/mt/62504738/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to