[oe] [PATCH 1/5] tb5200l: add machine configuration for TQ TB5200L 'tinyBox'

Marco Cavallini koansoftware at gmail.com
Sun Apr 18 08:19:42 UTC 2010


Vitus Jensen ha scritto, Il 16/04/2010 18:51:
> [PATCH 1/5] tb5200l: add machine configuration for TQ TB5200L 'tinyBox'
> 
> Signed-off-by: Vitus Jensen <vjensen at gmx.de>
> ---
>  conf/machine/tb5200l.conf |   28 ++++++++++++++++++++++++++++
>  1 files changed, 28 insertions(+), 0 deletions(-)
>  create mode 100644 conf/machine/tb5200l.conf
> 
> diff --git a/conf/machine/tb5200l.conf b/conf/machine/tb5200l.conf
> new file mode 100644
> index 0000000..5601397
> --- /dev/null
> +++ b/conf/machine/tb5200l.conf
> @@ -0,0 +1,28 @@
> +#@TYPE: Machine
> +#@NAME: TQ Components' Tiny Box TB5200L
> +#@DESCRIPTION: Mini industrial control
> +
> +TARGET_ARCH = "powerpc"
> +PACKAGE_EXTRA_ARCHS = "ppc"
> +
> +MACHINE_FEATURES                = "kernel26 usbhost ext2"
> +MACHINE_TASK_PROVIDER           = "task-base"
> +MACHINE_EXTRA_RRECOMMENDS       = "u-boot-utils iproute2 canutils"
> +
> +USE_DEVFS = "0"
> +
> +PREFERRED_PROVIDER_virtual/kernel = "linux"
> +PREFERRED_VERSION_linux = "2.6.32"
> +PREFERRED_VERSION_linux-libc-headers = "2.6.32"
> +
> +# don't try to access tty1 (used for application code)
> +USE_VT = "0"
> +
> +SERIAL_CONSOLE = "115200 ttyPSC0"
> +KERNEL_DEVICETREE_tb5200l = "arch/${ARCH}/boot/dts/tqm5200.dts"
> +EXTRA_IMAGECMD_jffs2 = "--big-endian -e 0x20000"
> +
> +# TB5200L carries kernel in separate flash partition
> +ROOTFS_POSTPROCESS_COMMAND += "rm -f ${IMAGE_ROOTFS}/boot/*Image*"
> +
> +require conf/machine/include/tune-ppc603e.inc


Acked-by: Marco Cavallini <m.cavallini at koansoftware.com>


Cordiali Saluti / Kindest Regards / mit freundlichen Grüssen
--
Marco Cavallini | KOAN sas | Bergamo - Italia
 embedded and real-time software engineering
   Atmel third party certified consultant
Phone:+39-035-255.235 - Fax:+39-178-22.39.748
      http://www.KoanSoftware.com
        http://www.KaeilOS.com





More information about the Openembedded-devel mailing list