blob: c489462dca80e8c96e950e1cfc348cdd544c94e3 [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"
6require conf/machine/include/tune-core2.inc
7require 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"