• Ard Biesheuvel's avatar
    efi: Move UGA and PROP table handling to x86 code · fd506e0c
    Ard Biesheuvel authored
    The UGA table is x86 specific (its handling was introduced when the
    EFI support code was modified to accommodate IA32), so there is no
    need to handle it in generic code.
    
    The EFI properties table is not strictly x86 specific, but it was
    deprecated almost immediately after having been introduced, due to
    implementation difficulties. Only x86 takes it into account today,
    and this is not going to change, so make this table x86 only as well.
    
    Tested-by: Tony Luck <tony.luck@intel.com> # arch/ia64
    Signed-off-by: default avatarArd Biesheuvel <ardb@kernel.org>
    fd506e0c
efi.c 25.7 KB