Skip to content
  • Borislav Petkov's avatar
    x86, microcode, AMD: Fix early ucode loading · 5335ba5c
    Borislav Petkov authored
    
    
    The original idea to use the microcode cache for the APs doesn't pan out
    because we do memory allocation there very early and with IRQs disabled
    and we don't want to involve GFP_ATOMIC allocations. Not if it can be
    helped.
    
    Thus, extend the caching of the BSP patch approach to the APs and
    iterate over the ucode in the initrd instead of using the cache. We
    still save the relevant patches to it but later, right before we
    jettison the initrd.
    
    While at it, fix early ucode loading on 32-bit too.
    
    Signed-off-by: default avatarBorislav Petkov <bp@suse.de>
    Tested-by: default avatarAravind Gopalakrishnan <Aravind.Gopalakrishnan@amd.com>
    5335ba5c