public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [edk2-platforms][PATCH 0/5] Further RPi4 support groundwork
@ 2019-11-27 12:37 Pete Batard
  2019-11-27 12:37 ` [edk2-platforms][PATCH 1/5] Silicon/Bcm283x: Clean up Bcm2836.h header Pete Batard
                   ` (4 more replies)
  0 siblings, 5 replies; 21+ messages in thread
From: Pete Batard @ 2019-11-27 12:37 UTC (permalink / raw)
  To: devel
  Cc: ard.biesheuvel, leif.lindholm, philmd, samer.el-haj-mahmoud,
	andrey.warkentin

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


^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2019-11-27 17:17 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-27 12:37 [edk2-platforms][PATCH 0/5] Further RPi4 support groundwork Pete Batard
2019-11-27 12:37 ` [edk2-platforms][PATCH 1/5] Silicon/Bcm283x: Clean up Bcm2836.h header Pete Batard
2019-11-27 12:48   ` Ard Biesheuvel
2019-11-27 12:56     ` Pete Batard
2019-11-27 13:00       ` Ard Biesheuvel
2019-11-27 13:09         ` Pete Batard
2019-11-27 13:17           ` Ard Biesheuvel
2019-11-27 13:21             ` Pete Batard
2019-11-27 14:47   ` Philippe Mathieu-Daudé
2019-11-27 14:59     ` [edk2-devel] " Pete Batard
2019-11-27 15:18       ` Philippe Mathieu-Daudé
2019-11-27 12:37 ` [edk2-platforms][PATCH 2/5] Silicon/Bcm283x: Add FIFO mode for RNG Pete Batard
2019-11-27 12:44   ` Ard Biesheuvel
2019-11-27 12:47     ` Pete Batard
2019-11-27 12:37 ` [edk2-platforms][PATCH 3/5] Platform/RPi/MmcDxe: Factorize SCR call and clean up MMC init Pete Batard
2019-11-27 12:37 ` [edk2-platforms][PATCH 4/5] Platform/RPi/MmcDxe: Improve MMC driver stability Pete Batard
2019-11-27 12:37 ` [edk2-platforms][PATCH 5/5] Platform/RPi: Set SD routing according to model Pete Batard
2019-11-27 15:24   ` Philippe Mathieu-Daudé
2019-11-27 16:33     ` Pete Batard
2019-11-27 17:04       ` Leif Lindholm
2019-11-27 17:17         ` Philippe Mathieu-Daudé

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox