Re: [U-Boot] [PATCH v7 0/38] Switch over to real Kbuild

2014-01-29 Thread Gerhard Sittig
On Tue, Jan 28, 2014 at 14:44 +0100, Gerhard Sittig wrote: > > Tested-by: Gerhard Sittig > > [ ... ] > > The most recent test setup was created from > - U-Boot master e222b1f36fed "powerpc/mpc85xx:Increase binary > size for P, B & T series boards." > - the "sandbox: Use system headers first f

Re: [U-Boot] [PATCH v7 0/38] Switch over to real Kbuild

2014-01-28 Thread Masahiro Yamada
Hello Gerhard, > Just a minor issue: Given that your work on the build > infrastructure touches rather many parts of the tree (and thus > might easily conflict with other regular development), and that And sadly v7 does not apply again. :-( I will post v8. (It will not have any special update.

Re: [U-Boot] [PATCH v7 0/38] Switch over to real Kbuild

2014-01-28 Thread Masahiro Yamada
Hello Gerhard. > I really should have provided this earlier. Wanted to run some > more ARM tests, but haven't taken the time yet and did not want > to further delay my "tested by" feedback. > > Have run-tested v5 and v7 on PowerPC based hardware, and > build-tested other iterations of the patch

Re: [U-Boot] [PATCH v7 0/38] Switch over to real Kbuild

2014-01-28 Thread Gerhard Sittig
On Fri, Jan 24, 2014 at 19:37 +0900, Masahiro Yamada wrote: > > Changes for v6: > - Rebase on the current u-boot/master Just a minor issue: Given that your work on the build infrastructure touches rather many parts of the tree (and thus might easily conflict with other regular development), an

Re: [U-Boot] [PATCH v7 0/38] Switch over to real Kbuild

2014-01-28 Thread Gerhard Sittig
On Fri, Jan 24, 2014 at 19:37 +0900, Masahiro Yamada wrote: > > [ ... ] > > Changes for v7: > - Fix a bug in spl build: > In v6, build failed if we try to build another SPL board > without doing "make clobber". > For example, > $ make omap3_beagle_config > $ make CROSS_C

[U-Boot] [PATCH v7 0/38] Switch over to real Kbuild

2014-01-24 Thread Masahiro Yamada
We switched to Kbuild style makefiles at v2014.01-rc1 release. With that modification, we can write makefiles simpler. But it is NOT real Kbuild. We need more progress. As the next step, this series imports (+ adjusts) build scripts from Linux Kernel under scripts/ directory. By applying this ser