blob: 9929d2788a0c00324c4458877caec8ccf0da003d [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"
6require conf/machine/include/tune-core2.inc
7require conf/machine/include/genericx86-common.inc
Patrick Williamsd8c66bc2016-06-20 12:57:21 -05008
9MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "gma500-gfx-check"