[coreboot-gerrit] New patch to review for coreboot: 2eea87d TEST

Edward O'Callaghan (eocallaghan@alterapraxis.com) gerrit at coreboot.org
Fri Nov 28 13:46:26 CET 2014


Edward O'Callaghan (eocallaghan at alterapraxis.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/7597

-gerrit

commit 2eea87df781d8909509e929e9df90cbfee7970fb
Author: Edward O'Callaghan <eocallaghan at alterapraxis.com>
Date:   Fri Nov 28 23:45:54 2014 +1100

    TEST
    
    Change-Id: I9a218f7bb3aa7a63f9325248075bae3aa9027f1f
    Signed-off-by: Edward O'Callaghan <eocallaghan at alterapraxis.com>
---
 src/mainboard/amd/dinar/agesawrapper.h                        | 2 +-
 src/mainboard/amd/inagua/PlatformGnbPcieComplex.h             | 2 +-
 src/mainboard/amd/inagua/agesawrapper.h                       | 2 +-
 src/mainboard/amd/olivehill/PlatformGnbPcieComplex.h          | 2 +-
 src/mainboard/amd/olivehill/agesawrapper.h                    | 2 +-
 src/mainboard/amd/parmer/PlatformGnbPcieComplex.h             | 2 +-
 src/mainboard/amd/parmer/agesawrapper.h                       | 2 +-
 src/mainboard/amd/persimmon/PlatformGnbPcieComplex.h          | 2 +-
 src/mainboard/amd/persimmon/agesawrapper.h                    | 2 +-
 src/mainboard/amd/south_station/PlatformGnbPcieComplex.h      | 2 +-
 src/mainboard/amd/south_station/agesawrapper.h                | 2 +-
 src/mainboard/amd/thatcher/PlatformGnbPcieComplex.h           | 2 +-
 src/mainboard/amd/thatcher/agesawrapper.h                     | 2 +-
 src/mainboard/amd/torpedo/PlatformGnbPcieComplex.h            | 2 +-
 src/mainboard/amd/torpedo/agesawrapper.h                      | 2 +-
 src/mainboard/amd/union_station/PlatformGnbPcieComplex.h      | 2 +-
 src/mainboard/amd/union_station/agesawrapper.h                | 2 +-
 src/mainboard/asrock/e350m1/PlatformGnbPcieComplex.h          | 2 +-
 src/mainboard/asrock/e350m1/agesawrapper.h                    | 2 +-
 src/mainboard/asrock/imb-a180/PlatformGnbPcieComplex.h        | 2 +-
 src/mainboard/asrock/imb-a180/agesawrapper.h                  | 2 +-
 src/mainboard/gizmosphere/gizmo/PlatformGnbPcieComplex.h      | 2 +-
 src/mainboard/gizmosphere/gizmo/agesawrapper.h                | 2 +-
 src/mainboard/lippert/frontrunner-af/PlatformGnbPcieComplex.h | 2 +-
 src/mainboard/lippert/frontrunner-af/agesawrapper.h           | 2 +-
 src/mainboard/lippert/toucan-af/PlatformGnbPcieComplex.h      | 2 +-
 src/mainboard/lippert/toucan-af/agesawrapper.h                | 2 +-
 src/mainboard/supermicro/h8qgi/agesawrapper.h                 | 2 +-
 src/mainboard/supermicro/h8scm/agesawrapper.h                 | 2 +-
 src/mainboard/tyan/s8226/agesawrapper.h                       | 2 +-
 30 files changed, 30 insertions(+), 30 deletions(-)

diff --git a/src/mainboard/amd/dinar/agesawrapper.h b/src/mainboard/amd/dinar/agesawrapper.h
index efce9c2..e30618a 100644
--- a/src/mainboard/amd/dinar/agesawrapper.h
+++ b/src/mainboard/amd/dinar/agesawrapper.h
@@ -21,7 +21,7 @@
 #define _AGESAWRAPPER_H_
 
 #include <stdint.h>
-#include "Porting.h"
+#include <vendorcode/amd/agesa/Porting.h>
 #include "AGESA.h"
 
 /* Define AMD Ontario APPU SSID/SVID */
