From f66e0797ba59a9d31d004e42aa2c0ab4ed908ee2 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 4 Jul 2008 10:18:11 +0000 Subject: Add the omap-34030ldp machine git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4820 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/conf/machine/omap-3430ldp.conf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 meta/conf/machine/omap-3430ldp.conf (limited to 'meta/conf/machine/omap-3430ldp.conf') diff --git a/meta/conf/machine/omap-3430ldp.conf b/meta/conf/machine/omap-3430ldp.conf new file mode 100644 index 000000000..dcce53396 --- /dev/null +++ b/meta/conf/machine/omap-3430ldp.conf @@ -0,0 +1,15 @@ +#@TYPE: Machine +#@NAME: TI OMAP 3430 SDP +#@DESCRIPTION: Machine configuration for the TI OMAP 3430 LDP (aka OMAP Zoom) +TARGET_ARCH = "arm" +PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te armv6 armv7a" + +PREFERRED_PROVIDER_virtual/kernel = "linux-omap" + +MACHINE_FEATURES = "kernel26 apm alsa bluetooth irda screen touchscreen" +KERNEL_IMAGETYPE = "uImage" +IMAGE_FSTYPES ?= "tar.gz" +SERIAL_CONSOLE = "-L 115200 ttyS2" + +#require conf/machine/include/tune-cortexa8.inc +require conf/machine/include/tune-arm1136jf-s.inc -- cgit v1.2.3