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

2022-10-04 Thread Joel Sherrill
On Tue, Oct 4, 2022 at 12:40 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 30/09/2022 23:39, Chris Johns wrote: > > On 30/9/2022 7:21 pm, Sebastian Huber wrote: > >> Update #4524. > >> --- > >> cpukit/doxygen/appl-config.h| 13 + > >>

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.

Review request for DCAN support

2022-10-04 Thread Prashanth S
Hi All, This is a review request for DCAN and CAN support (merge patch). Attaching compressed file for DCAN patch, as file size exceeds 256KB. Regards Prashanth S DCAN.tar.lzma Description: application/lzma ___ devel mailing list devel@rtems.org

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

2022-10-04 Thread Sebastian Huber
On 04/10/2022 15:21, Joel Sherrill wrote: On Tue, Oct 4, 2022 at 12:40 AM Sebastian Huber > wrote: On 30/09/2022 23:39, Chris Johns wrote: > On 30/9/2022 7:21 pm, Sebastian Huber wrote: >> Update #4524. >> --- >>   

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

2022-10-04 Thread Ryan Long
It looks like gcc checks for gsed if sed is not the GNU version. 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 gsed. The error is "machine `arm64-apple' not recognized". So I added this check to get around that, and it

[PATCH v5 1/2] cpukit/dev/can: Added CAN support

2022-10-04 Thread Prashanth S
--- cpukit/dev/can/can-queue.h | 230 +++ cpukit/dev/can/can.c | 505 +++ cpukit/include/dev/can/can-msg.h | 105 + cpukit/include/dev/can/can.h | 284 + spec/build/cpukit/librtemscpu.yml|

[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

Re: [PATCH] c-user: Add application config info directives

2022-10-04 Thread Chris Johns
On 30/9/2022 11:34 pm, Sebastian Huber wrote: > On 17/09/2022 09:31, Chris Johns wrote: >>> +rtems_get_version_string() >>> +-- >>> + >>> +Gets the RTEMS version string. >>> + >>> +.. rubric:: CALLING SEQUENCE: >>> + >>> +.. code-block:: c >>> + >>> +    const char

Re: [PATCH] c-user: Add application config info directives

2022-10-04 Thread Sebastian Huber
On 04/10/2022 09:04, Chris Johns wrote: On 30/9/2022 11:34 pm, Sebastian Huber wrote: On 17/09/2022 09:31, Chris Johns wrote: +rtems_get_version_string() +-- + +Gets the RTEMS version string. + +.. rubric:: CALLING SEQUENCE: + +.. code-block:: c + +    const char

Re: [PATCH] c-user: Add application config info directives

2022-10-04 Thread Chris Johns
On 30/9/2022 11:43 pm, Sebastian Huber wrote: > On 17/09/2022 09:31, Chris Johns wrote: >>> +rtems_configuration_get_milliseconds_per_tick() >>> +--- >>> + >>> +Gets the number of milliseconds per clock tick configured for this >>> application. >> There

Re: [PATCH] c-user: Add application config info directives

2022-10-04 Thread Chris Johns
On 1/10/2022 12:25 am, Sebastian Huber wrote: > On 17/09/2022 09:31, Chris Johns wrote: >>> diff --git a/c-user/config/introduction.rst b/c-user/config/introduction.rst >>> new file mode 100644 >>> index 000..d06662a >>> --- /dev/null >>> +++ b/c-user/config/introduction.rst >>> @@ -0,0

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

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

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

2022-10-04 Thread Chris Johns
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: >> >>     On 30/09/2022 23:39, Chris Johns wrote: >> > On 30/9/2022 7:21 pm, Sebastian Huber

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

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 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 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! > >

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

2022-10-04 Thread Chris Johns
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 gsed. Homebrew complicates your work.

Re: [docs 1/5] c-user: Add CONFIGURE_IDLE_TASK_MINIMUM_STACK_SIZE

2022-10-04 Thread Chris Johns
Hi, Can we please wait until the patches are sorted before this is merged? Thanks Chris On 30/9/2022 7:15 pm, Sebastian Huber wrote: > --- > c-user/config/idle-task.rst| 95 -- > c-user/config/task-stack-alloc.rst | 39 ++-- > 2 files changed, 124

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

2022-10-04 Thread Mohd Noor Aman
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. --- user/bsps/aarch64/raspberrypi4.rst | 99 ++ user/bsps/bsps-aarch64.rst | 1 + 2 files changed,

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

2022-10-04 Thread Sebastian Huber
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 mailto:sebastian.hu...@embedded-brains.de>> wrote:     On 30/09/2022 23:39, Chris Johns wrote: > On 30/9/2022

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

2022-10-04 Thread Noor Aman
Here is the documentation patch. I've generated the output and it works fine. Reviews are required. Thanks, Noor On Mon, 26 Sept 2022 at 12:22, Mohd Noor Aman wrote: > This patch adds the relevant documentations required for booting the new > BSP. JTAG support is added for debugging. I have

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