RE: [PATCH rtems-docs v2] user/bsps: Update riscv for PolarFire SoC

2022-10-20 Thread Padmarao.Begari
Hi, The Patch v1 was reviewed by Alan, update few comments, and submitted Patch v2. https://lists.rtems.org/pipermail/devel/2022-October/073469.html - Patch v1 https://lists.rtems.org/pipermail/devel/2022-October/073528.html - Patch v2 Can you please review or merge it to rtems-docs git?

Re: Ping on ticket 4728 + patch

2022-10-20 Thread Alan Cudmore
On Thu, Oct 20, 2022 at 2:13 AM Sebastian Huber wrote: > > > > On 20/10/2022 03:48, Alan Cudmore wrote: > > On Wed, Oct 19, 2022 at 12:24 AM Sebastian Huber > > wrote: > >> > >> On 18/10/2022 21:02, Alan Cudmore wrote: > >>> *From: *Sebastian Huber >

Re: [libbsd 00/22] Remove FreeBSD file descriptors and avoid VFS

2022-10-20 Thread Chris Johns
On 20/10/2022 7:01 pm, Sebastian Huber wrote: > On 29/08/2022 10:27, Sebastian Huber wrote: >> Hello Chris, >> >> On 25/07/2022 08:12, Sebastian Huber wrote: >>> On 11/07/2022 15:04, Sebastian Huber wrote: On 24/06/2022 08:33, Sebastian Huber wrote: > This patch set removes the FreeBSD

Re: [libbsd 00/22] Remove FreeBSD file descriptors and avoid VFS

2022-10-20 Thread Sebastian Huber
On 29/08/2022 10:27, Sebastian Huber wrote: Hello Chris, On 25/07/2022 08:12, Sebastian Huber wrote: On 11/07/2022 15:04, Sebastian Huber wrote: On 24/06/2022 08:33, Sebastian Huber wrote: This patch set removes the FreeBSD file descriptors.  The VFS is no longer used if only the USB,

Re: [PATCH 1/2] bsp/stm32f4xxxx_rcc.h: Fix RCC register defines

2022-10-20 Thread Matthew Joyce
RCC_CFGR_PPRE2 is defined twice, on lines 240 and 241. Based on the other defines, I think 241 should have been RCC_CFGR_PPRE2_MSK. Is that what you're referring to? Thanks! On 19.10.22 14:48, Joel Sherrill wrote: I don't see the name defined twice. Are they functionally equivalent? On Wed,

Re: [PATCH 2/2] bsp/stm32f4.h: Remove double define

2022-10-20 Thread Matthew Joyce
It's on line 131. Both defines are referring to the same address (0x40023C00) --one define just starts from STM32F4_BASE and the other from STM32F4_AHB1_BASE. On 19.10.22 14:46, Joel Sherrill wrote: Looks ok but where was the other one? On Wed, Oct 19, 2022, 5:57 AM Matthew Joyce wrote:

Re: Ping on ticket 4728 + patch

2022-10-20 Thread Sebastian Huber
On 20/10/2022 03:48, Alan Cudmore wrote: On Wed, Oct 19, 2022 at 12:24 AM Sebastian Huber wrote: On 18/10/2022 21:02, Alan Cudmore wrote: *From: *Sebastian Huber *Sent: *Tuesday, October 18, 2022 11:15 AM *To: *Alan Cudmore