diff options
author | Kyösti Mälkki <kyosti.malkki@3mdeb.com> | 2018-06-04 11:16:35 +0300 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-05-15 17:45:41 +0000 |
commit | 72f6fbb1bc64a68dab121231b186c803e9836ad7 (patch) | |
tree | 94be0c6f8b3a2e04233f2b778b11a4cddfbf8be9 /src/superio/ite/Makefile.inc | |
parent | dcfff3739be63c2d42e16860243d7bec98c7ba44 (diff) | |
download | coreboot-72f6fbb1bc64a68dab121231b186c803e9836ad7.tar.xz |
superio/ite: Add IT8786E-I
Based on IT8786E-I V0.4.1 datasheet with following remark:
"Please note that the IT8786E-I V0.4.1 is
applicable only to the D version."
Signed-off-by: Kyösti Mälkki <kyosti.malkki@3mdeb.com>
Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
Change-Id: I7317da6a72db64f95f9a790ef96ed7a5f93b3aea
Reviewed-on: https://review.coreboot.org/c/coreboot/+/30335
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/superio/ite/Makefile.inc')
-rw-r--r-- | src/superio/ite/Makefile.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/superio/ite/Makefile.inc b/src/superio/ite/Makefile.inc index 551abe9a5d..8388c7aa38 100644 --- a/src/superio/ite/Makefile.inc +++ b/src/superio/ite/Makefile.inc @@ -2,6 +2,7 @@ ## This file is part of the coreboot project. ## ## Copyright (C) 2009 Ronald G. Minnich +## Copyright (C) 2018 Libretrend LDA ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by @@ -31,3 +32,4 @@ subdirs-y += it8721f subdirs-y += it8728f subdirs-y += it8772f subdirs-y += it8783ef +subdirs-y += it8786e |