diff --git a/src/mainboard/amd/inagua/PlatformGnbPcieComplex.h b/src/mainboard/amd/inagua/PlatformGnbPcieComplex.h
index 111ad6f..e854bbf 100644
--- a/src/mainboard/amd/inagua/PlatformGnbPcieComplex.h
+++ b/src/mainboard/amd/inagua/PlatformGnbPcieComplex.h
@@ -20,7 +20,7 @@
 #ifndef _PLATFORM_GNB_PCIE_COMPLEX_H
 #define _PLATFORM_GNB_PCIE_COMPLEX_H
 
-#include "Porting.h"
+#include <vendorcode/amd/agesa/Porting.h>
 #include "AGESA.h"
 #include "amdlib.h"
 
diff --git a/src/mainboard/amd/inagua/agesawrapper.h b/src/mainboard/amd/inagua/agesawrapper.h
index 3f7549e..133040e 100644
--- a/src/mainboard/amd/inagua/agesawrapper.h
+++ b/src/mainboard/amd/inagua/agesawrapper.h
@@ -21,7 +21,7 @@
 #define _AGESAWRAPPER_H_
 
 #include <stdint.h>
-#include "Porting.h"
+#include <vendorcode/amd/agesa/Porting.h>
 #include "AGESA.h"
 
 /* Define AMD Ontario APPU SSID/SVID */
diff --git a/src/mainboard/amd/olivehill/PlatformGnbPcieComplex.h b/src/mainboard/amd/olivehill/PlatformGnbPcieComplex.h
index b3c69cf..7bddd4f 100644
--- a/src/mainboard/amd/olivehill/PlatformGnbPcieComplex.h
+++ b/src/mainboard/amd/olivehill/PlatformGnbPcieComplex.h
@@ -20,7 +20,7 @@
 #ifndef _PLATFORM_GNB_PCIE_COMPLEX_H
 #define _PLATFORM_GNB_PCIE_COMPLEX_H
 
-#include "Porting.h"
+#include <vendorcode/amd/agesa/Porting.h>
 #include "AGESA.h"
 #include "amdlib.h"
 
diff --git a/src/mainboard/amd/olivehill/agesawrapper.h b/src/mainboard/amd/olivehill/agesawrapper.h
index 9e4617d..de20341 100644
--- a/src/mainboard/amd/olivehill/agesawrapper.h
+++ b/src/mainboard/amd/olivehill/agesawrapper.h
@@ -21,7 +21,7 @@
 #define _AGESAWRAPPER_H_
 
 #include <stdint.h>
-#include "Porting.h"
+#include <vendorcode/amd/agesa/Porting.h>
 #include "AGESA.h"
 
 /* Define AMD Ontario APPU SSID/SVID */
diff --git a/src/mainboard/amd/parmer/PlatformGnbPcieComplex.h b/src/mainboard/amd/parmer/PlatformGnbPcieComplex.h
index b3c69cf..7bddd4f 100644
--- a/src/mainboard/amd/parmer/PlatformGnbPcieComplex.h
+++ b/src/mainboard/amd/parmer/PlatformGnbPcieComplex.h
@@ -20,7 +20,7 @@
 #ifndef _PLATFORM_GNB_PCIE_COMPLEX_H
 #define _PLATFORM_GNB_PCIE_COMPLEX_H
 
-#include "Porting.h"
+#include <vendorcode/amd/agesa/Porting.h>
 #include "AGESA.h"
 #include "amdlib.h"
 
diff --git a/src/mainboard/amd/parmer/agesawrapper.h b/src/mainboard/amd/parmer/agesawrapper.h
index 9e4617d..de20341 100644
--- a/src/mainboard/amd/parmer/agesawrapper.h
+++ b/src/mainboard/amd/parmer/agesawrapper.h
@@ -21,7 +21,7 @@
 #define _AGESAWRAPPER_H_
 
 #include <stdint.h>
-#include "Porting.h"
+#include <vendorcode/amd/agesa/Porting.h>
 #include "AGESA.h"
 
 /* Define AMD Ontario APPU SSID/SVID */
