public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [edk2-platforms: PATCH 0/2] Platform/RPi3 improve boot order and add custom freqs
@ 2019-07-02 16:13 Pete Batard
  2019-07-02 16:13 ` [edk2-platforms: PATCH 1/2] Platform/RPi3: Set the boot option of UEFI Shell as non-active Pete Batard
  2019-07-02 16:13 ` [edk2-platforms: PATCH 2/2] Platform/Rpi3: Add custom CPU frequency support Pete Batard
  0 siblings, 2 replies; 6+ messages in thread
From: Pete Batard @ 2019-07-02 16:13 UTC (permalink / raw)
  To: devel; +Cc: ard.biesheuvel, leif.lindholm

The following 2 patches update the Raspberry Pi 3 platform to:
- Remove UEFI Shell as default boot target, to instead default to SD then USB,
  which is the what most users of the UEFI firmware are likely to expect.
- Add the ability to set a custom CPU frequency [100 - 1600 MHz] instead
  of only allowing to pick from a limited set of default values.

Regards,

/Pete

Pete Batard (2):
  Platform/RPi3: Set the boot option of UEFI Shell as non-active
  Platform/Rpi3: Add custom CPU frequency support

 Platform/RaspberryPi/RPi3/Drivers/ConfigDxe/ConfigDxe.c               | 13 +++++++++++-
 Platform/RaspberryPi/RPi3/Drivers/ConfigDxe/ConfigDxe.inf             |  1 +
 Platform/RaspberryPi/RPi3/Drivers/ConfigDxe/ConfigDxeHii.uni          |  4 ++++
 Platform/RaspberryPi/RPi3/Drivers/ConfigDxe/ConfigDxeHii.vfr          | 22 ++++++++++++++++++++
 Platform/RaspberryPi/RPi3/Drivers/RpiFirmwareDxe/RpiFirmwareDxe.c     |  4 +++-
 Platform/RaspberryPi/RPi3/Include/Protocol/RpiFirmware.h              |  3 ++-
 Platform/RaspberryPi/RPi3/Library/PlatformBootManagerLib/PlatformBm.c |  2 +-
 Platform/RaspberryPi/RPi3/RPi3.dec                                    | 17 ++++++++-------
 Platform/RaspberryPi/RPi3/RPi3.dsc                                    |  1 +
 Platform/RaspberryPi/RPi3/Readme.md                                   |  6 +++---
 10 files changed, 58 insertions(+), 15 deletions(-)

-- 
2.21.0.windows.1


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

end of thread, other threads:[~2019-07-03 12:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-02 16:13 [edk2-platforms: PATCH 0/2] Platform/RPi3 improve boot order and add custom freqs Pete Batard
2019-07-02 16:13 ` [edk2-platforms: PATCH 1/2] Platform/RPi3: Set the boot option of UEFI Shell as non-active Pete Batard
2019-07-03 11:43   ` Leif Lindholm
2019-07-02 16:13 ` [edk2-platforms: PATCH 2/2] Platform/Rpi3: Add custom CPU frequency support Pete Batard
2019-07-03 11:42   ` Leif Lindholm
2019-07-03 12:09     ` Pete Batard

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