commit | ec7e1605d79d1d469b25e396f2056e42386f512f | [log] [tgz] |
---|---|---|
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | Tue Jun 25 15:48:35 2019 +0200 |
committer | Ard Biesheuvel <ard.biesheuvel@linaro.org> | Thu Aug 08 11:01:48 2019 +0300 |
tree | 5f8ca9caeb7a703fa6104abcefb795014667a843 | |
parent | e55f31a599478fb06a5a5d95e019e963322535cb [diff] |
efi/x86: move UV_SYSTAB handling into arch/x86 The SGI UV UEFI machines are tightly coupled to the x86 architecture so there is no need to keep any awareness of its existence in the generic EFI layer, especially since we already have the infrastructure to handle arch-specific configuration tables, and were even already using it to some extent. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>