public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [edk2-devel][PATCH v2 0/1] Platform/RPi/ConfigDxe: Improve CPU Frequency configuration
@ 2020-03-10 23:31 Pete Batard
  2020-03-10 23:31 ` [edk2-devel][PATCH v2 1/1] " Pete Batard
  0 siblings, 1 reply; 3+ messages in thread
From: Pete Batard @ 2020-03-10 23:31 UTC (permalink / raw)
  To: devel; +Cc: ard.biesheuvel, leif, philmd, awarkentin

This patch supersedes https://edk2.groups.io/g/devel/topic/71809869#55659.

It's more or less a complete rewrite of the previous proposal, as it
introduces new "Default" and "Low" CPU frequency settings and does away
with the need for platform specific strings altogether.

More importantly, it ensures that the default CPU frequency for the
each platform will be set to its expected defaults, as documented on:
https://www.raspberrypi.org/documentation/configuration/config-txt/overclocking.md
instead of a very low frequency.


Pete Batard (1):
  Platform/RPi/ConfigDxe: Improve CPU Frequency configuration

 Platform/RaspberryPi/Drivers/ConfigDxe/ConfigDxe.c      | 41 ++++++++++++--------
 Platform/RaspberryPi/Drivers/ConfigDxe/ConfigDxe.inf    |  5 +++
 Platform/RaspberryPi/Drivers/ConfigDxe/ConfigDxeHii.uni |  6 +--
 Platform/RaspberryPi/Drivers/ConfigDxe/ConfigDxeHii.vfr | 12 +++---
 Platform/RaspberryPi/RPi3/RPi3.dsc                      | 11 +++++-
 Platform/RaspberryPi/RPi4/RPi4.dsc                      | 11 +++++-
 Platform/RaspberryPi/RaspberryPi.dec                    |  3 ++
 7 files changed, 60 insertions(+), 29 deletions(-)

-- 
2.21.0.windows.1


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

end of thread, other threads:[~2020-03-25 18:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-10 23:31 [edk2-devel][PATCH v2 0/1] Platform/RPi/ConfigDxe: Improve CPU Frequency configuration Pete Batard
2020-03-10 23:31 ` [edk2-devel][PATCH v2 1/1] " Pete Batard
2020-03-25 18:48   ` Ard Biesheuvel

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