blob: 14913ea1f152c17af93d168611137167768104e7 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001#@TYPE: Machine
Brad Bishop19323692019-04-05 15:28:33 -04002#@NAME: Generic x86_64
3#@DESCRIPTION: Machine configuration for generic x86_64 (64-bit) PCs and servers. Supports a moderately wide range of drivers that should boot and be usable on "typical" hardware.
Patrick Williamsc124f4f2015-09-15 14:41:29 -05004
5DEFAULTTUNE ?= "core2-64"
Andrew Geisslerd159c7f2021-09-02 21:05:58 -05006require conf/machine/include/x86/tune-core2.inc
Patrick Williamsc124f4f2015-09-15 14:41:29 -05007require conf/machine/include/genericx86-common.inc
Patrick Williamsc0f7c042017-02-23 20:41:17 -06008
Patrick Williamsc0f7c042017-02-23 20:41:17 -06009SERIAL_CONSOLES_CHECK = "ttyS0"
Brad Bishop08902b02019-08-20 09:16:51 -040010#For runqemu
11QB_SYSTEM_NAME = "qemu-system-x86_64"