Home
last modified time | relevance | path

Searched hist:fd26830423e5f7442001f090cd4a53f4b6c3d9fa (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/x86/platform/efi/
H A Defi.cdiff fd26830423e5f7442001f090cd4a53f4b6c3d9fa Tue Jan 21 03:16:32 CST 2020 Ard Biesheuvel <ardb@kernel.org> efi/x86: Drop 'systab' member from struct efi

The systab member in struct efi has outlived its usefulness, now that
we have better ways to access the only piece of information we are
interested in after init, which is the EFI runtime services table
address. So instead of instantiating a doctored copy at early boot
with lots of mangled values, and switching the pointer when switching
into virtual mode, let's grab the values we need directly, and get
rid of the systab pointer entirely.

Tested-by: Tony Luck <tony.luck@intel.com> # arch/ia64
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
/openbmc/linux/include/linux/
H A Defi.hdiff fd26830423e5f7442001f090cd4a53f4b6c3d9fa Tue Jan 21 03:16:32 CST 2020 Ard Biesheuvel <ardb@kernel.org> efi/x86: Drop 'systab' member from struct efi

The systab member in struct efi has outlived its usefulness, now that
we have better ways to access the only piece of information we are
interested in after init, which is the EFI runtime services table
address. So instead of instantiating a doctored copy at early boot
with lots of mangled values, and switching the pointer when switching
into virtual mode, let's grab the values we need directly, and get
rid of the systab pointer entirely.

Tested-by: Tony Luck <tony.luck@intel.com> # arch/ia64
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>