diff --git a/conf/machine/usrp-e1xx.conf b/conf/machine/usrp-e1xx.conf new file mode 100644 index 00000000..39ade9d1 --- /dev/null +++ b/conf/machine/usrp-e1xx.conf @@ -0,0 +1,38 @@ +#@TYPE: Machine +#@NAME: USRP E1XX machine +#@DESCRIPTION: Machine configuration for the USRP E1XX +TARGET_ARCH = "arm" + +PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" +XSERVER = "xserver-xorg \ + xf86-input-evdev \ + xf86-input-mouse \ + xf86-video-omapfb \ + xf86-input-keyboard" + +# Only has DVI connector for external screen +GUI_MACHINE_CLASS = "bigscreen" + +require conf/machine/include/omap3.inc + +KERNEL_IMAGETYPE = "uImage" + +UBOOT_ENTRYPOINT = "0x80008000" +UBOOT_LOADADDRESS = "0x80008000" + +EXTRA_IMAGEDEPENDS = "" + +PREFERRED_PROVIDER_virtual/kernel = "linux-omap" + +IMAGE_FSTYPES = "tar.gz" + +# Guesswork +SERIAL_CONSOLE = "115200 ttyS2" + +UBOOT_MACHINE = "omap3_overo_config" + +# and sdio +MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa nfs" + +module_autoload_usrp_e = "usrp_e" + diff --git a/recipes-bsp/linux/linux-omap-2.6.37rc/0001-ARM-OMAP-Power-on-EHCI-serial-camera-and-DVI-on-beag.patch b/recipes-bsp/linux/linux-omap/0001-ARM-OMAP-Power-on-EHCI-serial-camera-and-DVI-on-beag.patch similarity index 96% rename from recipes-bsp/linux/linux-omap-2.6.37rc/0001-ARM-OMAP-Power-on-EHCI-serial-camera-and-DVI-on-beag.patch rename to recipes-bsp/linux/linux-omap/0001-ARM-OMAP-Power-on-EHCI-serial-camera-and-DVI-on-beag.patch index ff2a1ce1..bef4d859 100644 --- a/recipes-bsp/linux/linux-omap-2.6.37rc/0001-ARM-OMAP-Power-on-EHCI-serial-camera-and-DVI-on-beag.patch +++ b/recipes-bsp/linux/linux-omap/0001-ARM-OMAP-Power-on-EHCI-serial-camera-and-DVI-on-beag.patch @@ -1,4 +1,4 @@ -From 71b7d633e566195b065e09e97164bec046ca7b6d Mon Sep 17 00:00:00 2001 +From c818eb868fd5621ad373e508fbb71b69739a56c1 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 7 Oct 2010 09:25:45 +0200 Subject: [PATCH 01/29] ARM: OMAP: Power on EHCI, serial, camera and DVI on beagleboard-xM diff --git a/recipes-bsp/linux/linux-omap-2.6.37rc/0002-omap-Beagle-detect-new-xM-revision-B.patch b/recipes-bsp/linux/linux-omap/0002-omap-Beagle-detect-new-xM-revision-B.patch similarity index 95% rename from recipes-bsp/linux/linux-omap-2.6.37rc/0002-omap-Beagle-detect-new-xM-revision-B.patch rename to recipes-bsp/linux/linux-omap/0002-omap-Beagle-detect-new-xM-revision-B.patch index 93a792a6..022b1f1e 100644 --- a/recipes-bsp/linux/linux-omap-2.6.37rc/0002-omap-Beagle-detect-new-xM-revision-B.patch +++ b/recipes-bsp/linux/linux-omap/0002-omap-Beagle-detect-new-xM-revision-B.patch @@ -1,4 +1,4 @@ -From 60e119550f5a782c512c19d86a08313ae2ffa876 Mon Sep 17 00:00:00 2001 +From 3adfccd800f37f6d4eac565366b86cafe96b487a Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Tue, 9 Nov 2010 08:34:55 -0600 Subject: [PATCH 02/29] omap: Beagle: detect new xM revision B diff --git a/recipes-bsp/linux/linux-omap-2.6.37rc/0003-ARM-OMAP-beagleboard-Add-infrastructure-to-do-fixups.patch b/recipes-bsp/linux/linux-omap/0003-ARM-OMAP-beagleboard-Add-infrastructure-to-do-fixups.patch similarity index 99% rename from recipes-bsp/linux/linux-omap-2.6.37rc/0003-ARM-OMAP-beagleboard-Add-infrastructure-to-do-fixups.patch rename to recipes-bsp/linux/linux-omap/0003-ARM-OMAP-beagleboard-Add-infrastructure-to-do-fixups.patch index e56e8dc3..047dd59a 100644 --- a/recipes-bsp/linux/linux-omap-2.6.37rc/0003-ARM-OMAP-beagleboard-Add-infrastructure-to-do-fixups.patch +++ b/recipes-bsp/linux/linux-omap/0003-ARM-OMAP-beagleboard-Add-infrastructure-to-do-fixups.patch @@ -1,4 +1,4 @@ -From 72657e1ec88da91b772c7158c4c987b29d274ece Mon Sep 17 00:00:00 2001 +From c857174c0394df227696d145fb1f15a33d870600 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Wed, 6 Oct 2010 10:19:34 +0200 Subject: [PATCH 03/29] ARM: OMAP: beagleboard: Add infrastructure to do fixups based on expansionboard name passed by u-boot diff --git a/recipes-bsp/linux/linux-omap-2.6.37rc/0004-ARM-OMAP-beagleboard-pre-export-GPIOs-to-userspace-w.patch b/recipes-bsp/linux/linux-omap/0004-ARM-OMAP-beagleboard-pre-export-GPIOs-to-userspace-w.patch similarity index 96% rename from recipes-bsp/linux/linux-omap-2.6.37rc/0004-ARM-OMAP-beagleboard-pre-export-GPIOs-to-userspace-w.patch rename to recipes-bsp/linux/linux-omap/0004-ARM-OMAP-beagleboard-pre-export-GPIOs-to-userspace-w.patch index c4b6f4c1..3dd97ed1 100644 --- a/recipes-bsp/linux/linux-omap-2.6.37rc/0004-ARM-OMAP-beagleboard-pre-export-GPIOs-to-userspace-w.patch +++ b/recipes-bsp/linux/linux-omap/0004-ARM-OMAP-beagleboard-pre-export-GPIOs-to-userspace-w.patch @@ -1,4 +1,4 @@ -From 6f80e6f5205a429951244e690952f192b78d15a8 Mon Sep 17 00:00:00 2001 +From 35b474d13b609841faa420a763c7a6d9cb13ce66 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sun, 5 Dec 2010 13:25:00 +0100 Subject: [PATCH 04/29] ARM: OMAP: beagleboard: pre-export GPIOs to userspace when using a Tincantools trainerboard diff --git a/recipes-bsp/linux/linux-omap-2.6.37rc/0005-modedb.c-add-proper-720p60-mode.patch b/recipes-bsp/linux/linux-omap/0005-modedb.c-add-proper-720p60-mode.patch similarity index 93% rename from recipes-bsp/linux/linux-omap-2.6.37rc/0005-modedb.c-add-proper-720p60-mode.patch rename to recipes-bsp/linux/linux-omap/0005-modedb.c-add-proper-720p60-mode.patch index dae96714..a49a63a6 100644 --- a/recipes-bsp/linux/linux-omap-2.6.37rc/0005-modedb.c-add-proper-720p60-mode.patch +++ b/recipes-bsp/linux/linux-omap/0005-modedb.c-add-proper-720p60-mode.patch @@ -1,4 +1,4 @@ -From ea2b3d705162f8a1622e60da27b2b5b31ad3abe7 Mon Sep 17 00:00:00 2001 +From 1db89a463f04db7c5f6b027910c41f438739e14f Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 8 Mar 2010 14:38:31 +0100 Subject: [PATCH 05/29] modedb.c: add proper 720p60 mode diff --git a/recipes-bsp/linux/linux-omap-2.6.37rc/0006-mmc-don-t-display-single-block-read-console-messages.patch b/recipes-bsp/linux/linux-omap/0006-mmc-don-t-display-single-block-read-console-messages.patch similarity index 93% rename from recipes-bsp/linux/linux-omap-2.6.37rc/0006-mmc-don-t-display-single-block-read-console-messages.patch rename to recipes-bsp/linux/linux-omap/0006-mmc-don-t-display-single-block-read-console-messages.patch index 0a2f0a18..09ba48f1 100644 --- a/recipes-bsp/linux/linux-omap-2.6.37rc/0006-mmc-don-t-display-single-block-read-console-messages.patch +++ b/recipes-bsp/linux/linux-omap/0006-mmc-don-t-display-single-block-read-console-messages.patch @@ -1,4 +1,4 @@ -From 2036f80d16c1df22b00953f4d2e2457eef00a82d Mon Sep 17 00:00:00 2001 +From db401a606f8bb40accbb5a560e445edc29ab995e Mon Sep 17 00:00:00 2001 From: Steve Sakoman Date: Mon, 4 Jan 2010 19:20:25 -0800 Subject: [PATCH 06/29] mmc: don't display single block read console messages diff --git a/recipes-bsp/linux/linux-omap-2.6.37rc/0007-MTD-silence-ecc-errors-on-mtdblock0.patch b/recipes-bsp/linux/linux-omap/0007-MTD-silence-ecc-errors-on-mtdblock0.patch similarity index 97% rename from recipes-bsp/linux/linux-omap-2.6.37rc/0007-MTD-silence-ecc-errors-on-mtdblock0.patch rename to recipes-bsp/linux/linux-omap/0007-MTD-silence-ecc-errors-on-mtdblock0.patch index 04de4e72..4a5bb34e 100644 --- a/recipes-bsp/linux/linux-omap-2.6.37rc/0007-MTD-silence-ecc-errors-on-mtdblock0.patch +++ b/recipes-bsp/linux/linux-omap/0007-MTD-silence-ecc-errors-on-mtdblock0.patch @@ -1,4 +1,4 @@ -From 793eb265af99817165bc03ae96adaaf6e4860dca Mon Sep 17 00:00:00 2001 +From 461835a249017f6e96902f509c78e03ef26ef2a9 Mon Sep 17 00:00:00 2001 From: Steve Sakoman Date: Mon, 26 Apr 2010 11:17:26 -0700 Subject: [PATCH 07/29] MTD: silence ecc errors on mtdblock0 diff --git a/recipes-bsp/linux/linux-omap-2.6.37rc/0008-Miracle-patch.patch b/recipes-bsp/linux/linux-omap/0008-Miracle-patch.patch similarity index 99% rename from recipes-bsp/linux/linux-omap-2.6.37rc/0008-Miracle-patch.patch rename to recipes-bsp/linux/linux-omap/0008-Miracle-patch.patch index b76eb276..2ee9aa6a 100644 --- a/recipes-bsp/linux/linux-omap-2.6.37rc/0008-Miracle-patch.patch +++ b/recipes-bsp/linux/linux-omap/0008-Miracle-patch.patch @@ -1,4 +1,4 @@ -From 31949867bace7945acd3ec10c822e6988613aed7 Mon Sep 17 00:00:00 2001 +From 8aa41351f7c9e1f846a3d6e1e4bbd3a85a87d10c Mon Sep 17 00:00:00 2001 From: Mike Galbraith Date: Fri, 19 Nov 2010 12:52:42 +0100 Subject: [PATCH 08/29] Miracle patch diff --git a/recipes-bsp/linux/linux-omap-2.6.37rc/0009-ARM-OMAP-add-omap_rev_-macros.patch b/recipes-bsp/linux/linux-omap/0009-ARM-OMAP-add-omap_rev_-macros.patch similarity index 97% rename from recipes-bsp/linux/linux-omap-2.6.37rc/0009-ARM-OMAP-add-omap_rev_-macros.patch rename to recipes-bsp/linux/linux-omap/0009-ARM-OMAP-add-omap_rev_-macros.patch index 1c5d8dfd..aede5926 100644 --- a/recipes-bsp/linux/linux-omap-2.6.37rc/0009-ARM-OMAP-add-omap_rev_-macros.patch +++ b/recipes-bsp/linux/linux-omap/0009-ARM-OMAP-add-omap_rev_-macros.patch @@ -1,4 +1,4 @@ -From 1beed5ee3301a9756c8cd2672d487c568c562e81 Mon Sep 17 00:00:00 2001 +From b86550d1c9423b9609cc7260fe723881879989af Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 23 Nov 2010 11:40:20 +0100 Subject: [PATCH 09/29] ARM: OMAP: add omap_rev_* macros diff --git a/recipes-bsp/linux/linux-omap-2.6.37rc/0010-OMAP-DSS2-enable-hsclk-in-dsi_pll_init-for-OMAP36XX.patch b/recipes-bsp/linux/linux-omap/0010-OMAP-DSS2-enable-hsclk-in-dsi_pll_init-for-OMAP36XX.patch similarity index 92% rename from recipes-bsp/linux/linux-omap-2.6.37rc/0010-OMAP-DSS2-enable-hsclk-in-dsi_pll_init-for-OMAP36XX.patch rename to recipes-bsp/linux/linux-omap/0010-OMAP-DSS2-enable-hsclk-in-dsi_pll_init-for-OMAP36XX.patch index d292e2f6..ef3831fa 100644 --- a/recipes-bsp/linux/linux-omap-2.6.37rc/0010-OMAP-DSS2-enable-hsclk-in-dsi_pll_init-for-OMAP36XX.patch +++ b/recipes-bsp/linux/linux-omap/0010-OMAP-DSS2-enable-hsclk-in-dsi_pll_init-for-OMAP36XX.patch @@ -1,4 +1,4 @@ -From f051874f829ed2e2462c0e64c28e28bd6f942f2d Mon Sep 17 00:00:00 2001 +From de23d5117cbd6bb7accd92a9a6628e688d9f5fa2 Mon Sep 17 00:00:00 2001 From: Steve Sakoman Date: Mon, 10 May 2010 20:44:09 -0700 Subject: [PATCH 10/29] OMAP: DSS2: enable hsclk in dsi_pll_init for OMAP36XX diff --git a/recipes-bsp/linux/linux-omap-2.6.37rc/0011-omap3-beagleboard-add-WIP-support-for-beagleboardtoy.patch b/recipes-bsp/linux/linux-omap/0011-omap3-beagleboard-add-WIP-support-for-beagleboardtoy.patch similarity index 97% rename from recipes-bsp/linux/linux-omap-2.6.37rc/0011-omap3-beagleboard-add-WIP-support-for-beagleboardtoy.patch rename to recipes-bsp/linux/linux-omap/0011-omap3-beagleboard-add-WIP-support-for-beagleboardtoy.patch index c8000031..a407dd74 100644 --- a/recipes-bsp/linux/linux-omap-2.6.37rc/0011-omap3-beagleboard-add-WIP-support-for-beagleboardtoy.patch +++ b/recipes-bsp/linux/linux-omap/0011-omap3-beagleboard-add-WIP-support-for-beagleboardtoy.patch @@ -1,4 +1,4 @@ -From 18333339fe5e104c2ddfb2688989a15df0e0f94c Mon Sep 17 00:00:00 2001 +From 8d0ecb38ebb0b50364f94e72eaee2f4945020cff Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 20 Dec 2010 11:57:56 +0100 Subject: [PATCH 11/29] omap3: beagleboard: add WIP support for beagleboardtoys WL12xx board diff --git a/recipes-bsp/linux/linux-omap-2.6.37rc/0012-drivers-net-smsc911x-return-ENODEV-if-device-is-not-.patch b/recipes-bsp/linux/linux-omap/0012-drivers-net-smsc911x-return-ENODEV-if-device-is-not-.patch similarity index 92% rename from recipes-bsp/linux/linux-omap-2.6.37rc/0012-drivers-net-smsc911x-return-ENODEV-if-device-is-not-.patch rename to recipes-bsp/linux/linux-omap/0012-drivers-net-smsc911x-return-ENODEV-if-device-is-not-.patch index 1bb4ddaf..6e77250b 100644 --- a/recipes-bsp/linux/linux-omap-2.6.37rc/0012-drivers-net-smsc911x-return-ENODEV-if-device-is-not-.patch +++ b/recipes-bsp/linux/linux-omap/0012-drivers-net-smsc911x-return-ENODEV-if-device-is-not-.patch @@ -1,4 +1,4 @@ -From 43b87f69e82217aff2a966559bdf28dcfedc2c8e Mon Sep 17 00:00:00 2001 +From 84148dd7b2824a008561b4aabe483d16cf093951 Mon Sep 17 00:00:00 2001 From: Steve Sakoman Date: Tue, 15 Dec 2009 15:17:44 -0800 Subject: [PATCH 12/29] drivers: net: smsc911x: return ENODEV if device is not found diff --git a/recipes-bsp/linux/linux-omap-2.6.37rc/0013-drivers-input-touchscreen-ads7846-return-ENODEV-if-d.patch b/recipes-bsp/linux/linux-omap/0013-drivers-input-touchscreen-ads7846-return-ENODEV-if-d.patch similarity index 96% rename from recipes-bsp/linux/linux-omap-2.6.37rc/0013-drivers-input-touchscreen-ads7846-return-ENODEV-if-d.patch rename to recipes-bsp/linux/linux-omap/0013-drivers-input-touchscreen-ads7846-return-ENODEV-if-d.patch index efefda5c..45cdd70a 100644 --- a/recipes-bsp/linux/linux-omap-2.6.37rc/0013-drivers-input-touchscreen-ads7846-return-ENODEV-if-d.patch +++ b/recipes-bsp/linux/linux-omap/0013-drivers-input-touchscreen-ads7846-return-ENODEV-if-d.patch @@ -1,4 +1,4 @@ -From 43b7984021e30a9aa9b97c2cf9a9ceb806372709 Mon Sep 17 00:00:00 2001 +From 5167902964ed42113dbc2302cd64a12df4cd6a8e Mon Sep 17 00:00:00 2001 From: Steve Sakoman Date: Tue, 15 Dec 2009 15:24:10 -0800 Subject: [PATCH 13/29] drivers: input: touchscreen: ads7846: return ENODEV if device is not found diff --git a/recipes-bsp/linux/linux-omap-2.6.37rc/0014-ASoC-enable-audio-capture-by-default-for-twl4030.patch b/recipes-bsp/linux/linux-omap/0014-ASoC-enable-audio-capture-by-default-for-twl4030.patch similarity index 92% rename from recipes-bsp/linux/linux-omap-2.6.37rc/0014-ASoC-enable-audio-capture-by-default-for-twl4030.patch rename to recipes-bsp/linux/linux-omap/0014-ASoC-enable-audio-capture-by-default-for-twl4030.patch index 4ef7dd48..63021851 100644 --- a/recipes-bsp/linux/linux-omap-2.6.37rc/0014-ASoC-enable-audio-capture-by-default-for-twl4030.patch +++ b/recipes-bsp/linux/linux-omap/0014-ASoC-enable-audio-capture-by-default-for-twl4030.patch @@ -1,4 +1,4 @@ -From ebb70888ec3601534601d7524212fbefa24d679e Mon Sep 17 00:00:00 2001 +From 6377ecd5556f5329ddd5f5e9b9b5cd019cd76e67 Mon Sep 17 00:00:00 2001 From: Steve Sakoman Date: Thu, 17 Dec 2009 12:45:20 -0800 Subject: [PATCH 14/29] ASoC: enable audio capture by default for twl4030 diff --git a/recipes-bsp/linux/linux-omap-2.6.37rc/0015-MFD-enable-madc-clock.patch b/recipes-bsp/linux/linux-omap/0015-MFD-enable-madc-clock.patch similarity index 95% rename from recipes-bsp/linux/linux-omap-2.6.37rc/0015-MFD-enable-madc-clock.patch rename to recipes-bsp/linux/linux-omap/0015-MFD-enable-madc-clock.patch index 725881cc..346b7041 100644 --- a/recipes-bsp/linux/linux-omap-2.6.37rc/0015-MFD-enable-madc-clock.patch +++ b/recipes-bsp/linux/linux-omap/0015-MFD-enable-madc-clock.patch @@ -1,4 +1,4 @@ -From 0bedf8e81896a69ba77e9066ad9545412fd53cf8 Mon Sep 17 00:00:00 2001 +From 0e659f27fa00c4a6263e2b2ff96e09759f09b053 Mon Sep 17 00:00:00 2001 From: Steve Sakoman Date: Sat, 23 Jan 2010 06:26:54 -0800 Subject: [PATCH 15/29] MFD: enable madc clock diff --git a/recipes-bsp/linux/linux-omap-2.6.37rc/0016-MFD-add-twl4030-madc-driver.patch b/recipes-bsp/linux/linux-omap/0016-MFD-add-twl4030-madc-driver.patch similarity index 99% rename from recipes-bsp/linux/linux-omap-2.6.37rc/0016-MFD-add-twl4030-madc-driver.patch rename to recipes-bsp/linux/linux-omap/0016-MFD-add-twl4030-madc-driver.patch index ae25ba35..5989567b 100644 --- a/recipes-bsp/linux/linux-omap-2.6.37rc/0016-MFD-add-twl4030-madc-driver.patch +++ b/recipes-bsp/linux/linux-omap/0016-MFD-add-twl4030-madc-driver.patch @@ -1,4 +1,4 @@ -From ea45cc880d407e9747dafa0efe5ab17ffb5e42d5 Mon Sep 17 00:00:00 2001 +From a68c5e1548041d308fa46f834ff00e3a1ccd0acf Mon Sep 17 00:00:00 2001 From: Steve Sakoman Date: Thu, 17 Dec 2009 14:19:34 -0800 Subject: [PATCH 16/29] MFD: add twl4030 madc driver diff --git a/recipes-bsp/linux/linux-omap-2.6.37rc/0017-ARM-OMAP-Add-twl4030-madc-support-to-Overo.patch b/recipes-bsp/linux/linux-omap/0017-ARM-OMAP-Add-twl4030-madc-support-to-Overo.patch similarity index 93% rename from recipes-bsp/linux/linux-omap-2.6.37rc/0017-ARM-OMAP-Add-twl4030-madc-support-to-Overo.patch rename to recipes-bsp/linux/linux-omap/0017-ARM-OMAP-Add-twl4030-madc-support-to-Overo.patch index 19eec180..95f25ce2 100644 --- a/recipes-bsp/linux/linux-omap-2.6.37rc/0017-ARM-OMAP-Add-twl4030-madc-support-to-Overo.patch +++ b/recipes-bsp/linux/linux-omap/0017-ARM-OMAP-Add-twl4030-madc-support-to-Overo.patch @@ -1,4 +1,4 @@ -From 3bc70a68d2cfd1d41995bb7f33f2e4005542f62b Mon Sep 17 00:00:00 2001 +From 7a9db8dd7562102e3c71eb079dc4e21792a650dc Mon Sep 17 00:00:00 2001 From: Steve Sakoman Date: Thu, 17 Dec 2009 14:27:15 -0800 Subject: [PATCH 17/29] ARM: OMAP: Add twl4030 madc support to Overo diff --git a/recipes-bsp/linux/linux-omap-2.6.37rc/0018-ARM-OMAP-Add-twl4030-madc-support-to-Beagle.patch b/recipes-bsp/linux/linux-omap/0018-ARM-OMAP-Add-twl4030-madc-support-to-Beagle.patch similarity index 94% rename from recipes-bsp/linux/linux-omap-2.6.37rc/0018-ARM-OMAP-Add-twl4030-madc-support-to-Beagle.patch rename to recipes-bsp/linux/linux-omap/0018-ARM-OMAP-Add-twl4030-madc-support-to-Beagle.patch index aeb4146a..9022adc8 100644 --- a/recipes-bsp/linux/linux-omap-2.6.37rc/0018-ARM-OMAP-Add-twl4030-madc-support-to-Beagle.patch +++ b/recipes-bsp/linux/linux-omap/0018-ARM-OMAP-Add-twl4030-madc-support-to-Beagle.patch @@ -1,4 +1,4 @@ -From afa4132d5e29ed90154fec8cd97f891c86ce748c Mon Sep 17 00:00:00 2001 +From 11bcde4707cf385ba61ccd0e00c9ab71db76ba6c Mon Sep 17 00:00:00 2001 From: Steve Sakoman Date: Thu, 17 Dec 2009 14:32:36 -0800 Subject: [PATCH 18/29] ARM: OMAP: Add twl4030 madc support to Beagle diff --git a/recipes-bsp/linux/linux-omap-2.6.37rc/0019-OMAP-DSS2-Add-support-for-Samsung-LTE430WQ-F0C-panel.patch b/recipes-bsp/linux/linux-omap/0019-OMAP-DSS2-Add-support-for-Samsung-LTE430WQ-F0C-panel.patch similarity index 98% rename from recipes-bsp/linux/linux-omap-2.6.37rc/0019-OMAP-DSS2-Add-support-for-Samsung-LTE430WQ-F0C-panel.patch rename to recipes-bsp/linux/linux-omap/0019-OMAP-DSS2-Add-support-for-Samsung-LTE430WQ-F0C-panel.patch index 8607d713..ffc271bb 100644 --- a/recipes-bsp/linux/linux-omap-2.6.37rc/0019-OMAP-DSS2-Add-support-for-Samsung-LTE430WQ-F0C-panel.patch +++ b/recipes-bsp/linux/linux-omap/0019-OMAP-DSS2-Add-support-for-Samsung-LTE430WQ-F0C-panel.patch @@ -1,4 +1,4 @@ -From e6b15754a20c0306fb20d061358da67b5dd218cd Mon Sep 17 00:00:00 2001 +From 92f8c713af962a538532279ce29ce5936f7736f7 Mon Sep 17 00:00:00 2001 From: Steve Sakoman Date: Tue, 23 Feb 2010 14:40:27 -0800 Subject: [PATCH 19/29] OMAP: DSS2: Add support for Samsung LTE430WQ-F0C panel diff --git a/recipes-bsp/linux/linux-omap-2.6.37rc/0020-OMAP-DSS2-Add-support-for-LG-Philips-LB035Q02-panel.patch b/recipes-bsp/linux/linux-omap/0020-OMAP-DSS2-Add-support-for-LG-Philips-LB035Q02-panel.patch similarity index 99% rename from recipes-bsp/linux/linux-omap-2.6.37rc/0020-OMAP-DSS2-Add-support-for-LG-Philips-LB035Q02-panel.patch rename to recipes-bsp/linux/linux-omap/0020-OMAP-DSS2-Add-support-for-LG-Philips-LB035Q02-panel.patch index ad148d0a..c6d79510 100644 --- a/recipes-bsp/linux/linux-omap-2.6.37rc/0020-OMAP-DSS2-Add-support-for-LG-Philips-LB035Q02-panel.patch +++ b/recipes-bsp/linux/linux-omap/0020-OMAP-DSS2-Add-support-for-LG-Philips-LB035Q02-panel.patch @@ -1,4 +1,4 @@ -From 6861df53ce9212b348fba806f5a86404c1de8a95 Mon Sep 17 00:00:00 2001 +From 36be685c580ace452461045b9278631330f18c89 Mon Sep 17 00:00:00 2001 From: Steve Sakoman Date: Thu, 17 Dec 2009 15:05:30 -0800 Subject: [PATCH 20/29] OMAP: DSS2: Add support for LG Philips LB035Q02 panel diff --git a/recipes-bsp/linux/linux-omap-2.6.37rc/0021-OMAP-DSS2-add-bootarg-for-selecting-svideo-or-compos.patch b/recipes-bsp/linux/linux-omap/0021-OMAP-DSS2-add-bootarg-for-selecting-svideo-or-compos.patch similarity index 97% rename from recipes-bsp/linux/linux-omap-2.6.37rc/0021-OMAP-DSS2-add-bootarg-for-selecting-svideo-or-compos.patch rename to recipes-bsp/linux/linux-omap/0021-OMAP-DSS2-add-bootarg-for-selecting-svideo-or-compos.patch index 86e9c403..3bdb0bc7 100644 --- a/recipes-bsp/linux/linux-omap-2.6.37rc/0021-OMAP-DSS2-add-bootarg-for-selecting-svideo-or-compos.patch +++ b/recipes-bsp/linux/linux-omap/0021-OMAP-DSS2-add-bootarg-for-selecting-svideo-or-compos.patch @@ -1,4 +1,4 @@ -From 9e206307dbd65d557a57563c086af5089e52b2c8 Mon Sep 17 00:00:00 2001 +From a8f054b88944b7e1bd9b017eee1db76e90db0039 Mon Sep 17 00:00:00 2001 From: Steve Sakoman Date: Tue, 19 Jan 2010 21:19:15 -0800 Subject: [PATCH 21/29] OMAP: DSS2: add bootarg for selecting svideo or composite for tv output diff --git a/recipes-bsp/linux/linux-omap-2.6.37rc/0022-ARM-OMAP2-mmc-twl4030-move-clock-input-selection-pri.patch b/recipes-bsp/linux/linux-omap/0022-ARM-OMAP2-mmc-twl4030-move-clock-input-selection-pri.patch similarity index 94% rename from recipes-bsp/linux/linux-omap-2.6.37rc/0022-ARM-OMAP2-mmc-twl4030-move-clock-input-selection-pri.patch rename to recipes-bsp/linux/linux-omap/0022-ARM-OMAP2-mmc-twl4030-move-clock-input-selection-pri.patch index ffa0a0e8..d29b5736 100644 --- a/recipes-bsp/linux/linux-omap-2.6.37rc/0022-ARM-OMAP2-mmc-twl4030-move-clock-input-selection-pri.patch +++ b/recipes-bsp/linux/linux-omap/0022-ARM-OMAP2-mmc-twl4030-move-clock-input-selection-pri.patch @@ -1,4 +1,4 @@ -From 3924e990868742c19e5cd3e84191a01b55249079 Mon Sep 17 00:00:00 2001 +From 036a15634116c64217d424dc1677fed9480cf381 Mon Sep 17 00:00:00 2001 From: Steve Sakoman Date: Sun, 24 Jan 2010 09:33:56 -0800 Subject: [PATCH 22/29] ARM: OMAP2: mmc-twl4030: move clock input selection prior to vcc test diff --git a/recipes-bsp/linux/linux-omap-2.6.37rc/0023-RTC-add-support-for-backup-battery-recharge.patch b/recipes-bsp/linux/linux-omap/0023-RTC-add-support-for-backup-battery-recharge.patch similarity index 96% rename from recipes-bsp/linux/linux-omap-2.6.37rc/0023-RTC-add-support-for-backup-battery-recharge.patch rename to recipes-bsp/linux/linux-omap/0023-RTC-add-support-for-backup-battery-recharge.patch index a8153119..076b4ce9 100644 --- a/recipes-bsp/linux/linux-omap-2.6.37rc/0023-RTC-add-support-for-backup-battery-recharge.patch +++ b/recipes-bsp/linux/linux-omap/0023-RTC-add-support-for-backup-battery-recharge.patch @@ -1,4 +1,4 @@ -From ade216c2689a2dae645ca95fa443ee8eacfafb67 Mon Sep 17 00:00:00 2001 +From db329c64c7c6abf08929860512964fc00d13f075 Mon Sep 17 00:00:00 2001 From: Steve Sakoman Date: Thu, 4 Feb 2010 12:26:22 -0800 Subject: [PATCH 23/29] RTC: add support for backup battery recharge diff --git a/recipes-bsp/linux/linux-omap-2.6.37rc/0024-ARM-OMAP-automatically-set-musb-mode-in-platform-dat.patch b/recipes-bsp/linux/linux-omap/0024-ARM-OMAP-automatically-set-musb-mode-in-platform-dat.patch similarity index 95% rename from recipes-bsp/linux/linux-omap-2.6.37rc/0024-ARM-OMAP-automatically-set-musb-mode-in-platform-dat.patch rename to recipes-bsp/linux/linux-omap/0024-ARM-OMAP-automatically-set-musb-mode-in-platform-dat.patch index bd7b0686..2290e778 100644 --- a/recipes-bsp/linux/linux-omap-2.6.37rc/0024-ARM-OMAP-automatically-set-musb-mode-in-platform-dat.patch +++ b/recipes-bsp/linux/linux-omap/0024-ARM-OMAP-automatically-set-musb-mode-in-platform-dat.patch @@ -1,4 +1,4 @@ -From 6a2f14bdd390695f5d88fb8ea18df8f80bddfc9d Mon Sep 17 00:00:00 2001 +From 12fd29b006ffd5b8b14837088db8949a53d04f04 Mon Sep 17 00:00:00 2001 From: Steve Sakoman Date: Wed, 24 Feb 2010 10:37:22 -0800 Subject: [PATCH 24/29] ARM: OMAP: automatically set musb mode in platform data based on CONFIG options diff --git a/recipes-bsp/linux/linux-omap-2.6.37rc/0025-OMAP-DSS2-check-for-both-cpu-type-and-revision-rathe.patch b/recipes-bsp/linux/linux-omap/0025-OMAP-DSS2-check-for-both-cpu-type-and-revision-rathe.patch similarity index 95% rename from recipes-bsp/linux/linux-omap-2.6.37rc/0025-OMAP-DSS2-check-for-both-cpu-type-and-revision-rathe.patch rename to recipes-bsp/linux/linux-omap/0025-OMAP-DSS2-check-for-both-cpu-type-and-revision-rathe.patch index 1261c5b6..f8bbd6e6 100644 --- a/recipes-bsp/linux/linux-omap-2.6.37rc/0025-OMAP-DSS2-check-for-both-cpu-type-and-revision-rathe.patch +++ b/recipes-bsp/linux/linux-omap/0025-OMAP-DSS2-check-for-both-cpu-type-and-revision-rathe.patch @@ -1,4 +1,4 @@ -From 6e383eb63993e011b6bdec84e3eb001e6b9e00a1 Mon Sep 17 00:00:00 2001 +From 6d36c6f600becef7ee3f9d139c065b733a732a54 Mon Sep 17 00:00:00 2001 From: Steve Sakoman Date: Mon, 10 May 2010 13:59:14 -0700 Subject: [PATCH 25/29] OMAP: DSS2: check for both cpu type and revision, rather than just revision diff --git a/recipes-bsp/linux/linux-omap-2.6.37rc/0026-OMAP-DSS2-Add-DSS2-support-for-Overo.patch b/recipes-bsp/linux/linux-omap/0026-OMAP-DSS2-Add-DSS2-support-for-Overo.patch similarity index 99% rename from recipes-bsp/linux/linux-omap-2.6.37rc/0026-OMAP-DSS2-Add-DSS2-support-for-Overo.patch rename to recipes-bsp/linux/linux-omap/0026-OMAP-DSS2-Add-DSS2-support-for-Overo.patch index b31165cc..c1dd6b91 100644 --- a/recipes-bsp/linux/linux-omap-2.6.37rc/0026-OMAP-DSS2-Add-DSS2-support-for-Overo.patch +++ b/recipes-bsp/linux/linux-omap/0026-OMAP-DSS2-Add-DSS2-support-for-Overo.patch @@ -1,4 +1,4 @@ -From 66db8210263893e9ffd4478c36a3a1a89bdaff37 Mon Sep 17 00:00:00 2001 +From 21da1a248b7a19136bb53a32061989473bc79551 Mon Sep 17 00:00:00 2001 From: Steve Sakoman Date: Fri, 18 Dec 2009 06:39:24 -0800 Subject: [PATCH 26/29] OMAP: DSS2: Add DSS2 support for Overo diff --git a/recipes-bsp/linux/linux-omap-2.6.37rc/0027-Add-defines-to-set-config-options-in-GPMC-per-CS-con.patch b/recipes-bsp/linux/linux-omap/0027-Add-defines-to-set-config-options-in-GPMC-per-CS-con.patch similarity index 98% rename from recipes-bsp/linux/linux-omap-2.6.37rc/0027-Add-defines-to-set-config-options-in-GPMC-per-CS-con.patch rename to recipes-bsp/linux/linux-omap/0027-Add-defines-to-set-config-options-in-GPMC-per-CS-con.patch index 6e9d3c09..4f173b38 100644 --- a/recipes-bsp/linux/linux-omap-2.6.37rc/0027-Add-defines-to-set-config-options-in-GPMC-per-CS-con.patch +++ b/recipes-bsp/linux/linux-omap/0027-Add-defines-to-set-config-options-in-GPMC-per-CS-con.patch @@ -1,4 +1,4 @@ -From 98d0c3ce9209fe34699ec99aa90efab39fe05c36 Mon Sep 17 00:00:00 2001 +From a406a8cdaf0bcd826ad28a035b4269088f318887 Mon Sep 17 00:00:00 2001 From: Philip Balister Date: Wed, 17 Feb 2010 14:51:39 -0800 Subject: [PATCH 27/29] Add defines to set config options in GPMC per CS control registers. diff --git a/recipes-bsp/linux/linux-omap-2.6.37rc/0028-Add-functions-to-dma.c-to-set-address-and-length-for.patch b/recipes-bsp/linux/linux-omap/0028-Add-functions-to-dma.c-to-set-address-and-length-for.patch similarity index 97% rename from recipes-bsp/linux/linux-omap-2.6.37rc/0028-Add-functions-to-dma.c-to-set-address-and-length-for.patch rename to recipes-bsp/linux/linux-omap/0028-Add-functions-to-dma.c-to-set-address-and-length-for.patch index 0ae578db..c5161b01 100644 --- a/recipes-bsp/linux/linux-omap-2.6.37rc/0028-Add-functions-to-dma.c-to-set-address-and-length-for.patch +++ b/recipes-bsp/linux/linux-omap/0028-Add-functions-to-dma.c-to-set-address-and-length-for.patch @@ -1,4 +1,4 @@ -From 5469329878e4bdb38fe39fc95676d9b752b1528f Mon Sep 17 00:00:00 2001 +From c0b0f03265656641342b4915e476a3d5ec9dd17c Mon Sep 17 00:00:00 2001 From: Philip Balister Date: Thu, 22 Apr 2010 19:41:58 -0700 Subject: [PATCH 28/29] Add functions to dma.c to set address and length for src and dest. diff --git a/recipes-bsp/linux/linux-omap-2.6.37rc/0029-usrp-embedded-Add-driver-for-USRP-Embedded-FPGA-inte.patch b/recipes-bsp/linux/linux-omap/0029-usrp-embedded-Add-driver-for-USRP-Embedded-FPGA-inte.patch similarity index 99% rename from recipes-bsp/linux/linux-omap-2.6.37rc/0029-usrp-embedded-Add-driver-for-USRP-Embedded-FPGA-inte.patch rename to recipes-bsp/linux/linux-omap/0029-usrp-embedded-Add-driver-for-USRP-Embedded-FPGA-inte.patch index 9a7133f6..f6a316bc 100644 --- a/recipes-bsp/linux/linux-omap-2.6.37rc/0029-usrp-embedded-Add-driver-for-USRP-Embedded-FPGA-inte.patch +++ b/recipes-bsp/linux/linux-omap/0029-usrp-embedded-Add-driver-for-USRP-Embedded-FPGA-inte.patch @@ -1,4 +1,4 @@ -From 511a2c7822e68d081de3cefa8a2a82815da6ce78 Mon Sep 17 00:00:00 2001 +From 0a7aa16002fd193af1cb2aca76665fcf47fffdee Mon Sep 17 00:00:00 2001 From: Philip Balister Date: Wed, 13 Jan 2010 14:35:39 -0500 Subject: [PATCH 29/29] usrp-embedded : Add driver for USRP Embedded FPGA interface. diff --git a/recipes-bsp/linux/linux-omap-2.6.37rc/beagleboard/defconfig b/recipes-bsp/linux/linux-omap/beagleboard/defconfig similarity index 100% rename from recipes-bsp/linux/linux-omap-2.6.37rc/beagleboard/defconfig rename to recipes-bsp/linux/linux-omap/beagleboard/defconfig diff --git a/recipes-bsp/linux/linux-omap-2.6.37rc/beagleboard/logo_linux_clut224.ppm b/recipes-bsp/linux/linux-omap/beagleboard/logo_linux_clut224.ppm similarity index 100% rename from recipes-bsp/linux/linux-omap-2.6.37rc/beagleboard/logo_linux_clut224.ppm rename to recipes-bsp/linux/linux-omap/beagleboard/logo_linux_clut224.ppm diff --git a/recipes-bsp/linux/linux-omap-2.6.37rc/omap3-touchbook/defconfig b/recipes-bsp/linux/linux-omap/omap3-touchbook/defconfig similarity index 100% rename from recipes-bsp/linux/linux-omap-2.6.37rc/omap3-touchbook/defconfig rename to recipes-bsp/linux/linux-omap/omap3-touchbook/defconfig diff --git a/recipes-bsp/linux/linux-omap-2.6.37rc/omap3evm/defconfig b/recipes-bsp/linux/linux-omap/omap3evm/defconfig similarity index 100% rename from recipes-bsp/linux/linux-omap-2.6.37rc/omap3evm/defconfig rename to recipes-bsp/linux/linux-omap/omap3evm/defconfig diff --git a/recipes-bsp/linux/linux-omap-2.6.37rc/overo/defconfig b/recipes-bsp/linux/linux-omap/overo/defconfig similarity index 100% rename from recipes-bsp/linux/linux-omap-2.6.37rc/overo/defconfig rename to recipes-bsp/linux/linux-omap/overo/defconfig diff --git a/recipes-bsp/linux/linux-omap-2.6.37rc/usrp-e1xx/defconfig b/recipes-bsp/linux/linux-omap/usrp-e1xx/defconfig similarity index 100% rename from recipes-bsp/linux/linux-omap-2.6.37rc/usrp-e1xx/defconfig rename to recipes-bsp/linux/linux-omap/usrp-e1xx/defconfig diff --git a/recipes-bsp/linux/linux-omap_2.6.37rc.bb b/recipes-bsp/linux/linux-omap_2.6.37rc.bb index 377095b4..00d46d9c 100644 --- a/recipes-bsp/linux/linux-omap_2.6.37rc.bb +++ b/recipes-bsp/linux/linux-omap_2.6.37rc.bb @@ -8,9 +8,7 @@ COMPATIBLE_MACHINE = "(beagleboard|overo|omap3evm|omap3-touchbook|usrp-e1xx)" # The main PR is now using MACHINE_KERNEL_PR, for omap3 see conf/machine/include/omap3.inc PV = "2.6.36+2.6.37-rc8" MACHINE_KERNEL_PR_append = "a+gitr${SRCREV}" -SRCREV = "fa3b4e23ec20cfc944db7cc2b30b0d82c20e4472" - -FILESPATHPKG_prepend = "linux-omap-2.6.37rc:linux-omap-2.6.37rc/${MACHINE}:" +SRCREV_pn-${PN} = "fa3b4e23ec20cfc944db7cc2b30b0d82c20e4472" SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git;protocol=git \ file://defconfig"