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

[PATCH] bsps/zynq-uart: Make post baud change kick global

2021-06-28 Thread Kinsey Moore
The existing fix for the ZynqMP UART hardware bug only caught the vast majority of instances where it could occur. To fully fix the data corruption, this fix must be applied after every baud rate change. This makes the logic reset and kick apply in any locations where the baud rate could be changed

[PATCH] bsps/cadence-spi: Fix moduleid offset

2021-06-28 Thread Kinsey Moore
Move the moduleid register to the correct offset according to Cadence IP documentation. --- bsps/include/dev/spi/cadence-spi-regs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/bsps/include/dev/spi/cadence-spi-regs.h b/bsps/include/dev/spi/cadence-spi-regs.h index b4b2366b3d..207d056fb1 10

Question about Raspberry Pi bspstarthooks.c - potential patch

2021-06-28 Thread Alan Cudmore
Hi, The current RTEMS 6/master branch does not seem to work on the Raspberry Pi single core models, while the 5 branch does. I was able to track it down to a commit where it stopped working: 272534eb725f2486b7a32b39d998202a101bd36e In that commit, the call: /* Clear Secure or Non-secure Vector B

Re: [PATCH] bsps/zynqmp: Allow any or all CGEMs to be enabled

2021-06-28 Thread Chris Johns
Hi, I am just catching up and missed this one until I saw the patch was pushed. I am sorry but I am confused by this patch. Could someone please explain this reason for this addition to the BSP and approach being taken? Is there something in the BSP that requires this information be provided here

Re: Question about Raspberry Pi bspstarthooks.c - potential patch

2021-06-28 Thread Sebastian Huber
Hello Alan, On 29/06/2021 03:13, Alan Cudmore wrote: The current RTEMS 6/master branch does not seem to work on the Raspberry Pi single core models, while the 5 branch does. I was able to track it down to a commit where it stopped working: 272534eb725f2486b7a32b39d998202a101bd36e In that commi