Re: [PATCH 15/15] HiFive1: disable/enable interrupts during context switch

2017-08-19 Thread Hesham Almatary
On Sat, Aug 19, 2017 at 10:56 PM, Denis Obrezkov wrote: > 2017-08-19 14:33 GMT+02:00 Gedare Bloom : >> >> On Fri, Aug 18, 2017 at 11:30 AM, Denis Obrezkov >> wrote: >> > 2017-08-17 23:58 GMT+02:00 Gedare Bloom : >> >> >> >> On Thu, Aug 17, 2017 at 4:17 PM, Denis Obrezkov >> >> >> >> wrote: >> >>

Re: [PATCH 13/15] HiFive1: add interrupts enable/disable support

2017-08-19 Thread Hesham Almatary
On Thu, Aug 17, 2017 at 1:13 AM, Denis Obrezkov wrote: > --- > cpukit/score/cpu/riscv32/rtems/score/cpu.h | 18 -- > 1 file changed, 12 insertions(+), 6 deletions(-) > > diff --git a/cpukit/score/cpu/riscv32/rtems/score/cpu.h > b/cpukit/score/cpu/riscv32/rtems/score/cpu.h > index

Re: [PATCH 08/15] HiFive1: add irq dispatching function

2017-08-19 Thread Hesham Almatary
On Fri, Aug 18, 2017 at 1:11 AM, Gedare Bloom wrote: > On Wed, Aug 16, 2017 at 11:12 AM, Denis Obrezkov > wrote: >> --- >> c/src/lib/libbsp/riscv32/hifive1/irq/irq.c | 90 >> ++ >> 1 file changed, 90 insertions(+) >> create mode 100644 c/src/lib/libbsp/riscv32/hifiv

Re: [PATCH 04/15] HiFive1: add start.S file with basic initialization

2017-08-19 Thread Hesham Almatary
On Thu, Aug 17, 2017 at 1:12 AM, Denis Obrezkov wrote: > --- > c/src/lib/libbsp/riscv32/hifive1/start/start.S | 290 > + > 1 file changed, 290 insertions(+) > create mode 100644 c/src/lib/libbsp/riscv32/hifive1/start/start.S > > diff --git a/c/src/lib/libbsp/riscv32/hifi

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 v2 1/4] waf_generator: Copy headers if necessary.

2017-08-19 Thread Chris Johns
On 17/8/17 11:46 am, Sichen Zhao wrote: >>> On 17 Aug 2017, at 1:37 am, Sichen Zhao wrote: >>> >>> Hi Chris, >>> Just for remind: can the openssl patch get merged? >> Yes they can. I am sorry I had some pressing issues locally and a few >> patches queued. I am on the road today and will see if I

Re: [PATCH 15/15] HiFive1: disable/enable interrupts during context switch

2017-08-19 Thread Denis Obrezkov
2017-08-19 14:33 GMT+02:00 Gedare Bloom : > On Fri, Aug 18, 2017 at 11:30 AM, Denis Obrezkov > wrote: > > 2017-08-17 23:58 GMT+02:00 Gedare Bloom : > >> > >> On Thu, Aug 17, 2017 at 4:17 PM, Denis Obrezkov < > denisobrez...@gmail.com> > >> wrote: > >> > 2017-08-17 22:07 GMT+02:00 Gedare Bloom : >

Re: [PATCH 15/15] HiFive1: disable/enable interrupts during context switch

2017-08-19 Thread Gedare Bloom
On Fri, Aug 18, 2017 at 11:30 AM, Denis Obrezkov wrote: > 2017-08-17 23:58 GMT+02:00 Gedare Bloom : >> >> On Thu, Aug 17, 2017 at 4:17 PM, Denis Obrezkov >> wrote: >> > 2017-08-17 22:07 GMT+02:00 Gedare Bloom : >> >> >> >> On Thu, Aug 17, 2017 at 1:48 PM, Denis Obrezkov >> >> >> >> wrote: >> >>