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
|
2017-01-18 11:33:02 +00:00
|
|
|
default 0xfff00000 if !EFI_STUB && !SUPPORT_SPL
|
|
|
|
default 0x01110000 if EFI_STUB || SUPPORT_SPL
|
2015-05-07 13:34:08 +00:00
|
|
|
|
|
|
|
config BOARD_SPECIFIC_OPTIONS # dummy
|
|
|
|
def_bool y
|
2015-08-04 18:34:03 +00:00
|
|
|
select X86_RESET_VECTOR if !EFI_STUB
|
2015-05-07 13:34:08 +00:00
|
|
|
select QEMU
|
|
|
|
select BOARD_ROMSIZE_KB_1024
|
|
|
|
|
|
|
|
endif
|