Re: [rtems commit] bsp/riscv: Rework clock driver

2018-07-12 Thread Sebastian Huber
- Am 6. Jul 2018 um 16:38 schrieb Hesham Almatary heshamelmat...@gmail.com: > On Fri, Jun 29, 2018 at 10:57 AM, Sebastian Huber wrote: [...] >> -/* CPU counter */ >> -static CPU_Counter_ticks cpu_counter_ticks; >> +#define CLINT ((volatile clint_regs *) 0x0200) >> > Can we get CLINT

Re: [rtems commit] riscv: Implement CPU counter

2018-07-12 Thread Sebastian Huber
- Am 6. Jul 2018 um 15:11 schrieb Hesham Almatary heshamelmat...@gmail.com: > On Fri, 6 Jul 2018 at 1:28 pm, Sebastian Huber wrote: [...] >> -CPU_Counter_ticks _CPU_Counter_read( void ); >> +static inline CPU_Counter_ticks _CPU_Counter_read( void ) >> +{ >> + unsigned long ticks; >> + >>

Re: [rtems commit] bsp/riscv: Fix vector table for lp64

2018-07-12 Thread Sebastian Huber
- Am 6. Jul 2018 um 16:35 schrieb Hesham Almatary heshamelmat...@gmail.com: > On Fri, Jun 29, 2018 at 10:57 AM, Sebastian Huber wrote: >> Module:rtems >> Branch:master >> Commit:c558cc4b00f00b6746eec3a249a7a79995cea7cf >> Changeset: >>

Fwd: [PATCH] Add SOEM support

2018-07-12 Thread Nicolas Tsiogkas
From: Nikolaos Tsiogkas Adds support for EtherCAT SOEM to RTEMS 5. Requires rtems-libbsd. --- rtems/config/net/soem-master.cfg | 23 ++ rtems/config/net/soem.bset | 15 + source-builder/config/soem.cfg | 69 3 files changed,

Re: [PATCH 2/2] x86_64/console: Add NS16550 polled console driver

2018-07-12 Thread Amaan Cheval
Thanks a lot for the kind words! It definitely wouldn't have come even this far without this brilliant community, so I really can't take most of the credit. Thanks for all the help! P.S. - For those interested, documentation on running is coming soon! On Thu, Jul 12, 2018 at 2:14 AM, Joel