Re: [PATCH 1/3] spec/build/riscv: Default rv64* BSPs to medany cmodel

2022-12-22 Thread Sebastian Huber
On 22/12/2022 11:42, heshamelmat...@gmail.com wrote: From: Hesham Almatary Currently generic RISC-V BSPs (riscv/riscv) that start with rv64 and not rv64*_medany will start at 0x7000. This adds high maintenance overhead and deviates from almost all other RISC-V-based OSes and baremetal

[PATCH 1/3] spec/build/riscv: Default rv64* BSPs to medany cmodel

2022-12-22 Thread heshamelmatary
From: Hesham Almatary Currently generic RISC-V BSPs (riscv/riscv) that start with rv64 and not rv64*_medany will start at 0x7000. This adds high maintenance overhead and deviates from almost all other RISC-V-based OSes and baremetal programs that start at 0x8000. Further, testing now has