From 6503474efe712ffbb53254889a579e98c4b4c5f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=C5=BBygowski?= Date: Mon, 3 Apr 2023 13:14:02 +0200 Subject: superio/ite: Add IT8784E support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit IT8784E is basically a IT8786E stripped from serial ports 3-6. The patch creates a chip directory for IT8784E used by protectli/vault_cml platforms. TEST=Boot Ubuntu 22.04 on Protectli VP4670 (vault_cml) and dump the configuration with superiotool and compare the configuration with proprietary firmware. Signed-off-by: Michał Żygowski Change-Id: Ibe01358611f3ce3f155ddb01a7d177a3ff75765e Reviewed-on: https://review.coreboot.org/c/coreboot/+/74174 Tested-by: build bot (Jenkins) Reviewed-by: Martin L Roth --- src/superio/ite/it8784e/Makefile.inc | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/superio/ite/it8784e/Makefile.inc (limited to 'src/superio/ite/it8784e/Makefile.inc') diff --git a/src/superio/ite/it8784e/Makefile.inc b/src/superio/ite/it8784e/Makefile.inc new file mode 100644 index 0000000000..2a3a6d9232 --- /dev/null +++ b/src/superio/ite/it8784e/Makefile.inc @@ -0,0 +1,3 @@ +# SPDX-License-Identifier: GPL-2.0-or-later + +ramstage-$(CONFIG_SUPERIO_ITE_IT8784E) += superio.c -- cgit v1.2.3