Matt DeVillier (matt.devillier@gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/6271
-gerrit
commit ac98d1918aa1ced895e61efa5a9574f40b5959d7 Author: Edward O'Callaghan eocallaghan@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@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