Re: [PATCH 02/15] HiFive1: add linker file

2017-08-21 Thread Denis Obrezkov
2017-08-20 4:17 GMT+02:00 Hesham Almatary : > You can try to share this file (with RISC-V based BSPs and other > shared linkcmds if any that are arch-independent) and avoid > duplications, and only include the relevant parts of your HiFive > boards, similar to ARM-based BSPs. > > It's important yo

Re: [PATCH 02/15] HiFive1: add linker file

2017-08-19 Thread Hesham Almatary
You can try to share this file (with RISC-V based BSPs and other shared linkcmds if any that are arch-independent) and avoid duplications, and only include the relevant parts of your HiFive boards, similar to ARM-based BSPs. It's important you try to address comments/feedback; students should go t

Re: [PATCH 02/15] HiFive1: add linker file

2017-08-17 Thread Denis Obrezkov
2017-08-17 16:57 GMT+02:00 Gedare Bloom : > On Wed, Aug 16, 2017 at 11:12 AM, Denis Obrezkov > wrote: > > --- > > c/src/lib/libbsp/riscv32/hifive1/startup/linkcmds | 379 > ++ > > 1 file changed, 379 insertions(+) > > create mode 100644 c/src/lib/libbsp/riscv32/hifive1/start

Re: [PATCH 02/15] HiFive1: add linker file

2017-08-17 Thread Gedare Bloom
On Wed, Aug 16, 2017 at 11:12 AM, Denis Obrezkov wrote: > --- > c/src/lib/libbsp/riscv32/hifive1/startup/linkcmds | 379 > ++ > 1 file changed, 379 insertions(+) > create mode 100644 c/src/lib/libbsp/riscv32/hifive1/startup/linkcmds > > diff --git a/c/src/lib/libbsp/riscv32/

[PATCH 02/15] HiFive1: add linker file

2017-08-16 Thread Denis Obrezkov
--- c/src/lib/libbsp/riscv32/hifive1/startup/linkcmds | 379 ++ 1 file changed, 379 insertions(+) create mode 100644 c/src/lib/libbsp/riscv32/hifive1/startup/linkcmds diff --git a/c/src/lib/libbsp/riscv32/hifive1/startup/linkcmds b/c/src/lib/libbsp/riscv32/hifive1/startup/li