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

2012-06-13 Thread Tabi Timur-B04825
On Jun 12, 2012, at 7:54 PM, "Wood Scott-B07421" wrote: > > You mean to replace this tool? There are other PBL things that may need > to be done, such as reconfiguring the SPI speed so it doesn't take > forever to read out the rest of the PBL image. My tool builds and RCW image. I could chang

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

2012-06-12 Thread Scott Wood
On 06/12/2012 12:42 PM, Tabi Timur-B04825 wrote: > > On Jun 8, 2012, at 6:09 PM, "Wood Scott-B07421" wrote: > >>> >>> I have two questions: >>> 1. Is there a plan that we submit Timur' tool to open source? >> >> I hope so. If not, the RCW will have to be provided directly as a >> hexdump/binary

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

2012-06-12 Thread Tabi Timur-B04825
On Jun 8, 2012, at 6:09 PM, "Wood Scott-B07421" wrote: >> >> I have two questions: >> 1. Is there a plan that we submit Timur' tool to open source? > > I hope so. If not, the RCW will have to be provided directly as a > hexdump/binary/etc. Where do you think my compiler should go? > >> 2.

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

2012-06-08 Thread Scott Wood
t;>> Cc: Wood Scott-B07421; u-boot@lists.denx.de; Tabi Timur-B04825 >>>> Subject: Re: [U-Boot] [PATCH] powerpc/CoreNet: add tool to support >>>> pbl image build. >>>> >>>> On 06/05/2012 09:45 PM, Xie Shaohui-B21989 wrote: >>>>&

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

2012-06-07 Thread Xie Shaohui-B21989
gt;>> Subject: Re: [U-Boot] [PATCH] powerpc/CoreNet: add tool to support >>> pbl image build. >>> >>> On 06/05/2012 09:45 PM, Xie Shaohui-B21989 wrote: >>>> Can Timur's >>>> tool do it automatically, or by some arguments provided? And even

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

2012-06-07 Thread Scott Wood
On 06/06/2012 10:16 PM, Xie Shaohui-B21989 wrote: >> -Original Message- >> From: Wood Scott-B07421 >> Sent: Thursday, June 07, 2012 2:19 AM >> To: Xie Shaohui-B21989 >> Cc: Wood Scott-B07421; u-boot@lists.denx.de; Tabi Timur-B04825 >> Subject: Re: [U-Boo

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

2012-06-06 Thread Xie Shaohui-B21989
>-Original Message- >From: Wood Scott-B07421 >Sent: Thursday, June 07, 2012 2:19 AM >To: Xie Shaohui-B21989 >Cc: Wood Scott-B07421; u-boot@lists.denx.de; Tabi Timur-B04825 >Subject: Re: [U-Boot] [PATCH] powerpc/CoreNet: add tool to support pbl >image build. > >

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

2012-06-06 Thread Scott Wood
On 06/05/2012 09:45 PM, Xie Shaohui-B21989 wrote: >> -Original Message- >> From: Wood Scott-B07421 >> Sent: Wednesday, June 06, 2012 2:14 AM >> To: Xie Shaohui-B21989 >> Cc: Wood Scott-B07421; u-boot@lists.denx.de; Tabi Timur-B04825 >> Subject: Re: [

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

2012-06-05 Thread Xie Shaohui-B21989
>-Original Message- >From: Wood Scott-B07421 >Sent: Wednesday, June 06, 2012 2:14 AM >To: Xie Shaohui-B21989 >Cc: Wood Scott-B07421; u-boot@lists.denx.de; Tabi Timur-B04825 >Subject: Re: [U-Boot] [PATCH] powerpc/CoreNet: add tool to support pbl >image build. > >

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

2012-06-05 Thread Scott Wood
On 06/05/2012 12:35 AM, Xie Shaohui-B21989 wrote: >>> +++ b/board/freescale/corenet_ds/config.mk >>> @@ -0,0 +1,26 @@ >>> +# >>> + >>> +#PBL preamble and RCW header >>> +aa55aa55 010e0100 >>> +#64 bytes RCW data for P4080, replace it when building image #for >>> +P3041DS or P5020DS. >>> +4c58 0

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

2012-06-04 Thread Xie Shaohui-B21989
>-Original Message- >From: Wood Scott-B07421 >Sent: Tuesday, June 05, 2012 8:33 AM >To: Xie Shaohui-B21989 >Cc: u-boot@lists.denx.de; Tabi Timur-B04825 >Subject: Re: [U-Boot] [PATCH] powerpc/CoreNet: add tool to support pbl >image build. > >On 06/04/2012

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

2012-06-04 Thread Scott Wood
On 06/04/2012 03:57 AM, Shaohui Xie wrote: > From: 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

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

2012-06-04 Thread Shaohui Xie
From: 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. Sign