]> Pileus Git - ~andy/linux/commit
x86/microcode_core_early.c: Define interfaces for early loading ucode
authorFenghua Yu <fenghua.yu@intel.com>
Fri, 21 Dec 2012 07:44:25 +0000 (23:44 -0800)
committerH. Peter Anvin <hpa@linux.intel.com>
Thu, 31 Jan 2013 21:19:12 +0000 (13:19 -0800)
commita8ebf6d1d6971b90a20f5bd0465e6d520377e33b
tree94a38bdf06e32d6b4d20b68da6ee007734e0e374
parente6ebf5deaaaa33b661f0db86380c232b162bd68c
x86/microcode_core_early.c: Define interfaces for early loading ucode

Define interfaces load_ucode_bsp() and load_ucode_ap() to load ucode on BSP and
AP in early boot time. These are generic interfaces. Internally they call
vendor specific implementations.

Signed-off-by: Fenghua Yu <fenghua.yu@intel.com>
Link: http://lkml.kernel.org/r/1356075872-3054-6-git-send-email-fenghua.yu@intel.com
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
arch/x86/include/asm/microcode.h
arch/x86/kernel/microcode_core_early.c [new file with mode: 0644]