[coreboot-gerrit] Patch set updated for coreboot: 8a024ea cpu/amd/agesa/s3_resume.c: Specify include paths from AGESA_ROOT

Alexandru Gagniuc (mr.nuke.me@gmail.com) gerrit at coreboot.org
Fri Apr 4 08:16:19 CEST 2014


Alexandru Gagniuc (mr.nuke.me at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5426

-gerrit

commit 8a024ea4bd89580df435103addff2237eb544cbd
Author: Alexandru Gagniuc <mr.nuke.me at gmail.com>
Date:   Sat Mar 29 18:06:57 2014 -0500

    cpu/amd/agesa/s3_resume.c: Specify include paths from AGESA_ROOT
    
    Following the same reasoning as in commit
    * 1d87dac hp/pavilion_m6_1035dx: Sanitize #includes
    include AGESA files with a path relative to AGESA_ROOT. We cannot
    with more than one generation of AGESA, hence the path being relative
    to AGESA_ROOT.
    
    Change-Id: If15c4cbfd42e0264264fdb3e8c426a47609ad41f
    Signed-off-by: Alexandru Gagniuc <mr.nuke.me at gmail.com>
---
 src/cpu/amd/agesa/s3_resume.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/cpu/amd/agesa/s3_resume.c b/src/cpu/amd/agesa/s3_resume.c
index 7b1157d..d51203e 100644
--- a/src/cpu/amd/agesa/s3_resume.c
+++ b/src/cpu/amd/agesa/s3_resume.c
@@ -17,8 +17,8 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,  MA 02110-1301 USA
  */
 
-#include "AGESA.h"
-#include "amdlib.h"
+#include <AGESA.h>
+#include <Lib/amdlib.h>
 #include <console/console.h>
 #include <cpu/x86/msr.h>
 #include <cpu/x86/mtrr.h>



More information about the coreboot-gerrit mailing list