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

2018-09-14 Thread Simon Glass
On 3 September 2018 at 18:05, 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 entry > offset of the first entry. It can be 0xeff4 or 0xfff4

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

2018-09-02 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 entry offset of the first entry. It can be 0xeff4 or 0xfff4 for nor flash boot, 0x201000 for sd boot etc, so