Apparently Unused ARM Linker Symbol

2024-02-13 Thread Joel Sherrill
Hi In looking at linkcmds code, one of the folks in the class noticed this symbol which appears to be unused. This is a grep from the top of the tree. It appears that bsp_stack_main_size is defined but never really used. If someone can confirm this, it needs to be purged. [joel@localhost rtems]$

Wrong BSP Names in arm spec files

2024-02-13 Thread Joel Sherrill
Hi While teaching a class this week, I noticed that some arm optcachedata.yml files appear to reference BSP variants that are not associated with the BSP whose directory the yml file is located in. These greps show the issue: [joel@localhost arm]$ grep lm3s6965_qemu */optcachedat* imx/optcachedat

Re: [PATCH] i386: Restore SMP functionality

2024-02-13 Thread Sebastian Huber
On 12.02.24 15:34, Kinsey Moore wrote: When the switch to waf occurred, the SMP support in i386 was left out causing it to accumulate a minor amount of cruft. This enables SMP for the i386 BSPs that support it and updates them for the API drift that has occurred since the change. Looks good. -

Re: [PATCH v2 0/5] libtest: Add packet processor

2024-02-13 Thread Sebastian Huber
Hello, independent of the packet processor patch, can I check in the base64 and CRC patches? -- embedded brains GmbH & Co. KG Herr Sebastian HUBER Dornierstr. 4 82178 Puchheim Germany email: sebastian.hu...@embedded-brains.de phone: +49-89-18 94 741 - 16 fax: +49-89-18 94 741 - 08 Registerg

Re: [PATCH v2 5/5] libtest: Add packet processor

2024-02-13 Thread Sebastian Huber
Hello Chris, sorry for the delay. On 07.02.24 00:56, Chris Johns wrote: On 5/2/2024 9:13 pm, Sebastian Huber wrote: Hello Chris, thanks for having a look at it. On 02.02.24 00:14, Chris Johns wrote: Hi, Thanks for the updated documentation, protocol and use cases. It has helped. Now I unde