From fba08308f086d7b77f95554df094288fd55903d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=C5=BBygowski?= Date: Mon, 13 Apr 2020 20:51:32 +0200 Subject: superio/smsc/sch5545: add support for SMSC SCH5545 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The SMSC SCH5545 is very similar to the publicly available datasheet for the SCH5627. TEST=use PS2 keyboard and mouse, serial port, runtime registers and Embedded Memory Interface on Dell Optiplex 9010 Signed-off-by: Michał Żygowski Change-Id: If8a60d5802675f09b08014ed583d2d8afa29fc04 Reviewed-on: https://review.coreboot.org/c/coreboot/+/40350 Reviewed-by: Felix Held Tested-by: build bot (Jenkins) --- src/superio/smsc/Makefile.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/superio/smsc/Makefile.inc') diff --git a/src/superio/smsc/Makefile.inc b/src/superio/smsc/Makefile.inc index 17bdaea6af..9442a9efde 100644 --- a/src/superio/smsc/Makefile.inc +++ b/src/superio/smsc/Makefile.inc @@ -16,3 +16,4 @@ subdirs-y += mec1308 subdirs-y += smscsuperio subdirs-y += sio1036 subdirs-y += sch4037 +subdirs-y += sch5545 -- cgit v1.2.3