From 3f56bd2394d6992b26e2d893f15333590149abd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=C5=BBygowski?= Date: Wed, 14 Feb 2024 12:39:08 +0100 Subject: superio/ite/it8659e: Add driver for ITE IT8659E MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Based on the non-public "ITE IT8659E-I Preliminary Specification V0.7.2 (For H Version)". TEST=Initialize IT8659E on the new Protectli platform Change-Id: I11657ec6e1c880f0cee247071486a904a92bb7a1 Signed-off-by: Michał Żygowski Reviewed-on: https://review.coreboot.org/c/coreboot/+/80497 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber --- src/superio/ite/it8659e/Makefile.mk | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/superio/ite/it8659e/Makefile.mk (limited to 'src/superio/ite/it8659e/Makefile.mk') diff --git a/src/superio/ite/it8659e/Makefile.mk b/src/superio/ite/it8659e/Makefile.mk new file mode 100644 index 0000000000..1767fbcdf9 --- /dev/null +++ b/src/superio/ite/it8659e/Makefile.mk @@ -0,0 +1,3 @@ +# SPDX-License-Identifier: GPL-2.0-or-later + +ramstage-$(CONFIG_SUPERIO_ITE_IT8659E) += superio.c -- cgit v1.2.3