From 4c2ebeba78e437df2d156a4c68f1fb15b62926f5 Mon Sep 17 00:00:00 2001 From: Damien Zammit Date: Sat, 20 Jul 2013 17:44:15 +1000 Subject: it8728f: Add ITE IT8728F superio early serial support. This is the first of a series of patches to provide support for a new mainboard, Gigabyte GA-B75M-D3V. This patch provides early serial for the superio and has been tested on this mainboard. The code is based on IT8718F superio. Change-Id: I5636199b49314166ed3b81e60b41131964dd44ff Signed-off-by: Damien Zammit Reviewed-on: http://review.coreboot.org/3794 Reviewed-by: Alexandru Gagniuc Tested-by: build bot (Jenkins) --- src/superio/ite/Makefile.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/superio/ite/Makefile.inc') diff --git a/src/superio/ite/Makefile.inc b/src/superio/ite/Makefile.inc index ce595b804e..8610eea662 100644 --- a/src/superio/ite/Makefile.inc +++ b/src/superio/ite/Makefile.inc @@ -25,4 +25,5 @@ subdirs-y += it8712f subdirs-y += it8716f subdirs-y += it8718f subdirs-y += it8721f +subdirs-y += it8728f subdirs-y += it8772f -- cgit v1.2.3