summaryrefslogtreecommitdiffstats
path: root/conf/machine/pcm052.conf
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2014-10-16 02:06:17 +0200
committerTudor Florea <tudor.florea@enea.com>2014-10-16 02:06:17 +0200
commit54eecdabe0cdfdc47d77b3e182fda5899702ded7 (patch)
tree8e28d750773f0aa38f0d2de83109b190faf0b425 /conf/machine/pcm052.conf
downloadmeta-fsl-arm-extra-daisy-140929.tar.gz
initial commit for Enea Linux 4.0-140929daisy-140929
Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'conf/machine/pcm052.conf')
-rw-r--r--conf/machine/pcm052.conf22
1 files changed, 22 insertions, 0 deletions
diff --git a/conf/machine/pcm052.conf b/conf/machine/pcm052.conf
new file mode 100644
index 0000000..d86fdb0
--- /dev/null
+++ b/conf/machine/pcm052.conf
@@ -0,0 +1,22 @@
1#@TYPE: Machine
2#@NAME: Phytec phyCORE Vybrid Development Kit
3#@SOC: vf60
4#@DESCRIPTION: Machine configuration for Phytec phyCORE 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
15UBOOT_MACHINE = "pcm052_config"
16
17SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3"
18IMAGE_FSTYPES ?= "tar.bz2 ext3 sdcard"
19
20SERIAL_CONSOLE = "115200 ttymxc1"
21
22MACHINE_FEATURES = "apm usbgadget usbhost vfat alsa touchscreen"