Re: [PATCH] ARM: add boot image dependencies not to generate invalid images

2015-08-08 Thread Masahiro Yamada
Hi Russell, I will rephrase the git-description and post v2. 2015-07-21 15:58 GMT+09:00 Masahiro Yamada : > Hi Russel, > > No more comment? > I answered your question. > > > > > 2015-07-11 1:41 GMT+09:00 Masahiro Yamada : >> Hi Russel, >> >> >> 2015-07-10 19:22 GMT+09:00 Russell King - ARM Li

Re: [PATCH] ARM: add boot image dependencies not to generate invalid images

2015-07-20 Thread Masahiro Yamada
Hi Russel, No more comment? I answered your question. 2015-07-11 1:41 GMT+09:00 Masahiro Yamada : > Hi Russel, > > > 2015-07-10 19:22 GMT+09:00 Russell King - ARM Linux : >> On Mon, Jul 06, 2015 at 09:37:04PM +0900, Masahiro Yamada wrote: >>> [3] Then, re-build "all" and "uImage" simultaneousl

Re: [PATCH] ARM: add boot image dependencies not to generate invalid images

2015-07-10 Thread Masahiro Yamada
Hi Russel, 2015-07-10 19:22 GMT+09:00 Russell King - ARM Linux : > On Mon, Jul 06, 2015 at 09:37:04PM +0900, Masahiro Yamada wrote: >> [3] Then, re-build "all" and "uImage" simultaneously. >> You will get an invalid uImage at random. >> $ make -s -j8 ARCH=arm UIMAGE_LOADADDR=0x80208000 all

Re: [PATCH] ARM: add boot image dependencies not to generate invalid images

2015-07-10 Thread Russell King - ARM Linux
On Mon, Jul 06, 2015 at 09:37:04PM +0900, Masahiro Yamada wrote: > [3] Then, re-build "all" and "uImage" simultaneously. > You will get an invalid uImage at random. > $ make -s -j8 ARCH=arm UIMAGE_LOADADDR=0x80208000 all uImage > Image Name: Linux-4.2.0-rc1-8-g1c4c715-d > Created:

[PATCH] ARM: add boot image dependencies not to generate invalid images

2015-07-06 Thread Masahiro Yamada
U-Boot is often used to boot the kernel on ARM boards, but uImage is not built by "make all", so we are often inclined to do "make all uImage" in a single command, but we should notice a pitfall behind it. In fact, "make all uImage" could generate an invalid uImage if it is run with the parallel o