From 491b936c67225ef311a58b799c9e4280fe523fec Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Thu, 7 May 2009 23:55:30 +0200 Subject: zaurus-clamshell.inc: remove unused KEXECBOOT_IMAGEDEPENDS - KEXECBOOT_IMAGEDEPENDS was introduced just for Zaurus (fixed now) --- conf/machine/include/zaurus-clamshell.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'conf/machine') diff --git a/conf/machine/include/zaurus-clamshell.inc b/conf/machine/include/zaurus-clamshell.inc index 34e803e418..4fa9f75eb3 100644 --- a/conf/machine/include/zaurus-clamshell.inc +++ b/conf/machine/include/zaurus-clamshell.inc @@ -1,7 +1,6 @@ include conf/machine/include/tune-xscale.inc EXTRA_IMAGEDEPENDS += "sharp-flash-header-c700" -KEXECBOOT_IMAGEDEPENDS += "sharp-flash-header-c700" IMAGE_CMD_jffs2 = "mkfs.jffs2 --root=${IMAGE_ROOTFS} --faketime -m favourlzo \ --output=${T}/${IMAGE_NAME}.rootfs.jffs2 --pad --little-endian --eraseblock=${ERASEBLOCKSIZE} -n \ -- cgit v1.2.3 From f1ce646bf9e343b68bc602964cb462ed64f4a3dc Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sun, 10 May 2009 20:07:29 +0200 Subject: linux-omap: update beagle defconfig to include TT_NEWSCHED and tweak overo PM config --- conf/machine/include/omap3.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/machine') diff --git a/conf/machine/include/omap3.inc b/conf/machine/include/omap3.inc index 5d6d9ffbff..2e33e33606 100644 --- a/conf/machine/include/omap3.inc +++ b/conf/machine/include/omap3.inc @@ -1,7 +1,7 @@ require conf/machine/include/tune-cortexa8.inc PREFERRED_PROVIDER_virtual/kernel = "linux-omap" # Increase this everytime you change something in the kernel -MACHINE_KERNEL_PR = "r31" +MACHINE_KERNEL_PR = "r32" KERNEL_IMAGETYPE = "uImage" -- cgit v1.2.3 From 4c5af7a404c1cc17d842eb5a7093424389796d78 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 11 May 2009 13:40:19 +0200 Subject: linux-omap 2.6.29: enable networking and staging drivers in beagleboard defconfig --- conf/machine/include/omap3.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/machine') diff --git a/conf/machine/include/omap3.inc b/conf/machine/include/omap3.inc index 2e33e33606..9f48f750e7 100644 --- a/conf/machine/include/omap3.inc +++ b/conf/machine/include/omap3.inc @@ -1,7 +1,7 @@ require conf/machine/include/tune-cortexa8.inc PREFERRED_PROVIDER_virtual/kernel = "linux-omap" # Increase this everytime you change something in the kernel -MACHINE_KERNEL_PR = "r32" +MACHINE_KERNEL_PR = "r33" KERNEL_IMAGETYPE = "uImage" -- cgit v1.2.3 From 50947a23fccb30cb36030dc0f379bc99ce33027a Mon Sep 17 00:00:00 2001 From: Florian Boor Date: Tue, 12 May 2009 15:15:51 +0200 Subject: micro2440.conf: Prefer an up to date kernel. --- conf/machine/micro2440.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'conf/machine') diff --git a/conf/machine/micro2440.conf b/conf/machine/micro2440.conf index 5c8da70e68..20e14af78f 100644 --- a/conf/machine/micro2440.conf +++ b/conf/machine/micro2440.conf @@ -5,6 +5,7 @@ TARGET_ARCH = "arm" PREFERRED_PROVIDER_virtual/kernel = "linux" +PREFERRED_VERSION_linux = "2.6.29" # used by sysvinit_2 SERIAL_CONSOLE = "115200 ttySAC0" -- cgit v1.2.3 From 6349eba5e10c3f8d78dede7e15abf3dec897a374 Mon Sep 17 00:00:00 2001 From: Florian Boor Date: Tue, 12 May 2009 15:18:20 +0200 Subject: topas910.conf: Enable building images with summary information. --- conf/machine/topas910.conf | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'conf/machine') diff --git a/conf/machine/topas910.conf b/conf/machine/topas910.conf index 3b29929eaa..e4b9aead8a 100644 --- a/conf/machine/topas910.conf +++ b/conf/machine/topas910.conf @@ -30,12 +30,11 @@ ROOT_FLASH_SIZE = "256" # extra jffs2 tweaks IMAGE_FSTYPES ?= "jffs2" -EXTRA_IMAGECMD_jffs2 = "--little-endian --pad=0x1DC0000 --eraseblock=0x20000 -n" -#EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 \ -# --pad -n ; sumtool --eraseblock=0x20000 --no-cleanmarkers \ -# --littleendian --pad \ -# -i ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2 \ -# -o ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2.summary" +EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 \ + --pad -n ; sumtool --eraseblock=0x20000 --no-cleanmarkers \ + --littleendian --pad \ + -i ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2 \ + -o ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2.summary" # build / upload tools EXTRA_IMAGEDEPENDS += "lowlevel-topas910" -- cgit v1.2.3 From 9905f8c0a1ce6faafee2f3bd42c3f43d91584ec6 Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Wed, 13 May 2009 00:13:17 +0200 Subject: netbook-pro.conf: fix bogus 755 permissions on checkout --- conf/machine/netbook-pro.conf | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 conf/machine/netbook-pro.conf (limited to 'conf/machine') diff --git a/conf/machine/netbook-pro.conf b/conf/machine/netbook-pro.conf old mode 100755 new mode 100644 -- cgit v1.2.3 From 0a8cf40b68010dbce14b06cbe061674e0da41e46 Mon Sep 17 00:00:00 2001 From: Florian Boor Date: Wed, 13 May 2009 12:52:54 +0200 Subject: topas910.conf: Add cleanmarkers to jffs2 filesystem --- conf/machine/topas910.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conf/machine') diff --git a/conf/machine/topas910.conf b/conf/machine/topas910.conf index e4b9aead8a..054efaa84d 100644 --- a/conf/machine/topas910.conf +++ b/conf/machine/topas910.conf @@ -31,8 +31,8 @@ ROOT_FLASH_SIZE = "256" # extra jffs2 tweaks IMAGE_FSTYPES ?= "jffs2" EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 \ - --pad -n ; sumtool --eraseblock=0x20000 --no-cleanmarkers \ - --littleendian --pad \ + --pad 0x1aa0000 ; sumtool --eraseblock=0x20000 \ + --littleendian --pad 0x1aa0000 \ -i ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2 \ -o ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2.summary" -- cgit v1.2.3 From 0be94d13207b1c1067a53fba45ca29d370453b3f Mon Sep 17 00:00:00 2001 From: Florian Boor Date: Wed, 13 May 2009 12:53:48 +0200 Subject: micro2440.conf: Provide display information and create filesystem with summary information. --- conf/machine/micro2440.conf | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'conf/machine') diff --git a/conf/machine/micro2440.conf b/conf/machine/micro2440.conf index 20e14af78f..f46d4f5822 100644 --- a/conf/machine/micro2440.conf +++ b/conf/machine/micro2440.conf @@ -7,7 +7,13 @@ TARGET_ARCH = "arm" PREFERRED_PROVIDER_virtual/kernel = "linux" PREFERRED_VERSION_linux = "2.6.29" -# used by sysvinit_2 +# This is not necessarily true, there is a 800x480 display as well +MACHINE_DISPLAY_WIDTH_PIXELS = "240" +MACHINE_DISPLAY_HEIGHT_PIXELS = "320" +MACHINE_DISPLAY_ORIENTATION = "0" +MACHINE_DISPLAY_PPI = "110" + +# used by sysvinit SERIAL_CONSOLE = "115200 ttySAC0" IMAGE_FSTYPES = "jffs2 tar.gz" @@ -17,4 +23,8 @@ MACHINE_FEATURES = "kernel26 touchscreen screen usbhost usbgadget sound alsa eth require conf/machine/include/tune-arm920t.inc KERNEL_IMAGETYPE = "uImage" -EXTRA_IMAGECMD_jffs2 = "--pad --little-endian -e16KiB -n" +EXTRA_IMAGECMD_jffs2 = "--pad --little-endian -e16KiB -n \ + ; sumtool -e16KiB --no-cleanmarkers \ + --littleendian --pad \ + -i ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2 \ + -o ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2.summary" -- cgit v1.2.3 From 45c80d10adb63c026f517dd0196e7983007946a3 Mon Sep 17 00:00:00 2001 From: Florian Boor Date: Wed, 13 May 2009 17:20:15 +0200 Subject: topas910.conf: Advertize the small NOR flash since everything needs to fit in there for now. --- conf/machine/topas910.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/machine') diff --git a/conf/machine/topas910.conf b/conf/machine/topas910.conf index 054efaa84d..c36dc3bc83 100644 --- a/conf/machine/topas910.conf +++ b/conf/machine/topas910.conf @@ -26,7 +26,7 @@ MACHINE_EXTRA_RRECOMMENDS = "\ SERIAL_CONSOLE = "115200 ttyS0" # used by some images -ROOT_FLASH_SIZE = "256" +ROOT_FLASH_SIZE = "16" # extra jffs2 tweaks IMAGE_FSTYPES ?= "jffs2" -- cgit v1.2.3 From 54d7edcaa7161cf273714c95e8b27fb682fba557 Mon Sep 17 00:00:00 2001 From: Graeme Gregory Date: Wed, 13 May 2009 16:17:47 +0100 Subject: om-gta02.conf : bring the hard work of xf86-video-glamo to om-gta02 in .dev --- conf/machine/om-gta02.conf | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'conf/machine') diff --git a/conf/machine/om-gta02.conf b/conf/machine/om-gta02.conf index c31828aafe..94ca2946e6 100644 --- a/conf/machine/om-gta02.conf +++ b/conf/machine/om-gta02.conf @@ -7,7 +7,7 @@ TARGET_ARCH = "arm" PREFERRED_PROVIDER_virtual/kernel ?= "linux-openmoko-2.6.28" -PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive-glamo" +PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" UBOOT_ENTRYPOINT = "30008000" MACHINE_FEATURES = "kernel26 apm alsa bluetooth gps usbgadget usbhost phone wifi vfat ext2" @@ -15,7 +15,10 @@ MACHINE_DISPLAY_WIDTH_PIXELS = "480" MACHINE_DISPLAY_HEIGHT_PIXELS = "640" MACHINE_DISPLAY_ORIENTATION = "0" MACHINE_DISPLAY_PPI = "285" -XSERVER = "xserver-kdrive-glamo xserver-kdrive-fbdev" +XSERVER = "xserver-xorg \ + xf86-input-tslib \ + xf86-video-glamo \ + xf86-input-keyboard" # package machine specific modules MACHINE_EXTRA_RRECOMMENDS = "\ -- cgit v1.2.3