[coreboot-gerrit] Change in coreboot[master]: nb/intel/i945: Move 'N/A FSB' to BIOS_INFO

Elyes HAOUAS (Code Review) gerrit at coreboot.org
Tue Jun 5 13:27:39 CEST 2018


Elyes HAOUAS has uploaded this change for review. ( https://review.coreboot.org/26861


Change subject: nb/intel/i945: Move 'N/A FSB' to BIOS_INFO
......................................................................

nb/intel/i945: Move 'N/A FSB' to BIOS_INFO

Let as know if FSB information is not available.

Change-Id: I438428449ac4bb6d55a9cedfefca271ca95aa965
Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
---
M src/northbridge/intel/i945/early_init.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/61/26861/1

diff --git a/src/northbridge/intel/i945/early_init.c b/src/northbridge/intel/i945/early_init.c
index bf486a0..2711a96 100644
--- a/src/northbridge/intel/i945/early_init.c
+++ b/src/northbridge/intel/i945/early_init.c
@@ -72,7 +72,7 @@
 		printk(BIOS_DEBUG, "533 MHz");
 		break;
 	default:
-		printk(BIOS_DEBUG, "N/A MHz (%02x)", reg8);
+		printk(BIOS_INFO, "N/A FSB MHz (%02x)", reg8);
 	}
 	printk(BIOS_DEBUG, "\n");
 

-- 
To view, visit https://review.coreboot.org/26861
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: I438428449ac4bb6d55a9cedfefca271ca95aa965
Gerrit-Change-Number: 26861
Gerrit-PatchSet: 1
Gerrit-Owner: Elyes HAOUAS <ehaouas at noos.fr>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180605/07696733/attachment.html>


More information about the coreboot-gerrit mailing list