src/soc/intel/common/block/sgx: Add missing new lines
Added missing new lines to Debug Output. Change-Id: I30f208a60661451bc0794c705113e8d19a68b0eb Signed-off-by: Christian Walter <christian.walter@9elements.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/33035 Reviewed-by: Philipp Deppenwiese <zaolin.daisuki@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
920bab553e
commit
4b55935173
|
@ -100,8 +100,8 @@ void prmrr_core_configure(void)
|
|||
return;
|
||||
}
|
||||
|
||||
printk(BIOS_INFO, "SGX: prmrr_base = 0x%llx", prmrr_base.data64);
|
||||
printk(BIOS_INFO, "SGX: prmrr_mask = 0x%llx", prmrr_mask.data64);
|
||||
printk(BIOS_INFO, "SGX: prmrr_base = 0x%llx\n", prmrr_base.data64);
|
||||
printk(BIOS_INFO, "SGX: prmrr_mask = 0x%llx\n", prmrr_mask.data64);
|
||||
|
||||
/* Program core PRMRR MSRs.
|
||||
* - Set cache writeback mem attrib in PRMRR base MSR
|
||||
|
|
Loading…
Reference in New Issue