2017-01-18 11:33:04 +00:00
|
|
|
if TARGET_QEMU_X86 || TARGET_QEMU_X86_64
|
2015-05-07 13:34:08 +00:00
|
|
|
|
|
|
|
config SYS_BOARD
|
|
|
|
default "qemu-x86"
|
|
|
|
|
|
|
|
config SYS_VENDOR
|
|
|
|
default "emulation"
|
|
|
|
|
|
|
|
config SYS_SOC
|
|
|
|
default "qemu"
|
|
|
|
|
|
|
|
config SYS_CONFIG_NAME
|
|
|
|
default "qemu-x86"
|
|
|
|
|
|
|
|
config SYS_TEXT_BASE
|
2018-06-12 15:36:19 +00:00
|
|
|
default 0xfff00000 if !SUPPORT_SPL
|
|
|
|
default 0x01110000 if SUPPORT_SPL
|
2015-05-07 13:34:08 +00:00
|
|
|
|
|
|
|
config BOARD_SPECIFIC_OPTIONS # dummy
|
|
|
|
def_bool y
|
2018-06-12 15:36:19 +00:00
|
|
|
select X86_RESET_VECTOR
|
2015-05-07 13:34:08 +00:00
|
|
|
select QEMU
|
|
|
|
select BOARD_ROMSIZE_KB_1024
|
2018-10-15 09:21:20 +00:00
|
|
|
imply VIRTIO_PCI
|
|
|
|
imply VIRTIO_NET
|
|
|
|
imply VIRTIO_BLK
|
2015-05-07 13:34:08 +00:00
|
|
|
|
|
|
|
endif
|