Re: [edk2-devel] [Patch 1/1] UefiCpuPkg: Always load microcode patch on AP processor.

2020-01-07 Thread Dong, Eric
Ni, Ray > Subject: [edk2-devel] [Patch 1/1] UefiCpuPkg: Always load microcode patch > on AP processor. > > This patch updates the microcode loader to always perform a microcode > detect and load on both BSP and AP processor. This is to fix a potential > microcode revision mismatch i

[edk2-devel] [Patch 1/1] UefiCpuPkg: Always load microcode patch on AP processor.

2020-01-02 Thread Siyuan, Fu
This patch updates the microcode loader to always perform a microcode detect and load on both BSP and AP processor. This is to fix a potential microcode revision mismatch issue in below situation: 1. Assume there are two microcode co-exists in flash: one production version and one debug version