diff options
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/fic-gta01.conf | 2 | ||||
-rw-r--r-- | conf/machine/n2100.conf | 28 |
2 files changed, 30 insertions, 0 deletions
diff --git a/conf/machine/fic-gta01.conf b/conf/machine/fic-gta01.conf index 5450c1ebd3..9bb24874a9 100644 --- a/conf/machine/fic-gta01.conf +++ b/conf/machine/fic-gta01.conf @@ -19,6 +19,8 @@ MACHINE_EXTRA_RRECOMMENDS = "\ kernel-module-gta01-pm-gps \ kernel-module-gta01-pm-gsm \ kernel-module-gta01kbd \ + kernel-module-s3cmci \ + kernel-module-ext2 \ alsa-state" MACHINE_TASK_PROVIDER = "task-base" diff --git a/conf/machine/n2100.conf b/conf/machine/n2100.conf new file mode 100644 index 0000000000..aac4688c3a --- /dev/null +++ b/conf/machine/n2100.conf @@ -0,0 +1,28 @@ +TARGET_ARCH = "arm" +TARGET_OS = "linux" +TARGET_FPU = "soft" +PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te" + +# terminal specs - console, but no other ports +SERIAL_CONSOLE="115200 console" +USE_VT="0" + +MODUTILS=26 +MACHINE_FEATURES= "kernel26 usbhost" +PREFERRED_PROVIDER_virtual/kernel = "linux" +PREFERRED_VERSION_linux = "2.6.20" + +# Do we need any kernel modules? +#N2100_KERNEL = "" + +# We want udev support in the image +udevdir = "/dev" +N2100_SUPPORT ?= "cpio uboot-utils udev" +BOOTSTRAP_EXTRA_RDEPENDS = "udev mdadm" +EXTRA_IMAGECMD_jffs2 += " --little-endian" + +# Hardware stuff used in image generation +ERASEBLOCK_SIZE = "0x20000" +JFFS2_ROOTFS_SIZE = "0xC80000" +KERNEL_IMAGE_SIZE = "0x280000" +require conf/machine/include/tune-xscale.conf |