Re: [PATCH 66/86] ppc:ppc440_bamboo/sam460ex: drop RAM size fixup

2020-01-10 Thread Igor Mammedov
On Thu, 2 Jan 2020 16:52:50 +0100 (CET) BALATON Zoltan wrote: > On Thu, 2 Jan 2020, Igor Mammedov wrote: > > On Wed, 1 Jan 2020 12:54:37 +0100 (CET) > > BALATON Zoltan wrote: > >> On Tue, 31 Dec 2019, Igor Mammedov wrote: > >>> If user provided non-sense RAM size, board will complain and > >

Re: [PATCH 66/86] ppc:ppc440_bamboo/sam460ex: drop RAM size fixup

2020-01-02 Thread Igor Mammedov
On Thu, 2 Jan 2020 16:52:50 +0100 (CET) BALATON Zoltan wrote: > On Thu, 2 Jan 2020, Igor Mammedov wrote: > > On Wed, 1 Jan 2020 12:54:37 +0100 (CET) > > BALATON Zoltan wrote: > >> On Tue, 31 Dec 2019, Igor Mammedov wrote: > >>> If user provided non-sense RAM size, board will complain and > >

Re: [PATCH 66/86] ppc:ppc440_bamboo/sam460ex: drop RAM size fixup

2020-01-02 Thread BALATON Zoltan
On Thu, 2 Jan 2020, Igor Mammedov wrote: On Wed, 1 Jan 2020 12:54:37 +0100 (CET) BALATON Zoltan wrote: On Tue, 31 Dec 2019, Igor Mammedov wrote: If user provided non-sense RAM size, board will complain and continue running with max RAM size supported. Also RAM is going to be allocated by gener

Re: [PATCH 66/86] ppc:ppc440_bamboo/sam460ex: drop RAM size fixup

2020-01-02 Thread Igor Mammedov
On Wed, 1 Jan 2020 12:54:37 +0100 (CET) BALATON Zoltan wrote: > On Tue, 31 Dec 2019, Igor Mammedov wrote: > > If user provided non-sense RAM size, board will complain and > > continue running with max RAM size supported. > > Also RAM is going to be allocated by generic code, so it won't be > > po

Re: [PATCH 66/86] ppc:ppc440_bamboo/sam460ex: drop RAM size fixup

2020-01-01 Thread BALATON Zoltan
On Wed, 1 Jan 2020, Philippe Mathieu-Daudé wrote: On 1/1/20 12:54 PM, BALATON Zoltan wrote: On Tue, 31 Dec 2019, Igor Mammedov wrote: If user provided non-sense RAM size, board will complain and continue running with max RAM size supported. Also RAM is going to be allocated by generic code, so

Re: [PATCH 66/86] ppc:ppc440_bamboo/sam460ex: drop RAM size fixup

2020-01-01 Thread Philippe Mathieu-Daudé
On 1/1/20 12:54 PM, BALATON Zoltan wrote: On Tue, 31 Dec 2019, Igor Mammedov wrote: If user provided non-sense RAM size, board will complain and continue running with max RAM size supported. Also RAM is going to be allocated by generic code, so it won't be possible for board to fix things up for

Re: [PATCH 66/86] ppc:ppc440_bamboo/sam460ex: drop RAM size fixup

2020-01-01 Thread BALATON Zoltan
On Tue, 31 Dec 2019, Igor Mammedov wrote: If user provided non-sense RAM size, board will complain and continue running with max RAM size supported. Also RAM is going to be allocated by generic code, so it won't be possible for board to fix things up for user. Make it error message and exit to f

[PATCH 66/86] ppc:ppc440_bamboo/sam460ex: drop RAM size fixup

2019-12-31 Thread Igor Mammedov
If user provided non-sense RAM size, board will complain and continue running with max RAM size supported. Also RAM is going to be allocated by generic code, so it won't be possible for board to fix things up for user. Make it error message and exit to force user fix CLI, instead of accepting non-