diff --git a/src/mainboard/amd/persimmon/PlatformGnbPcieComplex.h b/src/mainboard/amd/persimmon/PlatformGnbPcieComplex.h
index ec8a6e3..70f48e6 100644
--- a/src/mainboard/amd/persimmon/PlatformGnbPcieComplex.h
+++ b/src/mainboard/amd/persimmon/PlatformGnbPcieComplex.h
@@ -20,7 +20,7 @@
 #ifndef _PLATFORM_GNB_PCIE_COMPLEX_H
 #define _PLATFORM_GNB_PCIE_COMPLEX_H
 
-#include "Porting.h"
+#include <vendorcode/amd/agesa/Porting.h>
 #include "AGESA.h"
 #include "amdlib.h"
 #include <cpu/amd/agesa/s3_resume.h>
diff --git a/src/mainboard/amd/persimmon/agesawrapper.h b/src/mainboard/amd/persimmon/agesawrapper.h
index d14603e..08244c6 100644
--- a/src/mainboard/amd/persimmon/agesawrapper.h
+++ b/src/mainboard/amd/persimmon/agesawrapper.h
@@ -21,7 +21,7 @@
 #define _AGESAWRAPPER_H_
 
 #include <stdint.h>
-#include "Porting.h"
+#include <vendorcode/amd/agesa/Porting.h>
 #include "AGESA.h"
 
 /* Define AMD Ontario APPU SSID/SVID */
diff --git a/src/mainboard/amd/south_station/PlatformGnbPcieComplex.h b/src/mainboard/amd/south_station/PlatformGnbPcieComplex.h
index 5efcd7d..ba5bc5a 100644
--- a/src/mainboard/amd/south_station/PlatformGnbPcieComplex.h
+++ b/src/mainboard/amd/south_station/PlatformGnbPcieComplex.h
@@ -20,7 +20,7 @@
 #ifndef _PLATFORM_GNB_PCIE_COMPLEX_H
 #define _PLATFORM_GNB_PCIE_COMPLEX_H
 
-#include "Porting.h"
+#include <vendorcode/amd/agesa/Porting.h>
 #include "AGESA.h"
 #include "amdlib.h"
 
diff --git a/src/mainboard/amd/south_station/agesawrapper.h b/src/mainboard/amd/south_station/agesawrapper.h
index 65c14e9..7e4885e 100644
--- a/src/mainboard/amd/south_station/agesawrapper.h
+++ b/src/mainboard/amd/south_station/agesawrapper.h
@@ -21,7 +21,7 @@
 #define _AGESAWRAPPER_H_
 
 #include <stdint.h>
-#include "Porting.h"
+#include <vendorcode/amd/agesa/Porting.h>
 #include "AGESA.h"
 
 /* Define AMD Ontario APPU SSID/SVID */
diff --git a/src/mainboard/amd/thatcher/PlatformGnbPcieComplex.h b/src/mainboard/amd/thatcher/PlatformGnbPcieComplex.h
index b3c69cf..7bddd4f 100644
--- a/src/mainboard/amd/thatcher/PlatformGnbPcieComplex.h
+++ b/src/mainboard/amd/thatcher/PlatformGnbPcieComplex.h
@@ -20,7 +20,7 @@
 #ifndef _PLATFORM_GNB_PCIE_COMPLEX_H
 #define _PLATFORM_GNB_PCIE_COMPLEX_H
 
-#include "Porting.h"
+#include <vendorcode/amd/agesa/Porting.h>
 #include "AGESA.h"
 #include "amdlib.h"
 
diff --git a/src/mainboard/amd/thatcher/agesawrapper.h b/src/mainboard/amd/thatcher/agesawrapper.h
index 9e4617d..de20341 100644
--- a/src/mainboard/amd/thatcher/agesawrapper.h
+++ b/src/mainboard/amd/thatcher/agesawrapper.h
@@ -21,7 +21,7 @@
 #define _AGESAWRAPPER_H_
 
 #include <stdint.h>
