UPSTREAM: sio/nuvoton: Include generic nuvoton driver in bootblock stage
The purpose of this change is to enable serial output in bootblock stage BUG=None BRANCH=None TEST=None Signed-off-by: Teo Boon Tiong <boon.tiong.teo@intel.com> Reviewed-on: https://review.coreboot.org/17359 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Martin Roth <martinroth@google.com> Change-Id: I8e075f1e70d1a6598dfdc34931218f5af9637178 Reviewed-on: https://chromium-review.googlesource.com/415103 Commit-Ready: Furquan Shaikh <furquan@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
ff9efb363b
commit
70ff2f9f34
1 changed files with 3 additions and 0 deletions
|
|
@ -14,6 +14,9 @@
|
|||
##
|
||||
|
||||
## include generic nuvoton pre-ram stage driver
|
||||
ifeq ($(CONFIG_BOOTBLOCK_CONSOLE),y)
|
||||
bootblock-$(CONFIG_SUPERIO_NUVOTON_COMMON_ROMSTAGE) += common/early_serial.c
|
||||
endif
|
||||
romstage-$(CONFIG_SUPERIO_NUVOTON_COMMON_ROMSTAGE) += common/early_serial.c
|
||||
|
||||
subdirs-$(CONFIG_SUPERIO_NUVOTON_WPCM450) += wpcm450
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue