Skip to content

Commit

Permalink
x86/microcode_intel_early.c: Early update ucode on Intel's CPU
Browse files Browse the repository at this point in the history
Implementation of early update ucode on Intel's CPU.

load_ucode_intel_bsp() scans ucode in initrd image file which is a cpio format
ucode followed by ordinary initrd image file. The binary ucode file is stored
in kernel/x86/microcode/GenuineIntel.bin in the cpio data. All ucode
patches with the same model as BSP are saved in memory. A matching ucode patch
is updated on BSP.

load_ucode_intel_ap() reads saved ucoded patches and updates ucode on AP.

Signed-off-by: Fenghua Yu <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: H. Peter Anvin <[email protected]>
  • Loading branch information
fyu1 authored and H. Peter Anvin committed Jan 31, 2013
1 parent 086fc8f commit ec400dd
Showing 1 changed file with 796 additions and 0 deletions.
Loading

0 comments on commit ec400dd

Please sign in to comment.