summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/qemuarm.conf
blob: 400ecc82454179ce544fbaf1cf6b8a197d2fe7b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#@TYPE: Machine
#@NAME: arm_versaile_926ejs
#@DESCRIPTION: arm_versaile_926ejs

TARGET_ARCH = "arm"
PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te"

require conf/machine/include/qemu.inc
require conf/machine/include/tune-arm926ejs.inc
#require conf/machine/include/tune-arm1136jf-s.inc

KERNEL_IMAGETYPE = "zImage"

SERIAL_CONSOLE = "115200 ttyAMA0"