[coreboot-gerrit] New patch to review for coreboot: 44c04b5 Fix IASL warnings in AMD Family 10h ASL utility code

Timothy Pearson (tpearson@raptorengineeringinc.com) gerrit at coreboot.org
Sat Jan 24 03:51:35 CET 2015


Timothy Pearson (tpearson at raptorengineeringinc.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/8264

-gerrit

commit 44c04b5928729068e74148a6569435d28f1fb8cb
Author: Timothy Pearson <tpearson at raptorengineeringinc.com>
Date:   Fri Jan 23 20:25:15 2015 -0600

    Fix IASL warnings in AMD Family 10h ASL utility code
    
    Change-Id: Ia98088bea7e3e21c33252c98a675799d52edb809
    Signed-off-by: Timothy Pearson <tpearson at raptorengineeringinc.com>
---
 src/northbridge/amd/amdfam10/amdfam10_util.asl | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/northbridge/amd/amdfam10/amdfam10_util.asl b/src/northbridge/amd/amdfam10/amdfam10_util.asl
index 8e02510..a0f4170 100644
--- a/src/northbridge/amd/amdfam10/amdfam10_util.asl
+++ b/src/northbridge/amd/amdfam10/amdfam10_util.asl
@@ -1,6 +1,7 @@
 //
 // This file is part of the coreboot project.
 //
+// Copyright (C) 2015 Timothy Pearson <tpearson at raptorengineeringinc.com>, Raptor Engineering
 // Copyright (C) 2007 Advanced Micro Devices, Inc.
 //
 // This program is free software; you can redistribute it and/or modify
@@ -122,7 +123,7 @@ Scope (\_SB)
 		Return (0x00)
 	}
 
-	Method (GWBN, 2, NotSerialized)
+	Method (GWBN, 2, Serialized)
 	{
 		Name (BUF0, ResourceTemplate ()
 		{
@@ -161,7 +162,7 @@ Scope (\_SB)
 		Return (RTAG (BUF0))
 	}
 
-	Method (GMEM, 2, NotSerialized)
+	Method (GMEM, 2, Serialized)
 	{
 		Name (BUF0, ResourceTemplate ()
 		{
@@ -222,7 +223,7 @@ Scope (\_SB)
 		Return (Local3)
 	}
 
-	Method (GIOR, 2, NotSerialized)
+	Method (GIOR, 2, Serialized)
 	{
 		Name (BUF0, ResourceTemplate ()
 		{



More information about the coreboot-gerrit mailing list