[PATCH] build: Assert value properties only if not None

2022-06-02 Thread Sebastian Huber
--- wscript | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/wscript b/wscript index 77269f126c..d4defd4f13 100755 --- a/wscript +++ b/wscript @@ -738,7 +738,7 @@ class OptionItem(Item): return value def _assert_aligned(self, conf, cic, value,

Re: [PATCH rtems-lwip] lwip: Split sources into origin directories

2022-06-02 Thread Vijay Kumar Banerjee
Hi Pavel, On Thu, Jun 2, 2022 at 12:09 AM Pavel Pisa wrote: > > Dear Vijay, > > On Thursday 02 of June 2022 05:56:56 Vijay Kumar Banerjee wrote: > > I have pushed this patch and I would like to add a note regarding that. > > thanks for the work and time. > No problem. I hope we can soon promote

Re: [PATCH rtems-libbsd 1/2] if_ffec: Reduce buffer size

2022-06-02 Thread Gedare Bloom
On Thu, Jun 2, 2022 at 10:08 AM Joel Sherrill wrote: > > > > On Thu, Jun 2, 2022, 9:58 AM Christian MAUDERER > wrote: >> >> Am 02.06.22 um 16:19 schrieb Joel Sherrill: >> > >> > >> > On Thu, Jun 2, 2022 at 8:58 AM Christian MAUDERER >> > > > >

Re: [PATCH rtems-libbsd 1/2] if_ffec: Reduce buffer size

2022-06-02 Thread Joel Sherrill
On Thu, Jun 2, 2022, 9:58 AM Christian MAUDERER < christian.maude...@embedded-brains.de> wrote: > Am 02.06.22 um 16:19 schrieb Joel Sherrill: > > > > > > On Thu, Jun 2, 2022 at 8:58 AM Christian MAUDERER > > > > wrote: > > > > Am 02.06.22 um

Re: [PATCH rtems-libbsd 1/2] if_ffec: Reduce buffer size

2022-06-02 Thread Christian MAUDERER
Am 02.06.22 um 16:19 schrieb Joel Sherrill: On Thu, Jun 2, 2022 at 8:58 AM Christian MAUDERER > wrote: Am 02.06.22 um 15:49 schrieb Gedare Bloom: > On Thu, Jun 2, 2022 at 2:28 AM Sebastian Huber >

Re: [PATCH rtems-libbsd 1/2] if_ffec: Reduce buffer size

2022-06-02 Thread Joel Sherrill
On Thu, Jun 2, 2022 at 8:58 AM Christian MAUDERER < christian.maude...@embedded-brains.de> wrote: > Am 02.06.22 um 15:49 schrieb Gedare Bloom: > > On Thu, Jun 2, 2022 at 2:28 AM Sebastian Huber > > wrote: > >> > >> On 02/06/2022 09:27, Christian MAUDERER wrote: > >>> > >>> Am 01.06.22 um 14:46

Re: [PATCH rtems-libbsd 1/2] if_ffec: Reduce buffer size

2022-06-02 Thread Christian MAUDERER
Am 02.06.22 um 15:49 schrieb Gedare Bloom: On Thu, Jun 2, 2022 at 2:28 AM Sebastian Huber wrote: On 02/06/2022 09:27, Christian MAUDERER wrote: Am 01.06.22 um 14:46 schrieb Gedare Bloom: On Mon, May 23, 2022 at 6:21 AM Christian Mauderer wrote: Typical embedded systems don't have that

Re: [PATCH rtems-libbsd 2/2] if_ffec: Allow PHY that is connected to other FFEC

2022-06-02 Thread Gedare Bloom
On Thu, Jun 2, 2022 at 1:35 AM Christian MAUDERER wrote: > > Am 01.06.22 um 14:50 schrieb Gedare Bloom: > > Should this be upstreamed? > > I don't think so. The solution is quite device specific and has some > restrictions like the right initialization order (like noted in the > commit

Re: [PATCH rtems-libbsd 1/2] if_ffec: Reduce buffer size

2022-06-02 Thread Gedare Bloom
On Thu, Jun 2, 2022 at 2:28 AM Sebastian Huber wrote: > > On 02/06/2022 09:27, Christian MAUDERER wrote: > > > > Am 01.06.22 um 14:46 schrieb Gedare Bloom: > >> On Mon, May 23, 2022 at 6:21 AM Christian Mauderer > >> wrote: > >>> > >>> Typical embedded systems don't have that much memory. Reduce

Re: [PATCH] devel/spike-1.0.0: bump hash

2022-06-02 Thread Gedare Bloom
On Wed, Jun 1, 2022 at 7:46 AM Ryan Long wrote: > > > On 6/1/2022 7:36 AM, Gedare Bloom wrote: > > What/Why did this change? Where we not using a release before? > I'm not sure. Their Github only shows two releases. One's from 2019 and > the latest is from late 2021. The last time the hash was

Re: [PATCH rtems-libbsd 1/2] if_ffec: Reduce buffer size

2022-06-02 Thread Sebastian Huber
On 02/06/2022 09:27, Christian MAUDERER wrote: Am 01.06.22 um 14:46 schrieb Gedare Bloom: On Mon, May 23, 2022 at 6:21 AM Christian Mauderer wrote: Typical embedded systems don't have that much memory. Reduce the buffer size to something more sensible for the usual type of application. ---  

Re: [PATCH rtems] bsps/imx: Enable clock of ETH2

2022-06-02 Thread Christian MAUDERER
Am 01.06.22 um 14:42 schrieb Gedare Bloom: On Mon, May 23, 2022 at 6:22 AM Christian Mauderer wrote: --- bsps/arm/imx/start/bspstart.c | 13 + 1 file changed, 13 insertions(+) diff --git a/bsps/arm/imx/start/bspstart.c b/bsps/arm/imx/start/bspstart.c index

Re: [PATCH rtems-libbsd 2/2] if_ffec: Allow PHY that is connected to other FFEC

2022-06-02 Thread Christian MAUDERER
Am 01.06.22 um 14:50 schrieb Gedare Bloom: Should this be upstreamed? I don't think so. The solution is quite device specific and has some restrictions like the right initialization order (like noted in the commit description). I don't think that FreeBSD will accept it. I have seen some

Re: [PATCH rtems-libbsd 1/2] if_ffec: Reduce buffer size

2022-06-02 Thread Christian MAUDERER
Hello Gedare, Am 01.06.22 um 14:46 schrieb Gedare Bloom: On Mon, May 23, 2022 at 6:21 AM Christian Mauderer wrote: Typical embedded systems don't have that much memory. Reduce the buffer size to something more sensible for the usual type of application. --- freebsd/sys/dev/ffec/if_ffec.c |

Re: [PATCH rtems-lwip] lwip: Split sources into origin directories

2022-06-02 Thread Pavel Pisa
Dear Vijay, On Thursday 02 of June 2022 05:56:56 Vijay Kumar Banerjee wrote: > I have pushed this patch and I would like to add a note regarding that. thanks for the work and time. > This patch started interesting discussions about the possible ways to > organize code from multiple sources.