From f7d8f09d7637915c98fca4832d4085aec949c7e0 Mon Sep 17 00:00:00 2001 From: Edward O'Callaghan Date: Sat, 31 May 2014 13:57:52 +1000 Subject: amd/agesa,cimx: Rename ACPI OS detection methods Try to 'standardize' the otherwise peculiar method naming to be somewhat more in-line with other ACPI implementations. This makes it easier to compare with vendor DSDT dumps for example. Change-Id: I5ba54f7361796669ac0cab7ff91e7de43b22e846 Signed-off-by: Edward O'Callaghan Reviewed-on: http://review.coreboot.org/5888 Tested-by: build bot (Jenkins) Reviewed-by: Marc Jones --- src/northbridge/amd/amdfam10/amdfam10_util.asl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/northbridge/amd/amdfam10/amdfam10_util.asl') diff --git a/src/northbridge/amd/amdfam10/amdfam10_util.asl b/src/northbridge/amd/amdfam10/amdfam10_util.asl index 15d2a6ce43..8e02510cce 100644 --- a/src/northbridge/amd/amdfam10/amdfam10_util.asl +++ b/src/northbridge/amd/amdfam10/amdfam10_util.asl @@ -23,7 +23,7 @@ Scope (\_SB) { Name (OSTB, Ones) - Method (OSTP, 0, NotSerialized) + Method (OSVR, 0, NotSerialized) { If (LEqual (^OSTB, Ones)) { -- cgit v1.2.3