• P
    x86: AMD microcode patch loading support · 80cc9f10
    Peter Oruba 提交于
    This patch introduces microcode patch loading for AMD
    processors. It is based on previous corresponding work
    for Intel processors.
    
    It hooks into the general patch loading module. Main
    difference is that a container file format is used to hold
    all patch data for multiple processors as well as an
    equivalent CPU table, which comes seperately, as opposed
    to Intel's microcode patching solution.
    
    Kconfig and Makefile have been changed provice config
    and build option for new source file.
    Signed-off-by: NPeter Oruba <peter.oruba@amd.com>
    Cc: Tigran Aivazian <tigran@aivazian.fsnet.co.uk>
    Signed-off-by: NIngo Molnar <mingo@elte.hu>
    80cc9f10
Kconfig 57.8 KB