[coreboot-gerrit] Change in coreboot[master]: amd/stoneyridge: Add uart.c to smm-y list

Marshall Dawson (Code Review) gerrit at coreboot.org
Thu Sep 28 18:27:31 CEST 2017


Marshall Dawson has uploaded this change for review. ( https://review.coreboot.org/21740


Change subject: amd/stoneyridge: Add uart.c to smm-y list
......................................................................

amd/stoneyridge: Add uart.c to smm-y list

This corrects a build error when a developer need to use DEBUG_SMM
and one of the APU's internal UARTs is used.

Change-Id: Ie1962e969a8cb93eefc0b86bf4062752580e5acd
Signed-off-by: Marshall Dawson <marshalldawson3rd at gmail.com>
---
M src/soc/amd/stoneyridge/Makefile.inc
1 file changed, 1 insertion(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/40/21740/1

diff --git a/src/soc/amd/stoneyridge/Makefile.inc b/src/soc/amd/stoneyridge/Makefile.inc
index e93a961..28b3244 100644
--- a/src/soc/amd/stoneyridge/Makefile.inc
+++ b/src/soc/amd/stoneyridge/Makefile.inc
@@ -93,6 +93,7 @@
 smm-y += smihandler.c
 smm-y += smi_util.c
 smm-y += tsc_freq.c
+smm-y += uart.c
 
 CPPFLAGS_common += -I$(src)/soc/amd/stoneyridge
 CPPFLAGS_common += -I$(src)/soc/amd/stoneyridge/include

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

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie1962e969a8cb93eefc0b86bf4062752580e5acd
Gerrit-Change-Number: 21740
Gerrit-PatchSet: 1
Gerrit-Owner: Marshall Dawson <marshalldawson3rd at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20170928/7c6664b9/attachment.html>


More information about the coreboot-gerrit mailing list