diff options
author | Mate Kukri <kukri.mate@gmail.com> | 2021-06-06 14:00:57 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-12-01 17:40:11 +0000 |
commit | 62c25351c101a3d5c7104aa6fc34e71990478dde (patch) | |
tree | 16895ba4f9af99c1d5de2be49ee8cb7409023c9d /src/superio/smsc/Makefile.inc | |
parent | b9523a4281a568afa62c4755f6b3e99b0924d64a (diff) |
superio/smsc: Add support for the SCH555x series
Used by the OptiPlex 3020/7020/9020:
- EMI and Runtime registers work
- UART1 works (including IRQs)
- PS/2 keyboard and mouse untested
Signed-off-by: Mate Kukri <kukri.mate@gmail.com>
Change-Id: I9323198f1139cd0c3dd37f977ae7693b721654f4
Reviewed-on: https://review.coreboot.org/c/coreboot/+/64359
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin L Roth <gaumless@gmail.com>
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 86cf9c510f..b5e79ba05f 100644 --- a/src/superio/smsc/Makefile.inc +++ b/src/superio/smsc/Makefile.inc @@ -13,3 +13,4 @@ subdirs-y += mec1308 subdirs-y += smscsuperio subdirs-y += sio1036 subdirs-y += sch5545 +subdirs-y += sch555x |