Re: [PATCH v3 02/71] ARC: Build system: Makefiles, Kconfig, Linker script

2013-02-11 Thread Vineet Gupta
On Monday 11 February 2013 04:59 PM, James Hogan wrote: > Hi Vineet, > > On 24/01/13 10:50, Vineet Gupta wrote: >> diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig >> new file mode 100644 >> index 000..b0b09ae >> --- /dev/null >> +++ b/arch/arc/Kconfig >> @@ -0,0 +1,328 @@ >> +# >> +# Copyrigh

Re: [PATCH v3 02/71] ARC: Build system: Makefiles, Kconfig, Linker script

2013-02-11 Thread James Hogan
Hi Vineet, On 24/01/13 10:50, Vineet Gupta wrote: > diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig > new file mode 100644 > index 000..b0b09ae > --- /dev/null > +++ b/arch/arc/Kconfig > @@ -0,0 +1,328 @@ > +# > +# Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.com) > +

Re: [PATCH v3 02/71] ARC: Build system: Makefiles, Kconfig, Linker script

2013-01-29 Thread Sam Ravnborg
On Tue, Jan 29, 2013 at 07:15:07PM +0530, Vineet Gupta wrote: > On Tuesday 29 January 2013 12:14 AM, Sam Ravnborg wrote: > > On Mon, Jan 28, 2013 at 11:59:36AM +0530, Vineet Gupta wrote: > >> Hi Sam, > >> > >> On Thursday 24 January 2013 04:20 PM, Vineet Gupta wrote: > >>> Arnd in his review pointe

Re: [PATCH v3 02/71] ARC: Build system: Makefiles, Kconfig, Linker script

2013-01-29 Thread Vineet Gupta
On Tuesday 29 January 2013 12:14 AM, Sam Ravnborg wrote: > On Mon, Jan 28, 2013 at 11:59:36AM +0530, Vineet Gupta wrote: >> Hi Sam, >> >> On Thursday 24 January 2013 04:20 PM, Vineet Gupta wrote: >>> Arnd in his review pointed out that arch Kconfig organisation has several >>> deficiencies: >>> >>>

Re: [PATCH v3 02/71] ARC: Build system: Makefiles, Kconfig, Linker script

2013-01-28 Thread Sam Ravnborg
On Mon, Jan 28, 2013 at 11:59:36AM +0530, Vineet Gupta wrote: > Hi Sam, > > On Thursday 24 January 2013 04:20 PM, Vineet Gupta wrote: > > Arnd in his review pointed out that arch Kconfig organisation has several > > deficiencies: > > > > * Build time entries for things which can be runtime extrac

Re: [PATCH v3 02/71] ARC: Build system: Makefiles, Kconfig, Linker script

2013-01-27 Thread Vineet Gupta
Hi Sam, On Thursday 24 January 2013 04:20 PM, Vineet Gupta wrote: > Arnd in his review pointed out that arch Kconfig organisation has several > deficiencies: > > * Build time entries for things which can be runtime extracted from DT > (e.g. SDRAM size, core clk frequency..) > * Not multi-platfo

[PATCH v3 02/71] ARC: Build system: Makefiles, Kconfig, Linker script

2013-01-24 Thread Vineet Gupta
Arnd in his review pointed out that arch Kconfig organisation has several deficiencies: * Build time entries for things which can be runtime extracted from DT (e.g. SDRAM size, core clk frequency..) * Not multi-platform-image-build friendly (choice .. endchoice constructs) * cpu variants support