7e3159c3d2
Based on the public datasheet of NCT6686 which should be similar to NCT6687D. TEST=Enable serial for debugging on MSI PRO Z690-A WIFI DDR4 and see coreboot console on the debug port Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com> Change-Id: I0e8744b5958af196de3de63de31852029d81436e Reviewed-on: https://review.coreboot.org/c/coreboot/+/63462 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
15 lines
730 B
Makefile
15 lines
730 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
## include generic nuvoton pre-ram stage driver
|
|
bootblock-$(CONFIG_SUPERIO_NUVOTON_COMMON_PRE_RAM) += common/early_serial.c
|
|
romstage-$(CONFIG_SUPERIO_NUVOTON_COMMON_PRE_RAM) += common/early_serial.c
|
|
|
|
subdirs-$(CONFIG_SUPERIO_NUVOTON_WPCM450) += wpcm450
|
|
subdirs-$(CONFIG_SUPERIO_NUVOTON_NCT5104D) += nct5104d
|
|
subdirs-$(CONFIG_SUPERIO_NUVOTON_NCT5539D) += nct5539d
|
|
subdirs-$(CONFIG_SUPERIO_NUVOTON_NCT5572D) += nct5572d
|
|
subdirs-$(CONFIG_SUPERIO_NUVOTON_NCT6687D) += nct6687d
|
|
subdirs-$(CONFIG_SUPERIO_NUVOTON_NCT6776) += nct6776
|
|
subdirs-$(CONFIG_SUPERIO_NUVOTON_NCT6779D) += nct6779d
|
|
subdirs-$(CONFIG_SUPERIO_NUVOTON_NCT6791D) += nct6791d
|
|
subdirs-$(CONFIG_SUPERIO_NUVOTON_NPCD378) += npcd378
|