-
- Downloads
RISC-V: Fix the rv32i kernel build
These patches for building 32-bit RISC-V kernel. - Fix the compile errors and warnings on RV32I. - Fix some incompatible problem on RV32I. - Add format.h for compatible of print format. The fixed width integer types format for Elf_Addr will move to generic header by another patch. For now, there are some warning about unexpected argument of type on RV32I. Change in v1: - Fix some error in v1 - Remove implementation of fixed width integer types format for Elf_Addr.
Showing
- arch/riscv/Kconfig 1 addition, 0 deletionsarch/riscv/Kconfig
- arch/riscv/include/uapi/asm/elf.h 7 additions, 2 deletionsarch/riscv/include/uapi/asm/elf.h
- arch/riscv/kernel/module.c 11 additions, 11 deletionsarch/riscv/kernel/module.c
- arch/riscv/mm/init.c 2 additions, 0 deletionsarch/riscv/mm/init.c
Loading
Please register or sign in to comment