public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [edk2-devel] [PATCH v4 0/3] Platform/ARM: Enable _CPC/_PSD generation on Juno-r2
@ 2023-12-12  9:30 PierreGondois
  2023-12-12  9:30 ` [edk2-devel] [PATCH v4 1/3] Platform/ARM: Juno: Fix typo PierreGondois
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: PierreGondois @ 2023-12-12  9:30 UTC (permalink / raw)
  To: devel; +Cc: Sami Mujawar, Leif Lindholm, Ard Biesheuvel, Thomas Abraham

From: Pierre Gondois <pierre.gondois@arm.com>

v1:
- https://edk2.groups.io/g/devel/message/104127
v2:
- https://edk2.groups.io/g/devel/message/110048
- Rebase patches on latest version.
- Correct frequency values which were advertised in KHz
  when CPPC spec require them to be in MHz.
v3:
- Rebase on latest master
- Use ACPI 6.5 definitions instead of 6.4 previously
- Renamed ArmScmiInfoLib to DynamicTablesScmiInfoLib
v4:
- Removed Change-id left in commit messages.

A recent patchset [1] allows the generation of _PSD/_CPC ACPI objects by
querying the relevant information through the SCMI protocol.
- The _PSD object describes to which performance domain a CPU belongs.
  CPUs in the same performance domain have the same frequency.
- The _CPC object describes an interface to control the performance level
  of a CPU (i.e. its frequency).

Demonstrate the _PSD/_CPC generation functionality on Juno-r2 platforms.

In order to work, the SCP must describe performance levels on a unified
scale (i.e. not as frequencies). The following performance level values
where used for testing:
- little CPUs OPPs: [181, 322, 383] * 1000
- big CPUs OPPs: [512, 833, 1024] * 1024

The SCP should also:
- have fast channel enabled
- set the `approximate_level` feature to allow performance level requests
  in between OPP leveles.

[1] https://edk2.groups.io/g/devel/message/112367

Pierre Gondois (3):
  Platform/ARM: Juno: Fix typo
  Platform/ARM: Juno: Generate _PSD objects
  Platform/ARM: Juno: Generate _CPC objects for JunoR2

 .../ConfigurationManager.c                    | 333 +++++++++++++++++-
 .../ConfigurationManager.h                    |  27 +-
 .../ConfigurationManagerDxe.inf               |   1 +
 3 files changed, 348 insertions(+), 13 deletions(-)

-- 
2.25.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#112378): https://edk2.groups.io/g/devel/message/112378
Mute This Topic: https://groups.io/mt/103127064/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



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

end of thread, other threads:[~2024-01-25 14:00 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-12  9:30 [edk2-devel] [PATCH v4 0/3] Platform/ARM: Enable _CPC/_PSD generation on Juno-r2 PierreGondois
2023-12-12  9:30 ` [edk2-devel] [PATCH v4 1/3] Platform/ARM: Juno: Fix typo PierreGondois
2024-01-25 11:24   ` Sami Mujawar
2023-12-12  9:30 ` [edk2-devel] [PATCH v4 2/3] Platform/ARM: Juno: Generate _PSD objects PierreGondois
2024-01-25 11:31   ` Sami Mujawar
2024-01-25 12:48     ` PierreGondois
2024-01-25 13:59       ` Sami Mujawar
2023-12-12  9:30 ` [edk2-devel] [PATCH v4 3/3] Platform/ARM: Juno: Generate _CPC objects for JunoR2 PierreGondois
2024-01-25 11:47   ` Sami Mujawar

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