[coreboot-gerrit] New patch to review for coreboot: util/autoport: Use common gpio.c for bd82x6x

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Thu Feb 18 01:35:44 CET 2016


Stefan Reinauer (stefan.reinauer at coreboot.org) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/13731

-gerrit

commit a41ea768463f50c9549fc24e6159e0060e912e0f
Author: Stefan Reinauer <stefan.reinauer at coreboot.org>
Date:   Wed Feb 17 16:34:02 2016 -0800

    util/autoport: Use common gpio.c for bd82x6x
    
    In accordance to change I8bd981c4696c174152cf41caefa6c083650d283a
    change autoport as well, as suggested by Vladimir.
    
    Change-Id: I7cdaa779c11fd3f791a3ad213c24d927b5da76b9
    Signed-off-by: Stefan Reinauer <stefan.reinauer at coreboot.org>
---
 util/autoport/bd82x6x.go | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/util/autoport/bd82x6x.go b/util/autoport/bd82x6x.go
index 3e47117..8665cbe 100644
--- a/util/autoport/bd82x6x.go
+++ b/util/autoport/bd82x6x.go
@@ -40,7 +40,7 @@ func (b bd82x6x) GPIO(ctx Context, inteltool InteltoolData) {
 
 	AddROMStageFile("gpio.c", "")
 
-	gpio.WriteString(`#include "southbridge/intel/bd82x6x/gpio.h"
+	gpio.WriteString(`#include <southbridge/intel/common/gpio.h>
 `)
 
 	adresses := [3][6]int{
@@ -294,7 +294,7 @@ func (b bd82x6x) Scan(ctx Context, addr PCIDevData) {
 #include "northbridge/intel/sandybridge/sandybridge.h"
 #include "northbridge/intel/sandybridge/raminit_native.h"
 #include "southbridge/intel/bd82x6x/pch.h"
-#include "southbridge/intel/bd82x6x/gpio.h"
+#include <southbridge/intel/common/gpio.h>
 #include <arch/cpu.h>
 #include <cpu/x86/msr.h>
 



More information about the coreboot-gerrit mailing list