x86: Support QEMU x86 targets

This commit introduces the initial U-Boot support for QEMU x86 targets.
U-Boot can boot from coreboot as a payload, or directly without coreboot.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
Tested-by: Simon Glass <sjg@chromium.org>
Merged in patch 'x86: qemu: Add CMD_NET to qemu-x86_defconfig
   https://patchwork.ozlabs.org/patch/479745/
This commit is contained in:
Bin Meng
2015-05-07 21:34:08 +08:00
committed by Simon Glass
parent 238fe16c40
commit a65b25d148
20 changed files with 407 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
CONFIG_X86=y
CONFIG_VENDOR_EMULATION=y
CONFIG_TARGET_QEMU_X86=y
CONFIG_CMD_NET=y
CONFIG_OF_CONTROL=y
CONFIG_OF_SEPARATE=y
CONFIG_DEFAULT_DEVICE_TREE="qemu-x86"