From ac743a84e605359d5cd4682b2f034e0468030fdb Mon Sep 17 00:00:00 2001 From: Javier Martin Date: Wed, 9 Feb 2011 17:37:11 +0000 Subject: [PATCH] Add configuration file for Visstrim_M10 board. Signed-off-by: Javier Martin Signed-off-by: Tom Rini --- conf/machine/visstrim_m10.conf | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 conf/machine/visstrim_m10.conf diff --git a/conf/machine/visstrim_m10.conf b/conf/machine/visstrim_m10.conf new file mode 100644 index 0000000000..2cce27df4b --- /dev/null +++ b/conf/machine/visstrim_m10.conf @@ -0,0 +1,28 @@ +#@TYPE: Machine +#@Name: Vista Silicon Visstrim M10 +#@DESCRIPTION: Machine configuration for Vista Silicon Visstrim M10 + +TARGET_ARCH = "arm" + +KERNEL_IMAGETYPE = "uImage" +UBOOT_ENTRYPOINT = "0xa0010000" +UBOOT_LOADADDRESS = "0xa0010000" + +IMAGE_FSTYPES = "tar.gz squashfs" + +# Uncomment this for custom kernel from local git repository +#PREFERRED_PROVIDER_virtual/kernel = "linux-visstrim-m10" + +PREFERRED_PROVIDER_virtual/kernel = "linux" + +MACHINE_FEATURES = "kernel26 apm alsa ext2 pcmcia usbhost usbgadget" + +require conf/machine/include/tune-arm926ejs.inc + +#don't try to access tty1 +USE_VT = "0" +# used by sysvinit_2 +SERIAL_CONSOLE = "115200 ttymxc0" + +# used by opie-collections.inc +ROOT_FLASH_SIZE = "32" -- 2.39.5