[coreboot-gerrit] Patch set updated for coreboot: 9825f0e superio/ite/it8772f/Makefile.inc: Build romstage symbols

Edward O'Callaghan (eocallaghan@alterapraxis.com) gerrit at coreboot.org
Mon Jul 14 08:48:08 CEST 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/6271

-gerrit

commit 9825f0efa5cc4a2ebd22b22988af23fe4ed13c01
Author: Edward O'Callaghan <eocallaghan at alterapraxis.com>
Date:   Mon Jul 14 16:31:25 2014 +1000

    superio/ite/it8772f/Makefile.inc: Build romstage symbols
    
    Change-Id: Ieef32ac7285246717f0519ffed4314ba28cd47dc
    Signed-off-by: Edward O'Callaghan <eocallaghan at alterapraxis.com>
---
 src/mainboard/google/panther/romstage.c | 1 -
 src/superio/ite/it8772f/Makefile.inc    | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mainboard/google/panther/romstage.c b/src/mainboard/google/panther/romstage.c
index c367968..df7d174 100644
--- a/src/mainboard/google/panther/romstage.c
+++ b/src/mainboard/google/panther/romstage.c
@@ -30,7 +30,6 @@
 #include <southbridge/intel/lynxpoint/lp_gpio.h>
 #include "gpio.h"
 #include "superio/ite/it8772f/it8772f.h"
-#include "superio/ite/it8772f/early_serial.c"
 #include "superio/ite/common/ite.h"
 
 #define SERIAL_DEV PNP_DEV(0x2e, IT8772F_SP1)
diff --git a/src/superio/ite/it8772f/Makefile.inc b/src/superio/ite/it8772f/Makefile.inc
index 7b6be2c..b654102 100644
--- a/src/superio/ite/it8772f/Makefile.inc
+++ b/src/superio/ite/it8772f/Makefile.inc
@@ -18,4 +18,5 @@
 ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 ##
 
+romstage-$(CONFIG_SUPERIO_ITE_IT8772F) += early_serial.c
 ramstage-$(CONFIG_SUPERIO_ITE_IT8772F) += superio.c



More information about the coreboot-gerrit mailing list