diff options
author | Michał Żygowski <michal.zygowski@3mdeb.com> | 2020-04-13 20:51:32 +0200 |
---|---|---|
committer | Michał Żygowski <michal.zygowski@3mdeb.com> | 2020-05-16 17:37:29 +0000 |
commit | fba08308f086d7b77f95554df094288fd55903d1 (patch) | |
tree | bbe7381c3b59178f9e830632755ee5dc27e91f53 /src/superio/smsc/Makefile.inc | |
parent | 6191b85f8770ed807a5954339aef6c99609d7660 (diff) |
superio/smsc/sch5545: add support for SMSC SCH5545
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 <michal.zygowski@3mdeb.com>
Change-Id: If8a60d5802675f09b08014ed583d2d8afa29fc04
Reviewed-on: https://review.coreboot.org/c/coreboot/+/40350
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/superio/smsc/Makefile.inc')
-rw-r--r-- | src/superio/smsc/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
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 |