diff options
author | Damien Zammit <damien@zamaudio.com> | 2013-07-20 17:44:15 +1000 |
---|---|---|
committer | Alexandru Gagniuc <mr.nuke.me@gmail.com> | 2013-07-20 21:21:35 +0200 |
commit | 4c2ebeba78e437df2d156a4c68f1fb15b62926f5 (patch) | |
tree | c6c56ad5bc5a88dfbacd6df5205858d500a33982 /src/superio/ite/Makefile.inc | |
parent | ed621ada6309004c54ab922f2b4143427d6d1a84 (diff) | |
download | coreboot-4c2ebeba78e437df2d156a4c68f1fb15b62926f5.tar.xz |
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 <damien@zamaudio.com>
Reviewed-on: http://review.coreboot.org/3794
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/superio/ite/Makefile.inc')
-rw-r--r-- | src/superio/ite/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
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 |