x86/microcode/intel: Print old and new revision during early boot
authorAshok Raj <ashok.raj@intel.com>
Sun, 15 Jan 2023 18:57:27 +0000 (19:57 +0100)
committerBorislav Petkov (AMD) <bp@alien8.de>
Sat, 21 Jan 2023 13:55:21 +0000 (14:55 +0100)
commita9a5cac225b0830d1879640e25231a37e537f0da
tree717f86d780ed0a1e76020cf882cf5efca75f74b0
parent174f1b909ab0984e5369a634971fb14a618ca797
x86/microcode/intel: Print old and new revision during early boot

Make early loading message match late loading message and print both old
and new revisions.

This is helpful to know what the BIOS loaded revision is before an early
update.

Cache the early BIOS revision before the microcode update and have
print_ucode_info() print both the old and new revision in the same
format as microcode_reload_late().

  [ bp: Massage, remove useless comment. ]

Signed-off-by: Ashok Raj <ashok.raj@intel.com>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20230120161923.118882-6-ashok.raj@intel.com
arch/x86/kernel/cpu/microcode/intel.c