diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2023-01-17 19:39:13 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-01-18 18:43:28 +0000 |
commit | 2b01e97c6ffa74db63b030fe28b2679d1301832a (patch) | |
tree | 11e2b5b109ba79aad2242302ff4f8ba3938de996 /src/soc/amd/common | |
parent | ec8eb4947fb5349778c72776ed0c36b9c8207bae (diff) |
soc/amd/common/block/acpi/cppc: drop outdated comment
Since commit d5ab24cd4800 ("soc/amd/common/acpi/cppc: add nominal and
minimum frequencies") the fields that got added in CPPC version 3 get
populated, so remove the now outdated comment about the fields added in
version 3 always being set to CPPC_UNSUPPORTED.
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: I4c975b42fc4f67329170801b871d6bbdf9637d04
Reviewed-on: https://review.coreboot.org/c/coreboot/+/72046
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
Diffstat (limited to 'src/soc/amd/common')
-rw-r--r-- | src/soc/amd/common/block/acpi/cppc.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/soc/amd/common/block/acpi/cppc.c b/src/soc/amd/common/block/acpi/cppc.c index 81a09b4037..0c043a7afe 100644 --- a/src/soc/amd/common/block/acpi/cppc.c +++ b/src/soc/amd/common/block/acpi/cppc.c @@ -7,11 +7,6 @@ #include <soc/msr.h> #include <types.h> -/* - * version 2 is expected to be the typical use case. - * For now this function 'punts' on version 3 and just - * populates the additional fields with 'unsupported'. - */ static void cpu_init_cppc_config(struct cppc_config *config, u32 version) { uint32_t lowest_freq_mhz; |