Re: [U-Boot] [PATCH 105/126] x86: Reduce resetvec size

2019-10-11 Thread Bin Meng
On Thu, Oct 10, 2019 at 3:12 PM Bin Meng wrote: > > On Wed, Sep 25, 2019 at 11:02 PM Simon Glass wrote: > > > > At present this produces a 16-byte file. It is intended to start 16 bytes > > before the end of ROM and pads with zeroes to readh the end. > > > > But binman sometimes wants to add an i

Re: [U-Boot] [PATCH 105/126] x86: Reduce resetvec size

2019-10-10 Thread Bin Meng
On Wed, Sep 25, 2019 at 11:02 PM Simon Glass wrote: > > At present this produces a 16-byte file. It is intended to start 16 bytes > before the end of ROM and pads with zeroes to readh the end. > > But binman sometimes wants to add an image-header at the very end of ROM. > Furthermore binman automa

[U-Boot] [PATCH 105/126] x86: Reduce resetvec size

2019-09-25 Thread Simon Glass
At present this produces a 16-byte file. It is intended to start 16 bytes before the end of ROM and pads with zeroes to readh the end. But binman sometimes wants to add an image-header at the very end of ROM. Furthermore binman automatically pads the data if it is finishes early. Drop the padding