From 5449007425c23dd1b5aaeb64d6ab976893ffe023 Mon Sep 17 00:00:00 2001 From: Patrick Rudolph Date: Wed, 16 Jan 2019 13:44:33 +0100 Subject: superio/ite: Add it8528e * Add support for the SuperIO part of IT8528E * Based on the IT8528E datasheet and tests on vendor firmware TODO: Add support for accessing EC space, which should be implemented in src/ec/ instead, as it's a separate logical unit. No datasheet is publicy available. Tested on wedge100s. The serial works under the OS without CONFIG_CONSOLE_SERIAL. Change-Id: I72aa756e123d6f99d9ef4fe955c4b7f1be25d547 Signed-off-by: Patrick Rudolph Reviewed-on: https://review.coreboot.org/c/30957 Tested-by: build bot (Jenkins) Reviewed-by: Felix Held --- src/superio/ite/it8528e/Kconfig | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/superio/ite/it8528e/Kconfig (limited to 'src/superio/ite/it8528e/Kconfig') diff --git a/src/superio/ite/it8528e/Kconfig b/src/superio/ite/it8528e/Kconfig new file mode 100644 index 0000000000..86f4048a98 --- /dev/null +++ b/src/superio/ite/it8528e/Kconfig @@ -0,0 +1,18 @@ +## +## This file is part of the coreboot project. +## +## Copyright (C) 2019 9Elements GmbH +## +## 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 +## the Free Software Foundation; version 2 of the License. +## +## This program is distributed in the hope that it will be useful, +## but WITHOUT ANY WARRANTY; without even the implied warranty of +## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +## GNU General Public License for more details. +## + +config SUPERIO_ITE_IT8528E + bool + select SUPERIO_ITE_COMMON_PRE_RAM -- cgit v1.2.3