rtems6 RSB tool build failures (lots)

2021-02-14 Thread Joel Sherrill
Hi Looks like most of the targets failed to build on CentOS over the weekend and ended with this: /home/joel/rtems- cron-6/tools/6/powerpc-rtems6/sys-include configure: error: in `/home/joel/rtems-cron-6/rtems-source-builder/rtems/ build/powerpc-rtems6-gcc-eb15f76-newlib-d4a756f-x86_64- linux-gn

Re: Requests Patches to be Applied to 4.10

2021-02-14 Thread Chris Johns
On 12/2/21 6:52 am, Joel Sherrill wrote: > > > On Thu, Feb 11, 2021 at 1:47 PM Gedare Bloom > wrote: > > Hi Joel, > > On Thu, Feb 11, 2021 at 12:30 PM Joel Sherrill > wrote: > > > > Hi > > > > Phillip Smith pinged m

Re: [PATCH v3 1/3] bsps/xilinx_zynq: Add SPI driver for cadence-spi

2021-02-14 Thread Chris Johns
Hi Jan, Thank you for the changes. I have one question inlined below ... On 14/2/21 10:30 pm, Jan Sommer wrote: > --- > bsps/include/dev/spi/cadence-spi-regs.h | 84 + > bsps/include/dev/spi/cadence-spi.h | 48 +++ > bsps/shared/dev/spi/cadence-spi.c | 437 ++

gensh1 issues

2021-02-14 Thread Joel Sherrill
Hi I thought I would start checking in on some of the secondary target BSPs that run on gdb. Something is broken in the waf build for this. 1) gensh1/start/start.s is not in the build but start.o is referenced in linkcmds. 2) When I look at an executable, the start code is not from start.o but a

[PATCH v3 2/3] bsps/xilinx_zynq: Add SPI driver to waf

2021-02-14 Thread Jan Sommer
--- spec/build/bsps/aarch64/xilinx-zynqmp/grp.yml | 2 ++ spec/build/bsps/arm/xilinx-zynq/grp.yml| 2 ++ .../bsps/arm/xilinx-zynqmp/bspxilinxzynqmp.yml | 2 ++ spec/build/bsps/objdevspizynq.yml | 18 ++ 4 files changed, 24 insertions(+) create mode 100644

[PATCH v3 0/3] Add cadence-SPI driver

2021-02-14 Thread Jan Sommer
v3: - Fix wrong changes to spec/build/bsps/arm/xilinx-zynq/obj.yml v2: - Moved source file to bsps/shared/dev/spi - Moved include files to bsps/include/dev/spi - Enabled build in aarch64 BSPs v1: This patchset implements a driver for the cadence-spi device of the Xilinx Zynq-7000 based SoCs us

[PATCH v3 1/3] bsps/xilinx_zynq: Add SPI driver for cadence-spi

2021-02-14 Thread Jan Sommer
--- bsps/include/dev/spi/cadence-spi-regs.h | 84 + bsps/include/dev/spi/cadence-spi.h | 48 +++ bsps/shared/dev/spi/cadence-spi.c | 437 3 files changed, 569 insertions(+) create mode 100644 bsps/include/dev/spi/cadence-spi-regs.h create mode 100644 bsp

[PATCH v3 3/3] bsps/xilinx_zynq: Add SPI driver to autotools build

2021-02-14 Thread Jan Sommer
--- bsps/headers.am| 5 + c/src/lib/libbsp/arm/xilinx-zynq/Makefile.am | 3 +++ c/src/lib/libbsp/arm/xilinx-zynqmp/Makefile.am | 3 +++ 3 files changed, 11 insertions(+) diff --git a/bsps/headers.am b/bsps/headers.am index 1b82382db8..37ce6d6c73 100644 --- a/

RE: [PATCH v2 2/3] bsps/xilinx_zynq: Add SPI driver to waf

2021-02-14 Thread Jan.Sommer
Yes, my bad. When changing that compared to version 1 of the patch, I wanted to remove the references to cadence-spi, but instead removed the ones to cadence-i2c :-/ I will send in a new patchset. Best regards, Jan > -Original Message- > From: Kinsey Moore > Sent: Saturday, Februar