Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | #@TYPE: Machine |
2 | #@NAME: generic armv8 machine | ||||
3 | #@DESCRIPTION: Machine configuration for running a generic armv8 | ||||
4 | |||||
5 | require conf/machine/include/arm/arch-armv8.inc | ||||
6 | require conf/machine/include/qemu.inc | ||||
7 | |||||
8 | MACHINE_FEATURES = "" | ||||
9 | |||||
10 | KERNEL_IMAGETYPE = "Image" | ||||
11 | |||||
12 | SERIAL_CONSOLES = "38400;ttyAMA0 38400;hvc0" |