[coreboot-gerrit] Change in coreboot[master]: soc/intel/cannonlake: add uart.c to verstage

Nick Vaccaro (Code Review) gerrit at coreboot.org
Wed Sep 6 03:05:28 CEST 2017


Nick Vaccaro has uploaded this change for review. ( https://review.coreboot.org/21410


Change subject: soc/intel/cannonlake: add uart.c to verstage
......................................................................

soc/intel/cannonlake: add uart.c to verstage

Adds uart.c to verstage.

Change-Id: I2d420ff7437d25a596ee9a120964f8d4bc413bc4
Signed-off-by: Nick Vaccaro <nvaccaro at google.com>
---
M src/soc/intel/cannonlake/Makefile.inc
1 file changed, 1 insertion(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/10/21410/1

diff --git a/src/soc/intel/cannonlake/Makefile.inc b/src/soc/intel/cannonlake/Makefile.inc
index dba04a8..5b7fe88 100644
--- a/src/soc/intel/cannonlake/Makefile.inc
+++ b/src/soc/intel/cannonlake/Makefile.inc
@@ -46,6 +46,7 @@
 
 verstage-y += gspi.c
 verstage-y += spi.c
+verstage-$(CONFIG_DRIVERS_UART_8250MEM) += uart.c
 
 CPPFLAGS_common += -I$(src)/soc/intel/cannonlake/include/fsp20
 CPPFLAGS_common += -I$(src)/vendorcode/intel/fsp/fsp2_0/cannonlake

-- 
To view, visit https://review.coreboot.org/21410
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I2d420ff7437d25a596ee9a120964f8d4bc413bc4
Gerrit-Change-Number: 21410
Gerrit-PatchSet: 1
Gerrit-Owner: Nick Vaccaro <nvaccaro at google.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20170906/551ae235/attachment-0001.html>


More information about the coreboot-gerrit mailing list