Re: [PATCH 7/9] RISC-V: don't use x8/s0/fp in assembly

2022-01-10 Thread Antony Pavlov
On Sat, 8 Jan 2022 19:25:03 +0100 Ahmad Fatoum wrote: Hi Ahmad! > Hello Antony, > > On 08.01.22 18:15, Ahmad Fatoum wrote: > > Free up the register to allow building a configuration with x8/s0 used > > as the frame pointer. > > > > Signed-off-by: Ahmad Fatoum > > --- > >

Re: [PATCH 7/9] RISC-V: don't use x8/s0/fp in assembly

2022-01-08 Thread Ahmad Fatoum
Hello Antony, On 08.01.22 18:15, Ahmad Fatoum wrote: > Free up the register to allow building a configuration with x8/s0 used > as the frame pointer. > > Signed-off-by: Ahmad Fatoum > --- > arch/riscv/include/asm/debug_ll_litex.h | 12 +++--- > arch/riscv/include/asm/debug_ll_ns16550.h | 8

[PATCH 7/9] RISC-V: don't use x8/s0/fp in assembly

2022-01-08 Thread Ahmad Fatoum
Free up the register to allow building a configuration with x8/s0 used as the frame pointer. Signed-off-by: Ahmad Fatoum --- arch/riscv/include/asm/debug_ll_litex.h | 12 +++--- arch/riscv/include/asm/debug_ll_ns16550.h | 8 ++-- arch/riscv/include/asm/riscv_nmon.h | 50