]> git.baikalelectronics.ru Git - kernel.git/commit
efi/libstub/x86: Permit cmdline data to be allocated above 4 GB
authorArd Biesheuvel <ardb@kernel.org>
Mon, 10 Feb 2020 16:02:40 +0000 (17:02 +0100)
committerArd Biesheuvel <ardb@kernel.org>
Sun, 23 Feb 2020 20:57:15 +0000 (21:57 +0100)
commit70e8dac872e4e2b4606b21cd233c30b2958cae98
tree0f80d1de04faa33c4a0d1bc55d435d35f02d4bf1
parentf48382819e4e68c3ba584769b05ec8a32a05d046
efi/libstub/x86: Permit cmdline data to be allocated above 4 GB

We now support cmdline data that is located in memory that is not
32-bit addressable, so relax the allocation limit on systems where
this feature is enabled.

Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
arch/x86/include/asm/efi.h
drivers/firmware/efi/libstub/arm-stub.c
drivers/firmware/efi/libstub/efi-stub-helper.c
drivers/firmware/efi/libstub/efistub.h
drivers/firmware/efi/libstub/x86-stub.c