-#include "Porting.h"
+#include <vendorcode/amd/agesa/Porting.h>
 #include "AGESA.h"
 
 /* Define AMD Ontario APPU SSID/SVID */
diff --git a/src/mainboard/amd/torpedo/PlatformGnbPcieComplex.h b/src/mainboard/amd/torpedo/PlatformGnbPcieComplex.h
index 5efcd7d..ba5bc5a 100644
--- a/src/mainboard/amd/torpedo/PlatformGnbPcieComplex.h
+++ b/src/mainboard/amd/torpedo/PlatformGnbPcieComplex.h
@@ -20,7 +20,7 @@
 #ifndef _PLATFORM_GNB_PCIE_COMPLEX_H
 #define _PLATFORM_GNB_PCIE_COMPLEX_H
 
-#include "Porting.h"
+#include <vendorcode/amd/agesa/Porting.h>
 #include "AGESA.h"
 #include "amdlib.h"
 
diff --git a/src/mainboard/amd/torpedo/agesawrapper.h b/src/mainboard/amd/torpedo/agesawrapper.h
index 3a0aa0b..a8a23be 100644
--- a/src/mainboard/amd/torpedo/agesawrapper.h
+++ b/src/mainboard/amd/torpedo/agesawrapper.h
@@ -21,7 +21,7 @@
 #define _AGESAWRAPPER_H_
 
 #include <stdint.h>
-#include "Porting.h"
+#include <vendorcode/amd/agesa/Porting.h>
 #include "AGESA.h"
 
 /* Define AMD Ontario APPU SSID/SVID */
diff --git a/src/mainboard/amd/union_station/PlatformGnbPcieComplex.h b/src/mainboard/amd/union_station/PlatformGnbPcieComplex.h
index 5efcd7d..ba5bc5a 100644
--- a/src/mainboard/amd/union_station/PlatformGnbPcieComplex.h
+++ b/src/mainboard/amd/union_station/PlatformGnbPcieComplex.h
@@ -20,7 +20,7 @@
 #ifndef _PLATFORM_GNB_PCIE_COMPLEX_H
 #define _PLATFORM_GNB_PCIE_COMPLEX_H
 
-#include "Porting.h"
+#include <vendorcode/amd/agesa/Porting.h>
 #include "AGESA.h"
 #include "amdlib.h"
 
diff --git a/src/mainboard/amd/union_station/agesawrapper.h b/src/mainboard/amd/union_station/agesawrapper.h
index 65c14e9..7e4885e 100644
--- a/src/mainboard/amd/union_station/agesawrapper.h
+++ b/src/mainboard/amd/union_station/agesawrapper.h
@@ -21,7 +21,7 @@
 #define _AGESAWRAPPER_H_
 
 #include <stdint.h>
-#include "Porting.h"
+#include <vendorcode/amd/agesa/Porting.h>
 #include "AGESA.h"
 
 /* Define AMD Ontario APPU SSID/SVID */
diff --git a/src/mainboard/asrock/e350m1/PlatformGnbPcieComplex.h b/src/mainboard/asrock/e350m1/PlatformGnbPcieComplex.h
index 5efcd7d..ba5bc5a 100644
--- a/src/mainboard/asrock/e350m1/PlatformGnbPcieComplex.h
+++ b/src/mainboard/asrock/e350m1/PlatformGnbPcieComplex.h
@@ -20,7 +20,7 @@
 #ifndef _PLATFORM_GNB_PCIE_COMPLEX_H
 #define _PLATFORM_GNB_PCIE_COMPLEX_H
 
-#include "Porting.h"
+#include <vendorcode/amd/agesa/Porting.h>
 #include "AGESA.h"
 #include "amdlib.h"
 
diff --git a/src/mainboard/asrock/e350m1/agesawrapper.h b/src/mainboard/asrock/e350m1/agesawrapper.h
index 9937fb2..ae6f537 100644
--- a/src/mainboard/asrock/e350m1/agesawrapper.h
+++ b/src/mainboard/asrock/e350m1/agesawrapper.h
@@ -21,7 +21,7 @@
 #define _AGESAWRAPPER_H_
 
 #include <stdint.h>
