aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/h2200.conf22
1 files changed, 18 insertions, 4 deletions
diff --git a/conf/machine/h2200.conf b/conf/machine/h2200.conf
index bb65f151a2..47e7bdbc28 100644
--- a/conf/machine/h2200.conf
+++ b/conf/machine/h2200.conf
@@ -9,7 +9,7 @@ IPKG_ARCHS = "all arm armv4 armv4t armv5e armv5te ipaqpxa h2200"
PREFERRED_PROVIDER_xserver = "xserver-kdrive"
PREFERRED_PROVIDER_virtual/kernel = "handhelds-pxa-2.6"
-EXTRA_IMAGECMD_h2200_jffs2 = "-e 0x40000 -p"
+EXTRA_IMAGECMD_h2200_jffs2 = "--pad --no-cleanmarkers --pagesize=512 --eraseblock=16384"
ROOT_FLASH_SIZE = "32"
@@ -18,8 +18,23 @@ BOOTSTRAP_EXTRA_DEPENDS_append = " handhelds-pxa-2.6 udev module-init-tools"
BOOTSTRAP_EXTRA_RDEPENDS = "kernel ipaq-boot-params ${@linux_module_packages('${H2200_MODULES}', d)}"
BOOTSTRAP_EXTRA_RDEPENDS_append = " udev module-init-tools"
-H2200_MODULES = "g_ether g_serial g_file_storage sa1100-rtc pm pcmcia-core snd-pxa-i2sound-h2200 pxa2xx_h2200 h2200_pm h2200_lcd h2200_kbd h2200_battery mq11xx_base mq1100fb samcop_adcts w1_ds2760 w1_samcop "
-# pxa2xx_udc is built in to the kernel
+#ship in rootfs:
+H2200_MODULES = "g_ether g_serial g_file_storage sa1100-rtc apm pcmcia-core snd-pxa-i2sound-h2200 pxa2xx_h2200 h2200_pm h2200_lcd h2200_kbd h2200_battery mq11xx_base mq1100fb samcop_adcts w1_ds2760 w1_samcop "
+
+#autoload on boot:
+module_autoload_h2200_pm = "h2200_pm"
+module_autoload_h2200_kbd = "h2200_kbd"
+module_autoload_h2200_lcd = "h2200_lcd"
+module_autoload_mq11xx_base = "mq11xx_base"
+module_autoload_mq1100fb = "mq1100fb"
+module_autoload_samcop_adcts = "samcop_adcts"
+module_autoload_samcop_sdi = "samcop_sdi"
+module_autoload_w1_ds2760 = "w1_ds2760"
+module_autoload_h2200_battery = "h2200_battery"
+module_autoload_hamcop_nand = "hamcop_nand"
+module_autoload_pxa2xx_h2200 = "pxa2xx_h2200"
+module_autoload_snd_pxa_i2sound_h2200 = "snd-pxa-i2sound-h2200"
+
SERIAL_CONSOLE = "115200 tts/0 vt100"
@@ -30,5 +45,4 @@ include conf/machine/handheld-common.conf
GUI_MACHINE_CLASS = "smallscreen"
-# not using tune-xscale so as to retain backwards compatibility
include conf/machine/tune-xscale.conf