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/sch555x/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/sch555x/Makefile.inc')
-rw-r--r-- | src/superio/smsc/sch555x/Makefile.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/superio/smsc/sch555x/Makefile.inc b/src/superio/smsc/sch555x/Makefile.inc new file mode 100644 index 0000000000..047fb5cf43 --- /dev/null +++ b/src/superio/smsc/sch555x/Makefile.inc @@ -0,0 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0-only + +bootblock-$(CONFIG_SUPERIO_SMSC_SCH555x) += emi.c bootblock.c +ramstage-$(CONFIG_SUPERIO_SMSC_SCH555x) += ramstage.c |