Attention is currently required from: Philipp Hug, ron minnich.
Hello Philipp Hug, build bot (Jenkins), ron minnich,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/79364?usp=email
to look at the new patch set (#2).
Change subject: arch/riscv/payload: Replace old RISC-V CSR names with their values ......................................................................
arch/riscv/payload: Replace old RISC-V CSR names with their values
LLVM/clang 17 removed support for CSR names that are no longer included in the RISC-V ISA Manual Privileged Specification since version 1.12. Instead we now use the numerical values they represent directly. These magic numbers can not be defined in macros because they will not get expanded.
Related LLVM commit: https://reviews.llvm.org/D149278
Change-Id: I7c8f2a06a109333f95230bf0a3056c8d5c8a9132 Signed-off-by: Lennart Eichhorn lennarteichhorn@googlemail.com --- M src/arch/riscv/payload.c 1 file changed, 6 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/64/79364/2