Re: [PATCH 3/5] xilinx-zynqmp-rpu: Remove URLs from copyrights

2024-03-19 Thread Philip Kirkpatrick
Sebastian, Looks good with me. Stanislav also gave approval. -Phil From: Stanislav Pankevich Sent: Tuesday, March 19, 2024 5:45 PM To: Philip Kirkpatrick Subject: WG: [PATCH 3/5] xilinx-zynqmp-rpu: Remove URLs from copyrights

Re: [PATCH v2 0/4] Add ZynqMP Cortex-R5 BSP

2023-10-24 Thread Philip Kirkpatrick
; the timer interrupts behave as you expect them to on hardware. I don't mind > getting the Xilinx support code updates committed, but I'd like some > feedback on the BSP itself. > > Kinsey > > On Thu, Oct 12, 2023 at 12:02 PM Kinsey Moore > wrote: > >> Changes

[PATCH] ZynqMP Cortex-R5 Cache

2023-09-28 Thread Philip Kirkpatrick
-rpu/start/bspstartmpu.c new file mode 100644 index 00..e8e45752b2 --- /dev/null +++ b/bsps/arm/xilinx-zynqmp-rpu/start/bspstartmpu.c @@ -0,0 +1,142 @@ +/* + * SPDX-License-Identifier: BSD-2-Clause + * + * Copyright (C) 2023 Reflex Aerospace GmbH + * + * Written by Philip K

Re: [PATCH 0/3] Update to the ZynqMP Cortex-R5 RPU work

2023-09-28 Thread Philip Kirkpatrick
, the performance without the cache is pretty terrible (about a factor of 10 with vs without). -Phil On Wed, Sep 27, 2023 at 7:26 PM Kinsey Moore wrote: > This patch set addresses all outstanding comments on the v2 patch from > Philip Kirkpatrick and moves the BSP to use the existing

Re: Status of CAN API?

2023-08-22 Thread Philip Kirkpatrick
t 6:38 AM Philip Kirkpatrick > wrote: > > > > Hello, > > > > Some people on our team here at Reflex are preparing to implement some > CAN drivers. Specifically for TMS570 and for ZynqMP-RPU (side note my > latest patch for that on Jun 29th is still sitting

Re: bsps/xilinx-zynqmp : Add BSP for RPU

2023-08-22 Thread Philip Kirkpatrick
Just a reminder that this patch is ready for review. On Thu, Jun 29, 2023 at 6:36 PM Philip Kirkpatrick < p.kirkpatr...@reflexaerospace.com> wrote: > Took a while to get to but here is a new patch incorporating the feedback. > > Sorry to drop this and run but I'm on vacation for

Status of CAN API?

2023-08-09 Thread Philip Kirkpatrick
Hello, Some people on our team here at Reflex are preparing to implement some CAN drivers. Specifically for TMS570 and for ZynqMP-RPU (side note my latest patch for that on Jun 29th is still sitting there unreviewed). I was wondering what the current status of the CAN API is. I saw in August of

Re: bsps/xilinx-zynqmp : Add BSP for RPU

2023-06-29 Thread Philip Kirkpatrick
*/ diff --git a/bsps/include/xil/zynqmp.h b/bsps/include/xil/zynqmp.h new file mode 100644 index 00..34051c525a --- /dev/null +++ b/bsps/include/xil/zynqmp.h @@ -0,0 +1,99 @@ +/** + * @file + * @ingroup RTEMSBSPsARMZynqMP + * @brief Peripheral memory map. + */ + +/* + * SPDX-License-

Possible minor bug in ARM A startup code. Clearing res1 instead of I bit in SCTLR.

2023-06-29 Thread Philip Kirkpatrick
While I was cleaning up the ZynqMP RPU port for a revised patch (should be ready in a few hours) I noticed a possible minor bug in `bsps/arm/shared/start/start.S` affecting ARM A profile parts. Someone familiar with ARM A parts, please check this. Also for my own knowledge, why is this done with

Re: BSP .inc files and .cfg files

2023-06-16 Thread Philip Kirkpatrick
For the RPU patch, I'll add removing this to my next pass at it. On Fri, Jun 16, 2023 at 6:37 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > > > On 16.06.23 06:35, Chris Johns wrote: > > On 16/6/2023 2:33 pm, Sebastian Huber wrote: > >> On 16.06.23 03:46, Chris Johns wrote: >

Re: bsps/xilinx-zynqmp : Add BSP for RPU

2023-06-16 Thread Philip Kirkpatrick
On Fri, Jun 16, 2023 at 7:14 AM Chris Johns wrote: > On 15/6/2023 6:16 pm, Philip Kirkpatrick wrote: > > Thanks for all the good feedback. > > > > RE Joel: > > I'll fix my sloppy formatting that you caught and submit a revised > patch. If > > I'm realistic

Re: bsps/xilinx-zynqmp : Add BSP for RPU

2023-06-15 Thread Philip Kirkpatrick
in the ZynqMP has VFPv2, ARM > says to compile with vfpv3_d16 like what is already in the BSP ( > https://developer.arm.com/documentation/dui0472/i/CIHGDBHC). > > Thanks, Aaron > > > --- Original Message --- > On Thursday, June 15th, 2023 at 9:17 AM, Chris Johns &g

bsps/xilinx-zynqmp : Add BSP for RPU

2023-06-14 Thread Philip Kirkpatrick
(C) 2023 Reflex Aerospace GmbH + * + * Written by Philip Kirkpatrick + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright

OpenOCD task aware debugging

2023-05-11 Thread Philip Kirkpatrick
Just want to let the group here know about a patch submission I made to OpenOCD to add task aware debugging. A review by an RTEMS kernel pro would be appreciated to make sure I didn't do anything dumb. https://review.openocd.org/c/openocd/+/7683 -Phil

Re: [PATCH] Spec hierarchy dumping for a config

2023-05-09 Thread Philip Kirkpatrick
On Wed, May 3, 2023 at 11:12 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Hello Philip, > > On 28.04.23 11:27, Philip Kirkpatrick wrote: > > I don't know if anyone else will find this useful or if it already > > exists and I duplicated some effo

[PATCH] Spec hierarchy dumping for a config

2023-04-28 Thread Philip Kirkpatrick
I don't know if anyone else will find this useful or if it already exists and I duplicated some effort, but I find it difficult to just read the files in the spec folder and understand how they are connected and what files are used in BSPs I'm interested in. I looked through the wscript and