]> git.ipfire.org Git - people/ms/u-boot.git/commit - Makefile
x86: Use binman all x86 boards
authorSimon Glass <sjg@chromium.org>
Sat, 26 Nov 2016 03:16:02 +0000 (20:16 -0700)
committerSimon Glass <sjg@chromium.org>
Mon, 19 Dec 2016 19:09:55 +0000 (08:09 +1300)
commitb215fbd868b4f0b55674f66a69c46edd5d9d9352
tree801fd5d870c4cf780e829b9b89c3d1de990ef3bb
parent61b994a386eb6f631dc1c2194d4cce9b1a43542c
x86: Use binman all x86 boards

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 emulation-u-boot-dtsi is used for the others.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Tested-by: Bin Meng <bmeng.cn@gmail.com>
Makefile
arch/x86/dts/emulation-u-boot.dtsi [new file with mode: 0644]
arch/x86/dts/u-boot.dtsi [new file with mode: 0644]