Re: [U-Boot] [PATCH v6 03/13] binman: Add support for building x86 ROMs

2016-12-23 Thread Simon Glass
On 17 December 2016 at 20:41, Bin Meng wrote: > On Sat, Nov 26, 2016 at 11:15 AM, Simon Glass wrote: >> The structure of x86 ROMs is pretty complex. There are various binary blobs >> to place in the image. Microcode requires special handling so that it is >> available to very early code and can b

Re: [U-Boot] [PATCH v6 03/13] binman: Add support for building x86 ROMs

2016-12-17 Thread Bin Meng
On Sat, Nov 26, 2016 at 11:15 AM, Simon Glass wrote: > The structure of x86 ROMs is pretty complex. There are various binary blobs > to place in the image. Microcode requires special handling so that it is > available to very early code and can be used without any memory whatsoever. > > Add suppor