[coreboot-gerrit] New patch to review for coreboot: e533e83 Board lenovo/x201 : Non-local header treated as local

HAOUAS Elyes (ehaouas@noos.fr) gerrit at coreboot.org
Sun Jun 1 15:24:20 CEST 2014


HAOUAS Elyes (ehaouas at noos.fr) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5906

-gerrit

commit e533e83bfadcc83ec8bf38ce965031b76a2ab2a1
Author: Elyes <ehaouas at noos.fr>
Date:   Sun Jun 1 15:22:42 2014 +0200

    Board lenovo/x201 : Non-local header treated as local
    
    Change-Id: I62d0fc66263ed23e70322df9eeaa9acd7ecf314d
    Signed-off-by: Elyes <ehaouas at noos.fr>
---
 src/mainboard/lenovo/x201/acpi_tables.c |  2 +-
 src/mainboard/lenovo/x201/dock.c        |  4 ++--
 src/mainboard/lenovo/x201/gpio.h        |  2 +-
 src/mainboard/lenovo/x201/romstage.c    | 10 +++++-----
 src/mainboard/lenovo/x201/smihandler.c  |  6 +++---
 5 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/src/mainboard/lenovo/x201/acpi_tables.c b/src/mainboard/lenovo/x201/acpi_tables.c
index 165de0d..10adb86 100644
--- a/src/mainboard/lenovo/x201/acpi_tables.c
+++ b/src/mainboard/lenovo/x201/acpi_tables.c
@@ -30,7 +30,7 @@
 #include <device/device.h>
 #include <device/pci.h>
 #include <device/pci_ids.h>
-#include "southbridge/intel/ibexpeak/nvs.h"
+#include <southbridge/intel/ibexpeak/nvs.h>
 
 extern const unsigned char AmlCode[];
 #if CONFIG_HAVE_ACPI_SLIC
diff --git a/src/mainboard/lenovo/x201/dock.c b/src/mainboard/lenovo/x201/dock.c
index fbcf99e..dfc29a6 100644
--- a/src/mainboard/lenovo/x201/dock.c
+++ b/src/mainboard/lenovo/x201/dock.c
@@ -27,8 +27,8 @@
 #include <device/pci.h>
 #include <delay.h>
 #include "dock.h"
-#include "southbridge/intel/ibexpeak/pch.h"
-#include "ec/lenovo/h8/h8.h"
+#include <southbridge/intel/ibexpeak/pch.h>
+#include <ec/lenovo/h8/h8.h>
 #include <ec/acpi/ec.h>
 
 void h8_mainboard_init_dock (void)
diff --git a/src/mainboard/lenovo/x201/gpio.h b/src/mainboard/lenovo/x201/gpio.h
index d9e9ff2..66bc547 100644
--- a/src/mainboard/lenovo/x201/gpio.h
+++ b/src/mainboard/lenovo/x201/gpio.h
@@ -20,7 +20,7 @@
 #ifndef LENOVO_X201_GPIO_H
 #define LENOVO_X201_GPIO_H
 
-#include "southbridge/intel/bd82x6x/gpio.h"
+#include <southbridge/intel/bd82x6x/gpio.h>
 
 const struct pch_gpio_set1 pch_gpio_set1_mode = {
 	.gpio0 = GPIO_MODE_GPIO,
diff --git a/src/mainboard/lenovo/x201/romstage.c b/src/mainboard/lenovo/x201/romstage.c
index 1237a5c..dc2caff 100644
--- a/src/mainboard/lenovo/x201/romstage.c
+++ b/src/mainboard/lenovo/x201/romstage.c
@@ -40,12 +40,12 @@
 
 #include "gpio.h"
 #include "dock.h"
-#include "arch/early_variables.h"
-#include "southbridge/intel/ibexpeak/pch.h"
-#include "northbridge/intel/nehalem/nehalem.h"
+#include <arch/early_variables.h>
+#include <southbridge/intel/ibexpeak/pch.h>
+#include <northbridge/intel/nehalem/nehalem.h>
 
-#include "northbridge/intel/nehalem/raminit.h"
-#include "southbridge/intel/ibexpeak/me.h"
+#include <northbridge/intel/nehalem/raminit.h>
+#include <southbridge/intel/ibexpeak/me.h>
 
 static void pch_enable_lpc(void)
 {
diff --git a/src/mainboard/lenovo/x201/smihandler.c b/src/mainboard/lenovo/x201/smihandler.c
index 0529818..76a53cd 100644
--- a/src/mainboard/lenovo/x201/smihandler.c
+++ b/src/mainboard/lenovo/x201/smihandler.c
@@ -22,9 +22,9 @@
 #include <arch/io.h>
 #include <console/console.h>
 #include <cpu/x86/smm.h>
-#include "southbridge/intel/ibexpeak/nvs.h"
-#include "southbridge/intel/ibexpeak/pch.h"
-#include "southbridge/intel/ibexpeak/me.h"
+#include <southbridge/intel/ibexpeak/nvs.h>
+#include <southbridge/intel/ibexpeak/pch.h>
+#include <southbridge/intel/ibexpeak/me.h>
 #include <northbridge/intel/sandybridge/sandybridge.h>
 #include <cpu/intel/model_2065x/model_2065x.h>
 #include <ec/acpi/ec.h>



More information about the coreboot-gerrit mailing list