-#include "Porting.h"
+#include <vendorcode/amd/agesa/Porting.h>
 #include "AGESA.h"
 
 /* Define AMD Ontario APPU SSID/SVID */
diff --git a/src/mainboard/asrock/imb-a180/PlatformGnbPcieComplex.h b/src/mainboard/asrock/imb-a180/PlatformGnbPcieComplex.h
index 1db8b2d..ccc6813 100644
--- a/src/mainboard/asrock/imb-a180/PlatformGnbPcieComplex.h
+++ b/src/mainboard/asrock/imb-a180/PlatformGnbPcieComplex.h
@@ -20,7 +20,7 @@
 #ifndef _PLATFORM_GNB_PCIE_COMPLEX_H
 #define _PLATFORM_GNB_PCIE_COMPLEX_H
 
-#include "Porting.h"
+#include <vendorcode/amd/agesa/Porting.h>
 #include "AGESA.h"
 #include "amdlib.h"
 
diff --git a/src/mainboard/asrock/imb-a180/agesawrapper.h b/src/mainboard/asrock/imb-a180/agesawrapper.h
index acaa2b3..ca7551c 100644
--- a/src/mainboard/asrock/imb-a180/agesawrapper.h
+++ b/src/mainboard/asrock/imb-a180/agesawrapper.h
@@ -21,7 +21,7 @@
 #define _AGESAWRAPPER_H_
 
 #include <stdint.h>
-#include "Porting.h"
+#include <vendorcode/amd/agesa/Porting.h>
 #include "AGESA.h"
 
 /* Define AMD Ontario APPU SSID/SVID */
diff --git a/src/mainboard/gizmosphere/gizmo/PlatformGnbPcieComplex.h b/src/mainboard/gizmosphere/gizmo/PlatformGnbPcieComplex.h
index 5cd4b41..5fe3656 100755
--- a/src/mainboard/gizmosphere/gizmo/PlatformGnbPcieComplex.h
+++ b/src/mainboard/gizmosphere/gizmo/PlatformGnbPcieComplex.h
@@ -21,7 +21,7 @@
 #ifndef _PLATFORM_GNB_PCIE_COMPLEX_H
 #define _PLATFORM_GNB_PCIE_COMPLEX_H
 
-#include "Porting.h"
+#include <vendorcode/amd/agesa/Porting.h>
 #include "AGESA.h"
 #include "amdlib.h"
 #include <cpu/amd/agesa/s3_resume.h>
diff --git a/src/mainboard/gizmosphere/gizmo/agesawrapper.h b/src/mainboard/gizmosphere/gizmo/agesawrapper.h
index b8c3f6c..b7f6a2b 100755
--- a/src/mainboard/gizmosphere/gizmo/agesawrapper.h
+++ b/src/mainboard/gizmosphere/gizmo/agesawrapper.h
@@ -22,7 +22,7 @@
 #define _AGESAWRAPPER_H_
 
 #include <stdint.h>
-#include "Porting.h"
+#include <vendorcode/amd/agesa/Porting.h>
 #include "AGESA.h"
 
 /* Define AMD Ontario APPU SSID/SVID */
diff --git a/src/mainboard/lippert/frontrunner-af/PlatformGnbPcieComplex.h b/src/mainboard/lippert/frontrunner-af/PlatformGnbPcieComplex.h
index 02c7f4e..ad0cf9a 100644
--- a/src/mainboard/lippert/frontrunner-af/PlatformGnbPcieComplex.h
+++ b/src/mainboard/lippert/frontrunner-af/PlatformGnbPcieComplex.h
@@ -20,7 +20,7 @@
 #ifndef _PLATFORM_GNB_PCIE_COMPLEX_H
 #define _PLATFORM_GNB_PCIE_COMPLEX_H
 
-#include "Porting.h"
+#include <vendorcode/amd/agesa/Porting.h>
 #include "AGESA.h"
 #include "amdlib.h"
 #include <cpu/amd/agesa/s3_resume.h>
