Re: [PATCH] bsp/xilinx-zynq: Relicense to BSD-2-Clause

2019-04-08 Thread Chris Johns
On 9/4/19 3:31 pm, Sebastian Huber wrote: > Relicense contributions from Chris Johns, Christian Mauderer, embedded > brains GmbH, Joel Sherrill, Ralf Kirchner, and Sebastian Huber. +1 Chris ___ devel mailing list devel@rtems.org http://lists.rtems.org/m

Re: [PATCH 0/4] Xilinx Zynq UltraScale+ MPSoC BSP

2019-04-08 Thread Sebastian Huber
On 08/04/2019 15:36, Jeff Kubascik wrote: On 4/8/2019 1:20 AM, Sebastian Huber wrote: On 06/04/2019 02:53, Jeff Kubascik wrote: From: Jeff Kubascik This set of patches creates a new BSP layer for the Xilinx Zynq UltraScale+ MPSoC. The first two patches move the zynq-uart driver into a common

Re: Task delay

2019-04-08 Thread Sebastian Huber
Hello Joel, On 08/04/2019 23:24, Joel Oliveira Pinto wrote: Hey, I've been implementing a reservation-based scheduler in RTEMS and i've been searching how to postpone a job release or even to delay a task that is not the executing thread, and unfortunately, i'm having some troubles finding

Re: [PATCHv2 2/2] bsps/riscv: HTIF - Use 32-bit HTIF syscalls on RV32

2019-04-08 Thread Sebastian Huber
On 08/04/2019 14:44, Hesham Almatary wrote: HTIF devices are not supported on RV32, so proxy a write system call This syncs HTIF Console with riscv-pk (proxy kernel) to use 32-bit HTIF syscalls on RV32 instead of 64-bit commands that are not atomic. --- bsps/riscv/riscv/console/htif.c | 59 +++

Re: [PATCHv2 1/2] bsps/riscv: UART - Read reg-shift from DTB to properly set/get registers

2019-04-08 Thread Sebastian Huber
On 08/04/2019 14:44, Hesham Almatary wrote: --- bsps/riscv/riscv/console/console-config.c | 15 +-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/bsps/riscv/riscv/console/console-config.c b/bsps/riscv/riscv/console/console-config.c index 464b4b0e26..04d0b28361 100

[PATCH] bsp/xilinx-zynq: Relicense to BSD-2-Clause

2019-04-08 Thread Sebastian Huber
Relicense contributions from Chris Johns, Christian Mauderer, embedded brains GmbH, Joel Sherrill, Ralf Kirchner, and Sebastian Huber. Update #3053. --- bsps/arm/xilinx-zynq/console/console-config.c | 31 +++--- bsps/arm/xilinx-zynq/console/debug-console.c | 31

Re: rtems-libbsd build error

2019-04-08 Thread Chris Johns
On 8/4/19 12:30 am, Vijay Kumar Banerjee wrote: > On Sun, Apr 7, 2019 at 6:24 PM Christian Mauderer > wrote: > Am 07.04.19 um 14:50 schrieb Vijay Kumar Banerjee: > > On Sun, Apr 7, 2019 at 6:08 PM Christian Mauderer > >

Task delay

2019-04-08 Thread Joel Oliveira Pinto
Hey, I've been implementing a reservation-based scheduler in RTEMS and i've been searching how to postpone a job release or even to delay a task that is not the executing thread, and unfortunately, i'm having some troubles finding the solution. Did someone already find out how to do it or anyo

Re: [PATCH 0/4] Xilinx Zynq UltraScale+ MPSoC BSP

2019-04-08 Thread Jeff Kubascik
On 4/8/2019 1:20 AM, Sebastian Huber wrote: > On 06/04/2019 02:53, Jeff Kubascik wrote: >> From: Jeff Kubascik >> >> This set of patches creates a new BSP layer for the Xilinx Zynq UltraScale+ >> MPSoC. >> >> The first two patches move the zynq-uart driver into a common directory, so >> that >> b

[PATCHv2 2/2] bsps/riscv: HTIF - Use 32-bit HTIF syscalls on RV32

2019-04-08 Thread Hesham Almatary
HTIF devices are not supported on RV32, so proxy a write system call This syncs HTIF Console with riscv-pk (proxy kernel) to use 32-bit HTIF syscalls on RV32 instead of 64-bit commands that are not atomic. --- bsps/riscv/riscv/console/htif.c | 59 + 1 file changed,

[PATCHv2 1/2] bsps/riscv: UART - Read reg-shift from DTB to properly set/get registers

2019-04-08 Thread Hesham Almatary
--- bsps/riscv/riscv/console/console-config.c | 15 +-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/bsps/riscv/riscv/console/console-config.c b/bsps/riscv/riscv/console/console-config.c index 464b4b0e26..04d0b28361 100644 --- a/bsps/riscv/riscv/console/console-confi

Re: [PATCH 2/2] bsps/riscv: HTIF - Use 32-bit HTIF syscalls on RV32

2019-04-08 Thread Sebastian Huber
On 08/04/2019 11:06, Hesham Almatary wrote: Are these patches good to go? I dropped the interrupts patch until we figure out a proper solution Sorry, I lost a bit track what should be checked in now. Would you mind sending a v2 patch set which includes all patches you think should go in right

Re: rtems-libbsd build error

2019-04-08 Thread Christian Mauderer
Am 07.04.19 um 16:30 schrieb Vijay Kumar Banerjee: > > > On Sun, Apr 7, 2019 at 6:24 PM Christian Mauderer > wrote: > > Am 07.04.19 um 14:50 schrieb Vijay Kumar Banerjee: > > > > > > On Sun, Apr 7, 2019 at 6:08 PM Christian Mauderer > mailto:l...