Re: [PATCH rtems-docs v2] raspberrypi4.rst: Added Documentation for the new AArch64 Raspberry pi 4B BSP

2022-10-05 Thread Chris Johns
Thanks for the documentation. It is great to have this. My comments are below. On 5/10/2022 4:41 pm, Mohd Noor Aman wrote: > This patch adds the relevant documentations required for booting the new BSP. > JTAG support is added for debugging. I have built the HTML docs and verified > them. > --- >

Re: [PATCH 06/13] config: Add rtems_malloc_task_stack_for_idle()

2022-10-05 Thread Chris Johns
On 5/10/2022 4:00 pm, Sebastian Huber wrote: > On 04/10/2022 23:21, Chris Johns wrote: >> On 5/10/2022 12:41 am, Sebastian Huber wrote: >>> On 04/10/2022 15:21, Joel Sherrill wrote: On Tue, Oct 4, 2022 at 12:40 AM Sebastian Huber >>> > wrote: >>>

Re: Git master/main/trunk/current/best...

2022-10-05 Thread Chris Johns
On 6/10/2022 6:14 am, Sebastian Huber wrote: > On 05/10/2022 20:37, Joel Sherrill wrote: >> On Thu, Sep 29, 2022 at 4:24 PM Chris Johns > > wrote: >> >>     On 30/9/22 4:00 am, Joel Sherrill wrote: >> > I'd like to propose that short term we change lwip main to master

Re: [PATCH] gsed.cfg: Add check for gsed

2022-10-05 Thread Chris Johns
On 6/10/2022 5:29 am, Ryan Long wrote: > On 10/4/2022 4:31 PM, Chris Johns wrote: >> On 5/10/2022 12:52 am, Ryan Long wrote: >>> It looks like gcc checks for gsed if sed is not the GNU version. >> Thanks for checking this. >> >>> I've installed it on FreeBSD and MacOS. I had to install it via Homeb

Re: Git master/main/trunk/current/best...

2022-10-05 Thread Sebastian Huber
On 05/10/2022 20:37, Joel Sherrill wrote: On Thu, Sep 29, 2022 at 4:24 PM Chris Johns > wrote: On 30/9/22 4:00 am, Joel Sherrill wrote: > I'd like to propose that short term we change lwip main to master for > consistency with existing repos. This helps

Re: Git master/main/trunk/current/best...

2022-10-05 Thread Joel Sherrill
On Thu, Sep 29, 2022 at 4:24 PM Chris Johns wrote: > On 30/9/22 4:00 am, Joel Sherrill wrote: > > I'd like to propose that short term we change lwip main to master for > > consistency with existing repos. This helps avoid stupid mistakes > because lwip > > is the odd case. > > I propose we use de

Re: [PATCH] gsed.cfg: Add check for gsed

2022-10-05 Thread Ryan Long
On 10/4/2022 4:31 PM, Chris Johns wrote: On 5/10/2022 12:52 am, Ryan Long wrote: It looks like gcc checks for gsed if sed is not the GNU version. Thanks for checking this. I've installed it on FreeBSD and MacOS. I had to install it via Homebrew on MacOS, but that's because it fails to build

Re: [PATCH v3] bsp/aarch64: Add new Raspberry Pi 4B BSP

2022-10-05 Thread Alan Cudmore
The merged BSP works for me, and I have the cFS bundle ( https://github.com/nasa/cfs) running on my Pi4. What is the best way to support the ethernet, rtems-libbsd? It looks like FreeBSD supports the Pi4 ethernet device. Any pointers to how libbsd integration works for a RTEMS BSP? On Wed, Oct 5,

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

2022-10-05 Thread Alan Cudmore
Hi Padmarao, The docs look good to me. I have a couple of minor comments inline. I'm really glad to see this BSP in RTEMS. Thanks, Alan On Wed, Sep 28, 2022 at 4:07 PM Padmarao Begari < padmarao.beg...@microchip.com> wrote: > Update the riscv documentation for the Microchip PolarFire SoC > BSP va

Re: [PATCH rtems-docs v2] raspberrypi4.rst: Added Documentation for the new AArch64 Raspberry pi 4B BSP

2022-10-05 Thread Alan Cudmore
Hi Noor, Looks good and builds for me - I have a few minor comments. Please see inline comments below. Thanks, Alan On Wed, Oct 5, 2022 at 1:41 AM Mohd Noor Aman wrote: > This patch adds the relevant documentations required for booting the new > BSP. > JTAG support is added for debugging. I have