]> Git Repo - linux.git/commit
riscv: Make XIP bootable again
authorFrederik Haxel <[email protected]>
Tue, 12 Dec 2023 13:01:12 +0000 (14:01 +0100)
committerPalmer Dabbelt <[email protected]>
Wed, 10 Jan 2024 03:33:20 +0000 (19:33 -0800)
commit66f1e68093979816a23412a3fad066f5bcbc0360
tree049d6a97fb39562aa3a192f6f5caed2f06e0fdd7
parentb85ea95d086471afb4ad062012a4d73cd328fa86
riscv: Make XIP bootable again

Currently, the XIP kernel seems to fail to boot due to missing
XIP_FIXUP and a wrong page_offset value. A superfluous XIP_FIXUP
has also been removed.

Signed-off-by: Frederik Haxel <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Palmer Dabbelt <[email protected]>
arch/riscv/kernel/head.S
arch/riscv/mm/init.c
This page took 0.068684 seconds and 4 git commands to generate.