[coreboot-gerrit] Change in coreboot[master]: soc/intel/skylake: add a space in printing ME FPF status

Pratikkumar V Prajapati (Code Review) gerrit at coreboot.org
Tue Jun 26 21:37:46 CEST 2018


Pratikkumar V Prajapati has uploaded this change for review. ( https://review.coreboot.org/27246


Change subject: soc/intel/skylake: add a space in printing ME FPF status
......................................................................

soc/intel/skylake: add a space in printing ME FPF status

This is cosmetic change

Before:
ME: Power Management Event  : Clean global reset
ME: Progress Phase State    : Unknown phase: 0x08 state: 0x10
ME: Power Down Mitigation   : NO
ME: FPF status               : fused

After:
ME: Power Management Event  : Clean Moff->Mx wake
ME: Progress Phase State    : Unknown phase: 0x08 state: 0x10
ME: Power Down Mitigation   : NO
ME: FPF status              : fused

Change-Id: I15c02045d0f94fdb3f4a028585cad488d4ac9aa6
Signed-off-by: Pratik Prajapati <pratikkumar.v.prajapati at intel.com>
---
M src/soc/intel/skylake/me.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/46/27246/1

diff --git a/src/soc/intel/skylake/me.c b/src/soc/intel/skylake/me.c
index a23172e..36f8339 100644
--- a/src/soc/intel/skylake/me.c
+++ b/src/soc/intel/skylake/me.c
@@ -424,7 +424,7 @@
 		}
 	}
 
-	printk(BIOS_DEBUG, "ME: FPF status               : ");
+	printk(BIOS_DEBUG, "ME: FPF status              : ");
 	switch (hfs6.fields.fpf_nvars) {
 	case ME_HFS6_FPF_NOT_COMMITTED:
 		printk(BIOS_DEBUG, "unfused\n");

-- 
To view, visit https://review.coreboot.org/27246
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: I15c02045d0f94fdb3f4a028585cad488d4ac9aa6
Gerrit-Change-Number: 27246
Gerrit-PatchSet: 1
Gerrit-Owner: Pratikkumar V Prajapati <pratikkumar.v.prajapati at intel.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180626/2d9b3bcd/attachment.html>


More information about the coreboot-gerrit mailing list