diff --git a/src/mainboard/lippert/frontrunner-af/agesawrapper.h b/src/mainboard/lippert/frontrunner-af/agesawrapper.h
index a74a800..26f7390 100644
--- a/src/mainboard/lippert/frontrunner-af/agesawrapper.h
+++ b/src/mainboard/lippert/frontrunner-af/agesawrapper.h
@@ -21,7 +21,7 @@
 #define _AGESAWRAPPER_H_
 
 #include <stdint.h>
-#include "Porting.h"
+#include <vendorcode/amd/agesa/Porting.h>
 #include "AGESA.h"
 
 /* Define AMD Ontario APPU SSID/SVID */
diff --git a/src/mainboard/lippert/toucan-af/PlatformGnbPcieComplex.h b/src/mainboard/lippert/toucan-af/PlatformGnbPcieComplex.h
index 69e2615..b482c9e 100644
--- a/src/mainboard/lippert/toucan-af/PlatformGnbPcieComplex.h
+++ b/src/mainboard/lippert/toucan-af/PlatformGnbPcieComplex.h
@@ -20,7 +20,7 @@
 #ifndef _PLATFORM_GNB_PCIE_COMPLEX_H
 #define _PLATFORM_GNB_PCIE_COMPLEX_H
 
-#include "Porting.h"
+#include <vendorcode/amd/agesa/Porting.h>
 #include "AGESA.h"
 #include "amdlib.h"
 #include <cpu/amd/agesa/s3_resume.h>
diff --git a/src/mainboard/lippert/toucan-af/agesawrapper.h b/src/mainboard/lippert/toucan-af/agesawrapper.h
index a74a800..26f7390 100644
--- a/src/mainboard/lippert/toucan-af/agesawrapper.h
+++ b/src/mainboard/lippert/toucan-af/agesawrapper.h
@@ -21,7 +21,7 @@
 #define _AGESAWRAPPER_H_
 
 #include <stdint.h>
-#include "Porting.h"
+#include <vendorcode/amd/agesa/Porting.h>
 #include "AGESA.h"
 
 /* Define AMD Ontario APPU SSID/SVID */
diff --git a/src/mainboard/supermicro/h8qgi/agesawrapper.h b/src/mainboard/supermicro/h8qgi/agesawrapper.h
index fec1ada..aa0a476 100644
--- a/src/mainboard/supermicro/h8qgi/agesawrapper.h
+++ b/src/mainboard/supermicro/h8qgi/agesawrapper.h
@@ -22,7 +22,7 @@
 #define _AGESAWRAPPER_H_
 
 #include <stdint.h>
-#include "Porting.h"
+#include <vendorcode/amd/agesa/Porting.h>
 #include "AGESA.h"
 
 #define PCIE_BASE_ADDRESS   CONFIG_MMCONF_BASE_ADDRESS
diff --git a/src/mainboard/supermicro/h8scm/agesawrapper.h b/src/mainboard/supermicro/h8scm/agesawrapper.h
index e01c2ac..a665b4e 100644
--- a/src/mainboard/supermicro/h8scm/agesawrapper.h
+++ b/src/mainboard/supermicro/h8scm/agesawrapper.h
@@ -22,7 +22,7 @@
 #define _AGESAWRAPPER_H_
 
 #include <stdint.h>
-#include "Porting.h"
+#include <vendorcode/amd/agesa/Porting.h>
 #include "AGESA.h"
 
 #define PCIE_BASE_ADDRESS   CONFIG_MMCONF_BASE_ADDRESS
diff --git a/src/mainboard/tyan/s8226/agesawrapper.h b/src/mainboard/tyan/s8226/agesawrapper.h
index 66a827d..88af20e 100644
--- a/src/mainboard/tyan/s8226/agesawrapper.h
+++ b/src/mainboard/tyan/s8226/agesawrapper.h
@@ -21,7 +21,7 @@
 #define _AGESAWRAPPER_H_
 
 #include <stdint.h>
-#include "Porting.h"
+#include <vendorcode/amd/agesa/Porting.h>
 #include "AGESA.h"
 
 #define PCIE_BASE_ADDRESS   CONFIG_MMCONF_BASE_ADDRESS



More information about the coreboot-gerrit mailing list