Re: [U-Boot] [PATCH v6 12/13] x86: Use binman all x86 boards

2016-12-23 Thread Simon Glass
On 17 December 2016 at 20:41, Bin Meng wrote: > On Sat, Nov 26, 2016 at 11:16 AM, Simon Glass wrote: >> Change x86 boards to use binman to produce the ROM. This involves adding the >> image definition to the device tree and using it in the Makefile. The >> existing ifdtool features are no-longer

Re: [U-Boot] [PATCH v6 12/13] x86: Use binman all x86 boards

2016-12-17 Thread Bin Meng
On Sat, Nov 26, 2016 at 11:16 AM, Simon Glass wrote: > Change x86 boards to use binman to produce the ROM. This involves adding the > image definition to the device tree and using it in the Makefile. The > existing ifdtool features are no-longer needed. > > Note that the u-boot.dtsi file is common

[U-Boot] [PATCH v6 12/13] x86: Use binman all x86 boards

2016-11-25 Thread Simon Glass
Change x86 boards to use binman to produce the ROM. This involves adding the image definition to the device tree and using it in the Makefile. The existing ifdtool features are no-longer needed. Note that the u-boot.dtsi file is common and is used for all x86 boards which use microcode. A separate