RE: BSP_CONSOLE_MINOR option for Zynq board with new build system

2020-12-02 Thread Kinsey Moore
-Original Message- From: devel On Behalf Of Sebastian Huber Sent: Wednesday, December 2, 2020 06:46 To: jan.som...@dlr.de; devel@rtems.org Subject: Re: BSP_CONSOLE_MINOR option for Zynq board with new build system > Hello Jan, > >> On 02/12/2020 11:19, jan.som...@dlr.de

Re: BSP_CONSOLE_MINOR option for Zynq board with new build system

2020-12-02 Thread Sebastian Huber
Hello Jan, On 02/12/2020 11:19, jan.som...@dlr.de wrote: I forgot to follow up with this until I ran into the same thing again. Your patch works and solves the problem. Would you be so kind to push it to master? I think this should be fixed along with the new aarch64 BSP for Zynq: https://lis

RE: BSP_CONSOLE_MINOR option for Zynq board with new build system

2020-12-02 Thread Jan.Sommer
4 PM > To: Sommer, Jan ; devel@rtems.org > Subject: Re: BSP_CONSOLE_MINOR option for Zynq board with new build > system > > Hello Jan, > > On 25/09/2020 15:36, jan.som...@dlr.de wrote: > > Hello, > > > > I am currently making my first steps with

Re: BSP_CONSOLE_MINOR option for Zynq board with new build system

2020-09-25 Thread Sebastian Huber
On 25/09/2020 17:14, Gedare Bloom wrote: On Fri, Sep 25, 2020 at 9:11 AM Sebastian Huber wrote: On 25/09/2020 17:08, Gedare Bloom wrote: Yes, this could be a potential problem in several BSPs. I used a script to convert the BSP options, but to detect if it was an integer or boolean type was

Re: BSP_CONSOLE_MINOR option for Zynq board with new build system

2020-09-25 Thread Gedare Bloom
On Fri, Sep 25, 2020 at 9:11 AM Sebastian Huber wrote: > > On 25/09/2020 17:08, Gedare Bloom wrote: > > >> Yes, this could be a potential problem in several BSPs. I used a script > >> to convert the BSP options, but to detect if it was an integer or > >> boolean type was just an heuristic. In orde

Re: BSP_CONSOLE_MINOR option for Zynq board with new build system

2020-09-25 Thread Sebastian Huber
On 25/09/2020 17:08, Gedare Bloom wrote: Yes, this could be a potential problem in several BSPs. I used a script to convert the BSP options, but to detect if it was an integer or boolean type was just an heuristic. In order to fix this, you first have to find the build specification item of the

Re: BSP_CONSOLE_MINOR option for Zynq board with new build system

2020-09-25 Thread Gedare Bloom
On Fri, Sep 25, 2020 at 8:13 AM Sebastian Huber wrote: > > Hello Jan, > > On 25/09/2020 15:36, jan.som...@dlr.de wrote: > > Hello, > > > > I am currently making my first steps with the new build system and so far > > it is amazing. > > Especially, the inheritance option is very handy for maintain

RE: BSP_CONSOLE_MINOR option for Zynq board with new build system

2020-09-25 Thread Jan.Sommer
Thanks, I will have a look at it and check if your changes fix the issue. Have a nice week-end, Jan > -Original Message- > From: Sebastian Huber > Sent: Friday, September 25, 2020 4:14 PM > To: Sommer, Jan ; devel@rtems.org > Subject: Re: BSP_CONSOLE_MINOR option for

Re: BSP_CONSOLE_MINOR option for Zynq board with new build system

2020-09-25 Thread Sebastian Huber
Hello Jan, On 25/09/2020 15:36, jan.som...@dlr.de wrote: Hello, I am currently making my first steps with the new build system and so far it is amazing. Especially, the inheritance option is very handy for maintaining different configurations. Therefore, a big thank you to Sebastian and every

BSP_CONSOLE_MINOR option for Zynq board with new build system

2020-09-25 Thread Jan.Sommer
Hello, I am currently making my first steps with the new build system and so far it is amazing. Especially, the inheritance option is very handy for maintaining different configurations. Therefore, a big thank you to Sebastian and everyone else involved. I ran into a smaller problem when compi