[U-Boot] [PATCH v2 3/8] binman: Add a new "skip-at-start" property in Section class

2018-08-27 Thread Jagdish Gediya
Currently binman calculates '_skip_at_start' based on 'end-at-4gb' property and it is used for x86 images. For Powerpc mpc85xx based CPU, CONFIG_SYS_TEXT_BASE is the first entry offset which can be 0xeff4 or 0xfff4 for nor flash boot, 0x201000 for sd boot etc, so "_skip_at_start" should be

Re: [U-Boot] [PATCH v2 3/8] binman: Add a new "skip-at-start" property in Section class

2018-08-28 Thread Bin Meng
On Tue, Aug 28, 2018 at 11:53 AM Jagdish Gediya wrote: > > Currently binman calculates '_skip_at_start' based on 'end-at-4gb' > property and it is used for x86 images. > > For Powerpc mpc85xx based CPU, CONFIG_SYS_TEXT_BASE is the first nits: PowerPC > entry offset which can be 0xeff4 or 0xf

Re: [U-Boot] [PATCH v2 3/8] binman: Add a new "skip-at-start" property in Section class

2018-08-29 Thread Simon Glass
Hi, On 28 August 2018 at 08:49, Jagdish Gediya wrote: > > Currently binman calculates '_skip_at_start' based on 'end-at-4gb' > property and it is used for x86 images. > > For Powerpc mpc85xx based CPU, CONFIG_SYS_TEXT_BASE is the first > entry offset which can be 0xeff4 or 0xfff4 for nor

Re: [U-Boot] [PATCH v2 3/8] binman: Add a new "skip-at-start" property in Section class

2018-08-30 Thread Jagdish Gediya
Hi, > -Original Message- > From: s...@google.com On Behalf Of Simon Glass > Sent: Thursday, August 30, 2018 8:21 AM > To: Jagdish Gediya > Cc: U-Boot Mailing List ; Prabhakar Kushwaha > ; York Sun ; Poonam > Aggrwal ; Bin Meng ; > Tom Rini > Subject: Re: [PATCH v2 3/8] binman: Add a new

Re: [U-Boot] [PATCH v2 3/8] binman: Add a new "skip-at-start" property in Section class

2018-09-01 Thread Simon Glass
Hi, On 30 August 2018 at 23:22, Jagdish Gediya wrote: > Hi, > >> -Original Message- >> From: s...@google.com On Behalf Of Simon Glass >> Sent: Thursday, August 30, 2018 8:21 AM >> To: Jagdish Gediya >> Cc: U-Boot Mailing List ; Prabhakar Kushwaha >> ; York Sun ; Poonam >> Aggrwal ; Bin