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 v3] bsp/aarch64: Add new Raspberry Pi 4B BSP

2022-10-04 Thread Noor Aman
I have sent the documentations earlier, Although reviews are required. I'll reply to that patch to bring it up on the devel. ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

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

2022-10-04 Thread Joel Sherrill
On Tue, Oct 4, 2022 at 5:03 PM Joel Sherrill wrote: > > > On Tue, Oct 4, 2022 at 4:38 PM Alan Cudmore > wrote: > >> It builds without error and boots for me! >> I ran my RTEMS Kernel Image and tried out some task demos, whetstone, >> dhrystone, created a RAM disk, etc. >> Next will be a core Fli

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

2022-10-04 Thread Joel Sherrill
On Tue, Oct 4, 2022 at 4:38 PM Alan Cudmore wrote: > It builds without error and boots for me! > I ran my RTEMS Kernel Image and tried out some task demos, whetstone, > dhrystone, created a RAM disk, etc. > Next will be a core Flight System (cFS) run. > This is going to be a very useful board to

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

2022-10-04 Thread Alan Cudmore
It builds without error and boots for me! I ran my RTEMS Kernel Image and tried out some task demos, whetstone, dhrystone, created a RAM disk, etc. Next will be a core Flight System (cFS) run. This is going to be a very useful board to have RTEMS + SMP + Libbsd on, especially when people can buy th

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

2022-10-04 Thread Chris Johns
On 5/10/2022 5:39 am, Joel Sherrill wrote: > Once Alan says it's OK, I will merge this. > > Great work! Please make sure code, docs, tester configuration, etc gets > merged. Looks great, well done for all the hard work. Chris ___ devel mailing list de

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

2022-10-04 Thread Joel Sherrill
Once Alan says it's OK, I will merge this. Great work! Please make sure code, docs, tester configuration, etc gets merged. On Tue, Oct 4, 2022 at 1:18 PM Kinsey Moore wrote: > I think all of the issues with this patch have been addressed; this looks > good to me. > > Great work, Noor! > > Kinse

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

2022-10-04 Thread Kinsey Moore
I think all of the issues with this patch have been addressed; this looks good to me. Great work, Noor! Kinsey On Tue, Oct 4, 2022 at 11:12 AM Noor Aman wrote: > hey all, > I've fixed the warning and edited the commit message to be more specific > and to be in 80 words char limit. > > Thanks,

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

2022-10-04 Thread Noor Aman
hey all, I've fixed the warning and edited the commit message to be more specific and to be in 80 words char limit. Thanks, Noor On Tue, 4 Oct 2022 at 16:08, Mohd Noor Aman wrote: > This patch adds new Raspberry pi 4B AArch64 BSP to the RTEMS Family. > Currently > only LP64 ABI is supported. IL

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

2022-10-04 Thread Mohd Noor Aman
This patch adds new Raspberry pi 4B AArch64 BSP to the RTEMS Family. Currently only LP64 ABI is supported. ILP32 is not supported. RAM starts from 0x8 in 64Bit kernel mode and MMU from 0x0. All Raspberrypi Pi 4B models and Raspberry Pi 400 are supported. All the IRQs are similiar to the older R