From 54eecdabe0cdfdc47d77b3e182fda5899702ded7 Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Thu, 16 Oct 2014 02:06:17 +0200 Subject: initial commit for Enea Linux 4.0-140929 Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea --- conf/machine/pcm052.conf | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 conf/machine/pcm052.conf (limited to 'conf/machine/pcm052.conf') 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 @@ +#@TYPE: Machine +#@NAME: Phytec phyCORE Vybrid Development Kit +#@SOC: vf60 +#@DESCRIPTION: Machine configuration for Phytec phyCORE Vybrid Development Kit +#@MAINTAINER: Anthony Felice + +include conf/machine/include/imx-base.inc +include conf/machine/include/tune-cortexa5.inc + +SOC_FAMILY = "vf60" + +PREFERRED_PROVIDER_virtual/kernel = "linux-timesys" +PREFERRED_PROVIDER_u-boot = "u-boot-timesys" + +UBOOT_MACHINE = "pcm052_config" + +SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3" +IMAGE_FSTYPES ?= "tar.bz2 ext3 sdcard" + +SERIAL_CONSOLE = "115200 ttymxc1" + +MACHINE_FEATURES = "apm usbgadget usbhost vfat alsa touchscreen" -- cgit v1.2.3-54-g00ecf