[coreboot-gerrit] Change in coreboot[master]: amd/common/pi: Insert missing newline in printk

Marshall Dawson (Code Review) gerrit at coreboot.org
Tue May 8 01:40:31 CEST 2018


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


Change subject: amd/common/pi: Insert missing newline in printk
......................................................................

amd/common/pi: Insert missing newline in printk

Add a newline to the unsupported callout message.

Change-Id: I9bfff0ed920843f6c0818b51ee0046366f2a5c8d
Signed-off-by: Marshall Dawson <marshalldawson3rd at gmail.com>
---
M 3rdparty/vboot
M src/soc/amd/common/block/pi/def_callouts.c
2 files changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/44/26144/1

diff --git a/3rdparty/vboot b/3rdparty/vboot
index 392211f..8c34ae6 160000
--- a/3rdparty/vboot
+++ b/3rdparty/vboot
@@ -1 +1 @@
-Subproject commit 392211f0358919d510179ad399d8f056180e652e
+Subproject commit 8c34ae60786f7ff28b24ceb1b065a3b42e63c3c9
diff --git a/src/soc/amd/common/block/pi/def_callouts.c b/src/soc/amd/common/block/pi/def_callouts.c
index d419fcf..fc3a88b 100644
--- a/src/soc/amd/common/block/pi/def_callouts.c
+++ b/src/soc/amd/common/block/pi/def_callouts.c
@@ -83,7 +83,7 @@
 	}
 
 	if (i >= BiosCalloutsLen) {
-		printk(BIOS_ERR, "ERROR: AGESA Callout Not Supported: 0x%x",
+		printk(BIOS_ERR, "ERROR: AGESA Callout Not Supported: 0x%x\n",
 			(u32)Func);
 		return AGESA_UNSUPPORTED;
 	}

-- 
To view, visit https://review.coreboot.org/26144
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I9bfff0ed920843f6c0818b51ee0046366f2a5c8d
Gerrit-Change-Number: 26144
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/20180507/6ac25c07/attachment-0001.html>


More information about the coreboot-gerrit mailing list