From 1699ea3cee0b6ab7675d8f11e9ee44f167c38f9d Mon Sep 17 00:00:00 2001 From: Florian Boor Date: Mon, 8 Jun 2009 18:45:50 +0200 Subject: tx27.conf: Disable jffs2 cleanmarkers and set preferred X server --- conf/machine/tx27.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'conf/machine') diff --git a/conf/machine/tx27.conf b/conf/machine/tx27.conf index ef7742ef01..a3e784c110 100644 --- a/conf/machine/tx27.conf +++ b/conf/machine/tx27.conf @@ -10,6 +10,8 @@ GUI_MACHINE_CLASS = "bigscreen" PREFERRED_PROVIDER_virtual/kernel = "linux" PREFERRED_VERSION_linux = "2.6.28" +PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive" +XSERVER = "xserver-kdrive-fbdev" require conf/machine/include/tune-arm926ejs.inc @@ -20,8 +22,8 @@ ROOT_FLASH_SIZE = "128" IMAGE_FSTYPES ?= "jffs2" -EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 \ - --pad ; sumtool --eraseblock=0x20000 \ +EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 -n \ + --pad ; sumtool --eraseblock=0x20000 -n \ --littleendian --pad \ -i ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2 \ -o ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2.summary" -- cgit v1.2.3 From 888c40a3288228561d4f1e6055c48a98b37ab7cb Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Mon, 8 Jun 2009 21:38:51 +0000 Subject: u-boot: add support for DaVinci EVMs, provided by a staging tree This staging tree holds the patches submitted to the upstream U-Boot Signed-off-by: Denys Dmytriyenko Acked-by: Koen Kooi --- conf/machine/dm355-evm.conf | 2 +- conf/machine/dm365-evm.conf | 2 +- conf/machine/dm6467-evm.conf | 2 +- conf/machine/include/davinci.inc | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'conf/machine') diff --git a/conf/machine/dm355-evm.conf b/conf/machine/dm355-evm.conf index d509152b22..9ef4ff7c7d 100644 --- a/conf/machine/dm355-evm.conf +++ b/conf/machine/dm355-evm.conf @@ -4,4 +4,4 @@ require conf/machine/include/davinci.inc -UBOOT_MACHINE = "davinci_dvevm_config" +UBOOT_MACHINE = "davinci_dm355_evm_config" diff --git a/conf/machine/dm365-evm.conf b/conf/machine/dm365-evm.conf index 09f4a353ca..de2cc4a759 100644 --- a/conf/machine/dm365-evm.conf +++ b/conf/machine/dm365-evm.conf @@ -4,4 +4,4 @@ require conf/machine/include/davinci.inc -UBOOT_MACHINE = "davinci_dvevm_config" +UBOOT_MACHINE = "davinci_dm365_evm_config" diff --git a/conf/machine/dm6467-evm.conf b/conf/machine/dm6467-evm.conf index 66ed1fe1f2..a7596f17f8 100644 --- a/conf/machine/dm6467-evm.conf +++ b/conf/machine/dm6467-evm.conf @@ -4,4 +4,4 @@ require conf/machine/include/davinci.inc -UBOOT_MACHINE = "davinci_dvevm_config" +UBOOT_MACHINE = "davinci_dm6467_evm_config" diff --git a/conf/machine/include/davinci.inc b/conf/machine/include/davinci.inc index 3134c28d18..af9dc0ff9c 100644 --- a/conf/machine/include/davinci.inc +++ b/conf/machine/include/davinci.inc @@ -9,7 +9,7 @@ KERNEL_IMAGETYPE = "uImage" PREFERRED_PROVIDER_virtual/kernel = "linux-davinci" -PREFERRED_VERSION_u-boot = "git" +PREFERRED_PROVIDER_virtual/bootloader = "u-boot" UBOOT_MACHINE = "davinci_dvevm_config" UBOOT_ENTRYPOINT = "0x80008000" -- cgit v1.2.3