summaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc
diff options
context:
space:
mode:
authorArd Biesheuvel <ardb@kernel.org>2020-04-13 18:21:35 +0200
committerArd Biesheuvel <ardb@kernel.org>2020-05-19 18:23:22 +0200
commitd0f9ca9be11f25ef4151195eab7ea36d136084f6 (patch)
tree842ac1c29d90b20a67b1d1f535246b707189c758 /drivers/remoteproc
parent35d57d1215ed0da3349180275b845f0c2ee62d08 (diff)
downloadlinux-stable-d0f9ca9be11f25ef4151195eab7ea36d136084f6.tar.gz
linux-stable-d0f9ca9be11f25ef4151195eab7ea36d136084f6.tar.bz2
linux-stable-d0f9ca9be11f25ef4151195eab7ea36d136084f6.zip
ARM: decompressor: run decompressor in place if loaded via UEFI
The decompressor can load from anywhere in memory, and the only reason the EFI stub code relocates it is to ensure it appears within the first 128 MiB of memory, so that the uncompressed kernel ends up at the right offset in memory. We can short circuit this, and simply jump into the decompressor startup code at the point where it knows where the base of memory lives. This also means there is no need to disable the MMU and caches, create new page tables and re-enable them. Signed-off-by: Ard Biesheuvel <ardb@kernel.org> Reviewed-by: Nicolas Pitre <nico@fluxnic.net>
Diffstat (limited to 'drivers/remoteproc')
0 files changed, 0 insertions, 0 deletions