blob: ed4fc8a3de8dfd837cc4143856fe42156ebdd702 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001#@TYPE: Machine
Brad Bishop19323692019-04-05 15:28:33 -04002#@NAME: Generic x86
3#@DESCRIPTION: Machine configuration for generic x86 (32-bit) PCs. 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-32"
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 Williamsd8c66bc2016-06-20 12:57:21 -05008
9MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "gma500-gfx-check"
Brad Bishop08902b02019-08-20 09:16:51 -040010#For runqemu
11QB_SYSTEM_NAME = "qemu-system-i386"