summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel/efi.c
Commit message (Collapse)AuthorAgeFilesLines
* riscv: read-only pages should not be writableHeinrich Schuchardt2022-05-281-1/+1
| | | | | | | | | | | | If EFI pages are marked as read-only, we should remove the _PAGE_WRITE flag. The current code overwrites an unused value. Fixes: b91540d52a08b ("RISC-V: Add EFI runtime services") Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Link: https://lore.kernel.org/r/20220528014132.91052-1-heinrich.schuchardt@canonical.com Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
* RISC-V: Add EFI runtime servicesAtish Patra2020-10-021-0/+96
This patch adds EFI runtime service support for RISC-V. Signed-off-by: Atish Patra <atish.patra@wdc.com> [ardb: - Remove the page check] Signed-off-by: Ard Biesheuvel <ardb@kernel.org> Acked-by: Ard Biesheuvel <ardb@kernel.org> Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>