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@intel.com> Reviewed-on: https://review.coreboot.org/27246 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
a4fc7bef7f
commit
6e3cc8855b
|
@ -424,7 +424,7 @@ void intel_me_status(void)
|
|||
}
|
||||
}
|
||||
|
||||
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");
|
||||
|
|
Loading…
Reference in New Issue