From 5f44c1ffb85af93d40a1cfb4e5e9e37cbae8d7c3 Mon Sep 17 00:00:00 2001 From: Jesse Gilles Date: Mon, 27 Dec 2010 10:19:07 -0600 Subject: uboot-setenv: remove baudrate from script, fixes setting ip address * setting the baudrate causes the next setenv command to fail/be ignored u-boot already defaults to 115200 --- contrib/multitech/uboot-setenv | 1 - 1 file changed, 1 deletion(-) diff --git a/contrib/multitech/uboot-setenv b/contrib/multitech/uboot-setenv index 1a8ecc1069..f07f7c18ae 100644 --- a/contrib/multitech/uboot-setenv +++ b/contrib/multitech/uboot-setenv @@ -2,7 +2,6 @@ print setting U-Boot variables... send setenv bootargs \'mem=64M console=ttyS0,115200 root=/dev/mtdblock8 ro rootfstype=jffs2\' send setenv bootcmd \'nboot.jffs2 ${loadaddr} 0 ${kernel_addr}; bootm ${loadaddr}\' send setenv bootdelay 3 -send setenv baudrate 115200 send setenv ipaddr 192.168.2.1 send setenv netmask 255.255.255.0 send setenv hostname MTCDP -- cgit v1.2.3 From c5c17597c2de3b70f27a1251541c293c341d562a Mon Sep 17 00:00:00 2001 From: Jesse Gilles Date: Thu, 30 Dec 2010 11:20:43 -0600 Subject: mts-io: add 0.4.1 for external serial RX fix --- conf/machine/mtcdp.conf | 2 +- recipes/multitech/mts-io_0.2.0.bb | 3 --- recipes/multitech/mts-io_0.4.0.bb | 3 --- recipes/multitech/mts-io_0.4.1.bb | 3 +++ 4 files changed, 4 insertions(+), 7 deletions(-) delete mode 100644 recipes/multitech/mts-io_0.2.0.bb delete mode 100644 recipes/multitech/mts-io_0.4.0.bb create mode 100644 recipes/multitech/mts-io_0.4.1.bb diff --git a/conf/machine/mtcdp.conf b/conf/machine/mtcdp.conf index c48d1cb70f..336e31b182 100644 --- a/conf/machine/mtcdp.conf +++ b/conf/machine/mtcdp.conf @@ -7,7 +7,7 @@ TARGET_ARCH = "arm" PREFERRED_PROVIDER_virtual/kernel = "linux" PREFERRED_VERSION_linux = "2.6.32" -PREFERRED_VERSION_mts-io ?= "0.4.0" +PREFERRED_VERSION_mts-io ?= "0.4.1" KERNEL_IMAGETYPE = "uImage" UBOOT_MACHINE = "at91sam9g20ek_nandflash_config" diff --git a/recipes/multitech/mts-io_0.2.0.bb b/recipes/multitech/mts-io_0.2.0.bb deleted file mode 100644 index f903020cc7..0000000000 --- a/recipes/multitech/mts-io_0.2.0.bb +++ /dev/null @@ -1,3 +0,0 @@ -require mts-io.inc - -PR = "${INC_PR}.0" diff --git a/recipes/multitech/mts-io_0.4.0.bb b/recipes/multitech/mts-io_0.4.0.bb deleted file mode 100644 index f903020cc7..0000000000 --- a/recipes/multitech/mts-io_0.4.0.bb +++ /dev/null @@ -1,3 +0,0 @@ -require mts-io.inc - -PR = "${INC_PR}.0" diff --git a/recipes/multitech/mts-io_0.4.1.bb b/recipes/multitech/mts-io_0.4.1.bb new file mode 100644 index 0000000000..f903020cc7 --- /dev/null +++ b/recipes/multitech/mts-io_0.4.1.bb @@ -0,0 +1,3 @@ +require mts-io.inc + +PR = "${INC_PR}.0" -- cgit v1.2.3 From e5919c560e115f2d965bc909f581f1900b07fa21 Mon Sep 17 00:00:00 2001 From: Jesse Gilles Date: Thu, 30 Dec 2010 12:02:49 -0600 Subject: linux-2.6.32: add FTDI and usb printer modules --- recipes/linux/linux-2.6.32/mtcdp/defconfig | 4 ++-- recipes/linux/linux_2.6.32.bb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/linux/linux-2.6.32/mtcdp/defconfig b/recipes/linux/linux-2.6.32/mtcdp/defconfig index 06207e23ea..926d006ec7 100644 --- a/recipes/linux/linux-2.6.32/mtcdp/defconfig +++ b/recipes/linux/linux-2.6.32/mtcdp/defconfig @@ -1083,7 +1083,7 @@ CONFIG_USB_OHCI_LITTLE_ENDIAN=y # USB Device Class drivers # CONFIG_USB_ACM=m -# CONFIG_USB_PRINTER is not set +CONFIG_USB_PRINTER=m # CONFIG_USB_WDM is not set # CONFIG_USB_TMC is not set @@ -1131,7 +1131,7 @@ CONFIG_USB_SERIAL_GENERIC=y # CONFIG_USB_SERIAL_CP210X is not set # CONFIG_USB_SERIAL_CYPRESS_M8 is not set # CONFIG_USB_SERIAL_EMPEG is not set -# CONFIG_USB_SERIAL_FTDI_SIO is not set +CONFIG_USB_SERIAL_FTDI_SIO=m # CONFIG_USB_SERIAL_FUNSOFT is not set # CONFIG_USB_SERIAL_VISOR is not set # CONFIG_USB_SERIAL_IPAQ is not set diff --git a/recipes/linux/linux_2.6.32.bb b/recipes/linux/linux_2.6.32.bb index 8b2292cdd4..2971489308 100644 --- a/recipes/linux/linux_2.6.32.bb +++ b/recipes/linux/linux_2.6.32.bb @@ -1,6 +1,6 @@ require linux.inc -PR = "r6" +PR = "r7" S = "${WORKDIR}/linux-${PV}" -- cgit v1.2.3 From 31acd6418f4b6d4018d74f94ad7c7fb43170d6f4 Mon Sep 17 00:00:00 2001 From: Jesse Gilles Date: Wed, 5 Jan 2011 12:04:38 -0600 Subject: linux-2.6.32: fix hardware flow control in atmel_serial * Fixes RTS/CTS flow control by reverting the following commit from linux-2.6: commit 8e706c4d0dab214c625a2df84a0ca69a76bae65d avr32: add hardware handshake support to atmel_serial --- .../linux-2.6.32.3-atmel_serial_disable_hwhs.patch | 32 ++++++++++++++++++++++ recipes/linux/linux_2.6.32.bb | 3 +- 2 files changed, 34 insertions(+), 1 deletion(-) create mode 100644 recipes/linux/linux-2.6.32/mtcdp/linux-2.6.32.3-atmel_serial_disable_hwhs.patch diff --git a/recipes/linux/linux-2.6.32/mtcdp/linux-2.6.32.3-atmel_serial_disable_hwhs.patch b/recipes/linux/linux-2.6.32/mtcdp/linux-2.6.32.3-atmel_serial_disable_hwhs.patch new file mode 100644 index 0000000000..bd620afb95 --- /dev/null +++ b/recipes/linux/linux-2.6.32/mtcdp/linux-2.6.32.3-atmel_serial_disable_hwhs.patch @@ -0,0 +1,32 @@ +Revert commit 8e706c4d0dab214c625a2df84a0ca69a76bae65d in linux-2.6: + avr32: add hardware handshake support to atmel_serial + +Reverting commit since it breaks hardware flow control for at91sam9g20 + +diff --git a/drivers/serial/atmel_serial.c b/drivers/serial/atmel_serial.c +index 9d948bc..b659f2c 100644 +--- a/drivers/serial/atmel_serial.c ++++ b/drivers/serial/atmel_serial.c +@@ -1020,8 +1020,7 @@ static void atmel_set_termios(struct uart_port *port, struct ktermios *termios, + + /* Get current mode register */ + mode = UART_GET_MR(port) & ~(ATMEL_US_USCLKS | ATMEL_US_CHRL +- | ATMEL_US_NBSTOP | ATMEL_US_PAR +- | ATMEL_US_USMODE); ++ | ATMEL_US_NBSTOP | ATMEL_US_PAR); + + baud = uart_get_baud_rate(port, termios, old, 0, port->uartclk / 16); + quot = uart_get_divisor(port, baud); +@@ -1066,12 +1065,6 @@ static void atmel_set_termios(struct uart_port *port, struct ktermios *termios, + } else + mode |= ATMEL_US_PAR_NONE; + +- /* hardware handshake (RTS/CTS) */ +- if (termios->c_cflag & CRTSCTS) +- mode |= ATMEL_US_USMODE_HWHS; +- else +- mode |= ATMEL_US_USMODE_NORMAL; +- + spin_lock_irqsave(&port->lock, flags); + + port->read_status_mask = ATMEL_US_OVRE; diff --git a/recipes/linux/linux_2.6.32.bb b/recipes/linux/linux_2.6.32.bb index 2971489308..2d26523684 100644 --- a/recipes/linux/linux_2.6.32.bb +++ b/recipes/linux/linux_2.6.32.bb @@ -1,6 +1,6 @@ require linux.inc -PR = "r7" +PR = "r8" S = "${WORKDIR}/linux-${PV}" @@ -37,6 +37,7 @@ SRC_URI_mtcdp = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2;n file://linux-2.6.32.3-at91_mci.patch;patch=1 \ file://linux-2.6.32.3-m25p80.patch;patch=1 \ file://linux-2.6.32.3-at25.patch;patch=1 \ + file://linux-2.6.32.3-atmel_serial_disable_hwhs.patch;patch=1 \ " SRC_URI[build.md5sum] = "6bd3c5fea1e88bb4d0948ec3688bd8f6" SRC_URI[build.sha256sum] = "e7526a7ae7210bc7c4f4837e9d8a666f9b126d59bee16015c41c5850d29c841f" -- cgit v1.2.3 From ee2042a17c2f85d7197ef834adbec1ae558b8ed5 Mon Sep 17 00:00:00 2001 From: Jesse Gilles Date: Wed, 5 Jan 2011 12:09:30 -0600 Subject: CoreCDP version 1.1.1 --- conf/distro/corecdp.conf | 2 +- recipes/base-files/base-files_3.0.14.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/distro/corecdp.conf b/conf/distro/corecdp.conf index 1acb1b6609..39ca74a170 100644 --- a/conf/distro/corecdp.conf +++ b/conf/distro/corecdp.conf @@ -11,7 +11,7 @@ require conf/amend-recipes.inc DISTRO_NAME = "CoreCDP" DISTRO = "corecdp" -DISTRO_VERSION = "1.1.0" +DISTRO_VERSION = "1.1.1" DISTRO_TYPE = "release" TARGET_VENDOR = "-corecdp" BUILDNAME = "${DISTRO_NAME} ${DISTRO_VERSION}" diff --git a/recipes/base-files/base-files_3.0.14.bb b/recipes/base-files/base-files_3.0.14.bb index a43057266d..1e6012e13a 100644 --- a/recipes/base-files/base-files_3.0.14.bb +++ b/recipes/base-files/base-files_3.0.14.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Miscellaneous files for the base system." SECTION = "base" PRIORITY = "required" -PR = "r92" +PR = "r93" LICENSE = "GPL" SRC_URI = " \ -- cgit v1.2.3