From 9b9dab1285a359e8b713b7589d75c223cdb382df Mon Sep 17 00:00:00 2001 From: Stelios Koroneos Date: Tue, 23 Oct 2007 18:17:21 +0000 Subject: conf/machine/dht-walnut.conf : Set soft-float for the machine as its uses amcc405 --- conf/machine/dht-walnut.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/machine') diff --git a/conf/machine/dht-walnut.conf b/conf/machine/dht-walnut.conf index c31aecd550..fe8f549221 100644 --- a/conf/machine/dht-walnut.conf +++ b/conf/machine/dht-walnut.conf @@ -13,7 +13,7 @@ UBOOT_ENTRYPOINT = "0" MACHINE_FEATURES = "kernel26 ext2" TARGET_CPU = "405" -OLDEST_KERNEL = "2.6.18" +TARGET_FPU = "soft" #don't try to access tty1 USE_VT = "0" -- cgit v1.2.3 From 6825c091f764068deeeeb5c25f207ff2b4cc3fc9 Mon Sep 17 00:00:00 2001 From: Florian Boor Date: Wed, 24 Oct 2007 12:36:41 +0000 Subject: bd-neon.conf: Add missing uboot bits --- conf/machine/bd-neon.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conf/machine') diff --git a/conf/machine/bd-neon.conf b/conf/machine/bd-neon.conf index fe7ff724fd..532193a567 100644 --- a/conf/machine/bd-neon.conf +++ b/conf/machine/bd-neon.conf @@ -24,6 +24,8 @@ MACHINE_FEATURES = "kernel26 touchscreen apm alsa usbgadget screen uboot" # PREFERRED_PROVIDER_virtual/kernel = "linux" PERFERRED_VERSION_linux = "2.6.22" +KERNEL_IMAGETYPE = "uImage" +UBOOT_ENTRYPOINT = "a0008000" MODUTILS = "26" XSERVER = "xserver-kdrive-fbdev" -- cgit v1.2.3 From b4f084a0c1ad7a3246f4169d40ceab36ad38e087 Mon Sep 17 00:00:00 2001 From: Angus Ainslie Date: Wed, 24 Oct 2007 15:54:49 +0000 Subject: eseries.conf: Machine config for Toshiba PocketPCs. --- conf/machine/eseries.conf | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 conf/machine/eseries.conf (limited to 'conf/machine') diff --git a/conf/machine/eseries.conf b/conf/machine/eseries.conf new file mode 100644 index 0000000000..e6552b52d1 --- /dev/null +++ b/conf/machine/eseries.conf @@ -0,0 +1,39 @@ +#@TYPE: Machine +#@NAME: eseries +#@DESCRIPTION: Machine configuration for the Toshiba eseries (e3xx/e4xx/e7xx/e8xx) + +# +# Hardware-based properties +# +TARGET_ARCH = "arm" +PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te " + +#Compile with armv5te optimizations, incompatible with armv4(t) cpus +require conf/machine/include/tune-xscale.inc + +#Set some hints for metadata +VOLATILE_STORAGE_SIZE = "64" +ROOT_FLASH_SIZE = "32" +MACHINE_GUI_CLASS = "smallscreen" +MACHINE_DISPLAY_WIDTH_PIXELS = "240" +MACHINE_DISPLAY_HEIGHT_PIXELS = "320" +MACHINE_FEATURES = "kernel26 touchscreen apm alsa pcmcia bluetooth irda usbgadget screen" + +# +# Software/packages selection +# +PCMCIA_MANAGER = "pcmciautils" +PREFERRED_PROVIDER_xserver = "xserver-kdrive" +PREFERRED_PROVIDER_virtual/kernel = "linux-handhelds-2.6" + +EXTRA_IMAGECMD_jffs2 = "--pad --eraseblock=0x4000" + +# +# Modules autoload and other boot properties +# +module_autoload_snd-pcm-oss = "snd-pcm-oss" + +SERIAL_CONSOLE = "115200 ttyS0 vt100" +USE_VT = "0" + +require conf/machine/include/LAB-settings.inc -- cgit v1.2.3 From d1603e57781c9eaa08cc7e6ffd53f5685349c5d6 Mon Sep 17 00:00:00 2001 From: Leon Woestenberg Date: Wed, 24 Oct 2007 23:58:32 +0000 Subject: mpc8313e-rdb: Add PREFERRED_VERSION_u-boot --- conf/machine/mpc8313e-rdb.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'conf/machine') diff --git a/conf/machine/mpc8313e-rdb.conf b/conf/machine/mpc8313e-rdb.conf index 7b9a2723af..f32f78ee8a 100644 --- a/conf/machine/mpc8313e-rdb.conf +++ b/conf/machine/mpc8313e-rdb.conf @@ -5,7 +5,8 @@ TARGET_ARCH = "powerpc" PACKAGE_EXTRA_ARCHS = "all ${MACHINE} ppc ppce300c3" -PREFERRED_PROVIDER_virtual/kernel = "linux-${MACHINE}" +PREFERRED_PROVIDER_virtual/kernel = "linux" +PREFERRED_VERSION_u-boot = "git" MACHINE_FEATURES = "kernel26 usbhost ext2" -- cgit v1.2.3 From 8ffbd041412ecbd1ce52e62c5dd3cc56057cfde9 Mon Sep 17 00:00:00 2001 From: Jeremy Laine Date: Thu, 25 Oct 2007 11:18:58 +0000 Subject: mpc8323e-rdb: Adapted from mpc8313e-rdb, tested. --- conf/machine/include/tune-ppce300c2.inc | 3 +++ conf/machine/mpc8323e-rdb.conf | 23 +++++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 conf/machine/include/tune-ppce300c2.inc create mode 100644 conf/machine/mpc8323e-rdb.conf (limited to 'conf/machine') diff --git a/conf/machine/include/tune-ppce300c2.inc b/conf/machine/include/tune-ppce300c2.inc new file mode 100644 index 0000000000..4d7ea7ef87 --- /dev/null +++ b/conf/machine/include/tune-ppce300c2.inc @@ -0,0 +1,3 @@ +TARGET_CC_ARCH = "-mcpu=e300c2" +PACKAGE_ARCH = "ppce300c2" + diff --git a/conf/machine/mpc8323e-rdb.conf b/conf/machine/mpc8323e-rdb.conf new file mode 100644 index 0000000000..0335cb6249 --- /dev/null +++ b/conf/machine/mpc8323e-rdb.conf @@ -0,0 +1,23 @@ +#@TYPE: Machine +#@Name: Freescale MPC8323E-RDB +#@DESCRIPTION: Machine configuration for the Freescale MPC8323E-RDB + +TARGET_ARCH = "powerpc" +TARGET_FPU = "soft" +PACKAGE_EXTRA_ARCHS = "all ${MACHINE} ppc ppce300c2" + +PREFERRED_PROVIDER_virtual/kernel = "linux" + +MACHINE_FEATURES = "kernel26 usbhost ext2" + +PREFERRED_VERSION_u-boot = "git" +UBOOT_MACHINE = "MPC8323ERDB_config" + +#don't try to access tty1 +USE_VT = "0" + +SERIAL_CONSOLE = "115200 ttyS0" + +#tune for the e300c2 core +require conf/machine/include/tune-ppce300c2.inc + -- cgit v1.2.3 From c3445a98ef55b6c5ad40df1894a020836da71154 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Thu, 25 Oct 2007 11:35:44 +0000 Subject: zaurus machines: c7x0 and akita require pcmcia core modules with 2.6.23+ kernels --- conf/machine/include/zaurus-2.6.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conf/machine') diff --git a/conf/machine/include/zaurus-2.6.inc b/conf/machine/include/zaurus-2.6.inc index 4bcd36e2ab..8f48c614d1 100644 --- a/conf/machine/include/zaurus-2.6.inc +++ b/conf/machine/include/zaurus-2.6.inc @@ -32,8 +32,8 @@ MACHINE_FEATURES_append_akita = " usbhost " MACHINE_FEATURES_append_spitz = " usbhost ext2 " MACHINE_EXTRA_RDEPENDS = "zaurusd" -MACHINE_EXTRA_RRECOMMENDS_c7x0 = "kernel-module-snd-soc-corgi" -MACHINE_EXTRA_RRECOMMENDS_akita = "kernel-module-snd-soc-spitz" +MACHINE_EXTRA_RRECOMMENDS_c7x0 = "kernel-module-snd-soc-corgi kernel-module-pxa2xx-cs kernel-module-pcmcia" +MACHINE_EXTRA_RRECOMMENDS_akita = "kernel-module-snd-soc-spitz kernel-module-pxa2xx-cs kernel-module-pcmcia" MACHINE_EXTRA_RRECOMMENDS_spitz = "kernel-module-snd-soc-spitz" MACHINE_EXTRA_RRECOMMENDS_poodle = "kernel-module-snd-soc-poodle" -- cgit v1.2.3 From 7bab5055cdf91a3ee97634317321ac617a0487cc Mon Sep 17 00:00:00 2001 From: Stelios Koroneos Date: Sat, 27 Oct 2007 12:04:08 +0000 Subject: conf/machine/include/tune-ppc405.inc : Move TARGET_FPU = "soft" to the tune file so its get used by all machines that have a amcc405 cpu --- conf/machine/include/tune-ppc405.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'conf/machine') diff --git a/conf/machine/include/tune-ppc405.inc b/conf/machine/include/tune-ppc405.inc index cf8f58c115..358ab026ec 100644 --- a/conf/machine/include/tune-ppc405.inc +++ b/conf/machine/include/tune-ppc405.inc @@ -1,2 +1,3 @@ +TARGET_FPU = "soft" TARGET_CC_ARCH = "-mcpu=405" PACKAGE_ARCH = "ppc405" -- cgit v1.2.3 From dafd387fe5ead45b9e5429a4d0a90900987a2e73 Mon Sep 17 00:00:00 2001 From: Stelios Koroneos Date: Sat, 27 Oct 2007 12:07:04 +0000 Subject: conf/machine/dht-walnut.conf : Remove TARGET_FPU as its now included in the tune-ppc405.inc Add default uboot version to 1.1.4 --- conf/machine/dht-walnut.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/machine') diff --git a/conf/machine/dht-walnut.conf b/conf/machine/dht-walnut.conf index fe8f549221..a8a2d60c17 100644 --- a/conf/machine/dht-walnut.conf +++ b/conf/machine/dht-walnut.conf @@ -13,13 +13,13 @@ UBOOT_ENTRYPOINT = "0" MACHINE_FEATURES = "kernel26 ext2" TARGET_CPU = "405" -TARGET_FPU = "soft" #don't try to access tty1 USE_VT = "0" SERIAL_CONSOLE = "115200 ttyS0" +PREFERRED_VERSION_u-boot = "1.1.4" #tune for the 405 cpu require conf/machine/include/tune-ppc405.inc -- cgit v1.2.3 From 1cb2fed60171fbb528b43d53905b70685b60035a Mon Sep 17 00:00:00 2001 From: Stelios Koroneos Date: Sun, 28 Oct 2007 05:56:05 +0000 Subject: conf/machine/include/tune-ppc405.inc : Default to soft-float is distro/machine/local.conf dont define anything --- conf/machine/include/tune-ppc405.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'conf/machine') diff --git a/conf/machine/include/tune-ppc405.inc b/conf/machine/include/tune-ppc405.inc index 358ab026ec..62118dd3a1 100644 --- a/conf/machine/include/tune-ppc405.inc +++ b/conf/machine/include/tune-ppc405.inc @@ -1,3 +1,4 @@ -TARGET_FPU = "soft" +#default to soft-floats if distro/machine/local.conf don't define anything else +TARGET_FPU ?= "soft" TARGET_CC_ARCH = "-mcpu=405" PACKAGE_ARCH = "ppc405" -- cgit v1.2.3 From 2d17f940303aa903de8c6f7a6a5d64f294131897 Mon Sep 17 00:00:00 2001 From: Jeremy Laine Date: Tue, 30 Oct 2007 17:59:38 +0000 Subject: conf/machine/mpc8323e-rdb.conf : Add correct parameters for jffs2 creation --- conf/machine/mpc8323e-rdb.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conf/machine') diff --git a/conf/machine/mpc8323e-rdb.conf b/conf/machine/mpc8323e-rdb.conf index 0335cb6249..a6b29552c5 100644 --- a/conf/machine/mpc8323e-rdb.conf +++ b/conf/machine/mpc8323e-rdb.conf @@ -13,6 +13,8 @@ MACHINE_FEATURES = "kernel26 usbhost ext2" PREFERRED_VERSION_u-boot = "git" UBOOT_MACHINE = "MPC8323ERDB_config" +EXTRA_IMAGECMD_jffs2 = "--pad --big-endian --eraseblock=0x20000" + #don't try to access tty1 USE_VT = "0" -- cgit v1.2.3 From 860561395df35a5d556d9f42081365c0f7c6164a Mon Sep 17 00:00:00 2001 From: Stelios Koroneos Date: Mon, 5 Nov 2007 13:14:32 +0000 Subject: conf/machine/mpc8323e-rdb.conf : Set uboot version to 1.1.6 --- conf/machine/mpc8323e-rdb.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/machine') diff --git a/conf/machine/mpc8323e-rdb.conf b/conf/machine/mpc8323e-rdb.conf index a6b29552c5..32b97f86e5 100644 --- a/conf/machine/mpc8323e-rdb.conf +++ b/conf/machine/mpc8323e-rdb.conf @@ -10,7 +10,7 @@ PREFERRED_PROVIDER_virtual/kernel = "linux" MACHINE_FEATURES = "kernel26 usbhost ext2" -PREFERRED_VERSION_u-boot = "git" +PREFERRED_VERSION_u-boot = "1.1.6" UBOOT_MACHINE = "MPC8323ERDB_config" EXTRA_IMAGECMD_jffs2 = "--pad --big-endian --eraseblock=0x20000" -- cgit v1.2.3