summaryrefslogtreecommitdiffstats
path: root/conf/machine/quartz.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/quartz.conf')
-rw-r--r--conf/machine/quartz.conf23
1 files changed, 23 insertions, 0 deletions
diff --git a/conf/machine/quartz.conf b/conf/machine/quartz.conf
new file mode 100644
index 0000000..55bd47a
--- /dev/null
+++ b/conf/machine/quartz.conf
@@ -0,0 +1,23 @@
1#@TYPE: Machine
2#@NAME: Device Solutions Quartz Vybrid Development Kit
3#@SOC: vf60
4#@DESCRIPTION: Machine configuration for Device Solutions Quartz Vybrid Development Kit
5#@MAINTAINER: Anthony Felice <tony.felice@timesys.com>
6
7include conf/machine/include/imx-base.inc
8include conf/machine/include/tune-cortexa5.inc
9
10SOC_FAMILY = "vf60"
11
12PREFERRED_PROVIDER_virtual/kernel = "linux-timesys"
13PREFERRED_PROVIDER_u-boot = "u-boot-timesys"
14
15# The quartz_nand_config target supports both SD and NAND boot.
16UBOOT_MACHINE = "quartz_nand_config"
17
18SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3"
19IMAGE_FSTYPES ?= "tar.bz2 ext3 sdcard"
20
21SERIAL_CONSOLE = "115200 ttymxc0"
22
23MACHINE_FEATURES = "apm usbgadget usbhost vfat alsa touchscreen"