Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | riscv: read-only pages should not be writable | Heinrich Schuchardt | 2022-05-28 | 1 | -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 services | Atish Patra | 2020-10-02 | 1 | -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> |