Skip to content
Commit 732ea9db authored by Ard Biesheuvel's avatar Ard Biesheuvel
Browse files

efi: libstub: Move screen_info handling to common code



Currently, arm64, RISC-V and LoongArch rely on the fact that struct
screen_info can be accessed directly, due to the fact that the EFI stub
and the core kernel are part of the same image. This will change after a
future patch, so let's ensure that the screen_info handling is able to
deal with this, by adopting the arm32 approach of passing it as a
configuration table. While at it, switch to ACPI reclaim memory to hold
the screen_info data, which is more appropriate for this kind of
allocation.

Signed-off-by: default avatarArd Biesheuvel <ardb@kernel.org>
parent 06064800
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment