From a89accd74ff6b9bdb8d27a0b7d5da9e7e5bd68c9 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 20 Feb 2015 11:54:09 -0600 Subject: cpu/amd/model_10xxx: Documentation update Change-Id: Ic29009be42ef77261a3b535327cf5c12761023c1 Signed-off-by: Timothy Pearson Reviewed-on: http://review.coreboot.org/8497 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Nicolas Reinecke Reviewed-by: Alexandru Gagniuc --- src/cpu/amd/model_10xxx/fidvid.c | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'src/cpu') diff --git a/src/cpu/amd/model_10xxx/fidvid.c b/src/cpu/amd/model_10xxx/fidvid.c index d3c67a9fa0..a3f3075dd8 100644 --- a/src/cpu/amd/model_10xxx/fidvid.c +++ b/src/cpu/amd/model_10xxx/fidvid.c @@ -78,17 +78,8 @@ Fam10 Bios and Kernel Development Guide #31116, rev 3.48, April 22, 2010 11.- finalPstateChange() from init_fidvid_Stage2 (BKDG says just "may", anyway) -12.- generate ACPI for p-states. FIXME - Needs more assessment. There's some kind of fixed support that - does not seem to depend on CPU revision or actual MSRC001_00[68:64] - as BKDG apparently requires. - http://www.coreboot.org/ACPI#CPU_Power_Management - At least for Tilapia board: - src/mainboard///acpi_tables.c write_acpi_tables(...) calls - acpi_add_ssdt_pstates(...) - in /src/northbridge/amd/amdfam10/amdfam10_acpi.c - which apparently copies them from static info in - src/mainboard///acpi/cpstate.asl +12.- generate ACPI for p-states. + generated in powernow_acpi.c pstates_algorithm() "must also be completed" -- cgit v1.2.3