Re: [PATCH 0/6] Add aarch64/xilinx-versal

2021-06-29 Thread Gedare Bloom
This should be fixed now. On Tue, Jun 29, 2021 at 9:10 AM Gedare Bloom wrote: > > I'll look at this, I didn't spend much time on the ilp32 or the vck190 > targets. There's probably something that isn't supported in ilp32 mode > in the boot code. > > On Mon, Jun 28, 2021 at 2:53 AM Sebastian Huber

Re: [PATCH 0/6] Add aarch64/xilinx-versal

2021-06-29 Thread Gedare Bloom
I'll look at this, I didn't spend much time on the ilp32 or the vck190 targets. There's probably something that isn't supported in ilp32 mode in the boot code. On Mon, Jun 28, 2021 at 2:53 AM Sebastian Huber wrote: > > Hello Gedare, > > I get linker errors with this BSP: > > Waf: Entering directo

Re: [PATCH 0/6] Add aarch64/xilinx-versal

2021-06-28 Thread Sebastian Huber
Hello Gedare, I get linker errors with this BSP: Waf: Entering directory `/tmp/sh/b-rtems/aarch64/xilinx_versal_ilp32_vck190' 10:51:14 runner 'git rev-parse HEAD' [1334/4030] Compiling bsps/aarch64/shared/start/start.S 10:51:16 runner ['/opt/rtems/6/bin/aarch64-rtems6-gcc', '-MMD', '-mcpu=corte

Re: [PATCH 0/6] Add aarch64/xilinx-versal

2021-06-24 Thread Gedare Bloom
On Wed, Jun 23, 2021 at 7:55 PM Kinsey Moore wrote: > > Looks good. It's odd that we can't step down from EL3->EL2S->EL1S > and have the timer work on the versal. It'd be nice if we could just flip > the security bit one way or the other on the way down and share the > cascade from EL3 to EL1 with

RE: [PATCH 0/6] Add aarch64/xilinx-versal

2021-06-23 Thread Kinsey Moore
Looks good. It's odd that we can't step down from EL3->EL2S->EL1S and have the timer work on the versal. It'd be nice if we could just flip the security bit one way or the other on the way down and share the cascade from EL3 to EL1 without skipping parts of it. This might be something to look into