From 23a25eecdea20e7b58291410204a78feb2351af9 Mon Sep 17 00:00:00 2001 From: Michel Pollet Date: Fri, 3 Apr 2009 12:15:56 +0100 Subject: Base "machine" support This generate filesystems that boot on the mini. Signed-off-by: Michel Pollet --- conf/machine/mini2440.conf | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 conf/machine/mini2440.conf (limited to 'conf/machine') diff --git a/conf/machine/mini2440.conf b/conf/machine/mini2440.conf new file mode 100644 index 0000000000..5ac3765666 --- /dev/null +++ b/conf/machine/mini2440.conf @@ -0,0 +1,34 @@ +#@TYPE: Machine +#@Name: Samsung MINI2440 Dev Board +#@DESCRIPTION: Machine configuration for MINI2440 Dev Board + + +TARGET_ARCH = "arm" + +PREFERRED_PROVIDER_virtual/kernel = "linux-mini2440" + +# used by sysvinit_2 +SERIAL_CONSOLE = "115200 ttySAC0" + +IMAGE_DEVICE_TABLES = "files/device_table-minimal.txt \ + files/device_table_add-s3c_serial.txt" + +IMAGE_FSTYPES = "jffs2 ext3 tar.gz" + +MACHINE_FEATURES = "kernel26 touchscreen screen lcd rgb16" +MACHINE_FEATURES += "usbhost usbgadget" +MACHINE_FEATURES += "i2c spi" +MACHINE_FEATURES += "mmc mmcroot" +MACHINE_FEATURES += "ethernet" +MACHINE_FEATURES += "sound alsa" + +KERNEL_IMAGETYPE = "uImage" + +require conf/machine/include/tune-arm920t.inc + +#FEED_ARCH = "armv4t" +#BASE_PACKAGE_ARCH = "armv4t" +#TARGET_CC_ARCH = "-marm -march=armv4t -mtune=arm920t" +#PACKAGE_EXTRA_ARCHS += "armv4 armv4t" + +EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --squash -s 0x200 -n -e 16KiB" -- cgit v1.2.3