[U-Boot] [PATCH][v2] powerpc/CoreNet: add tool to support pbl image build.

2012-06-06 Thread Shaohui Xie
Provides a tool to build boot Image for PBL(Pre boot loader) which is used on Freescale CoreNet SoCs, PBL can be used to load some instructions and/or data for pre-initialization. The default output image is u-boot.pbl, for more details please refer to doc/README.pblimage. Signed-off-by: Shaohui X

Re: [U-Boot] [PATCH][v2] powerpc/CoreNet: add tool to support pbl image build.

2012-06-06 Thread Wolfgang Denk
Dear Shaohui Xie, In message <1338979010-950-1-git-send-email-shaohui@freescale.com> you wrote: > Provides a tool to build boot Image for PBL(Pre boot loader) which is > used on Freescale CoreNet SoCs, PBL can be used to load some instructions > and/or data for pre-initialization. The default

Re: [U-Boot] [PATCH][v2] powerpc/CoreNet: add tool to support pbl image build.

2012-06-06 Thread Wolfgang Denk
Dear Shaohui Xie, In message <1338979010-950-1-git-send-email-shaohui@freescale.com> you wrote: > Provides a tool to build boot Image for PBL(Pre boot loader) which is > used on Freescale CoreNet SoCs, PBL can be used to load some instructions > and/or data for pre-initialization. The default

Re: [U-Boot] [PATCH][v2] powerpc/CoreNet: add tool to support pbl image build.

2012-06-06 Thread Scott Wood
On 06/06/2012 04:09 PM, Wolfgang Denk wrote: > Dear Shaohui Xie, > > In message <1338979010-950-1-git-send-email-shaohui@freescale.com> you > wrote: >> + For eSPI boot: >> +To build the eSPI boot image for P4080DS: >> +make P4080DS_SPIFLASH >> + >> +To build the eSPI boot image

Re: [U-Boot] [PATCH][v2] powerpc/CoreNet: add tool to support pbl image build.

2012-06-07 Thread Wolfgang Denk
Dear Xie Shaohui-B21989, In message you wrote: > > >I want to get rid if config.mk files to the extend possible - and here I > >see no need for a new one. > [Xie Shaohui] Actually, I was hesitate to use the config.mk file, I found > other person define the "CONFIG_XXX_CONFIG" in header files,