summaryrefslogtreecommitdiffstats
path: root/conf/machine/include
Commit message (Collapse)AuthorAgeFilesLines
* extras: move things to extrassplitDenys Dmytriyenko2012-06-113-76/+0
| | | | | | | Move non-essential, outdated, best-effort pieces, as well, as those requiring extra non-standard dependencies besides oe-core. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti33x-psp 3.2: update to 3.2.18Koen Kooi2012-05-301-1/+1
| | | | | | | Duplicate patches between PSP and 3.2.17 have been dropped from the 3.2.17 series Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-mainline: update to 3.2.18Koen Kooi2012-05-291-1/+1
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti335x-psp 3.2: update to 3.2.16Koen Kooi2012-05-101-1/+1
| | | | | | | 3.2.16 is the final release in the 3.2-stable series by Greg KH. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* beagleboard: switch to linux-mainline and drag in more modulesKoen Kooi2012-05-031-1/+1
| | | | | | | also bump MACHINE_KERNEL_PR to force rebuild of external modules like sgx and dsp. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* omap4.inc: change to require tune-cortexa9.incDenys Dmytriyenko2012-04-181-2/+1
| | | | | | As reported by Eric Bénard Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti33x-psp 3.2: rebase onto latest PSPKoen Kooi2012-04-181-1/+1
| | | | | | | | | | | | | This fixes most PM operations: cpufreq, cpuidle and suspend. Resume does not work on beaglebone, but 3 out of 4 ain't bad :) The M3 firmware needed for suspend/resume is used as a binary, building it from source and including it from sysroots is planned for future commits. Beaglebone patches have been forward ported and runtime tested. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux 3.0: update to 3.0.28Koen Kooi2012-04-181-1/+1
| | | | | | | Runtime tested on Angstrom/beagleboard-xM Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti335x-psp 3.2: fix 3.5" cape support, turn on CONFIG_AUDITKoen Kooi2012-04-101-1/+1
| | | | | | | * bump MACHINE_KERNEL_PR for the CONFIG_AUDIT change Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti335x-psp 3.2: update to 3.2.14Koen Kooi2012-04-101-1/+1
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti33x-psp 3.2: update to 3.2.13Koen Kooi2012-03-301-1/+1
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti814x.inc: Use '+=' not '?=' in IMAGE_FSTYPESTom Rini2012-03-301-1/+1
| | | | | | | | | As per http://lists.linuxtogo.org/pipermail/openembedded-core/2012-March/020053.html a machine conf file should use '+=' to set IMAGE_FSTYPES. Signed-off-by: Tom Rini <trini@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux 3.0: update to 3.0.25Koen Kooi2012-03-221-1/+1
| | | | | | | | | | | | | | | | | | | Backport Nishants OPP/hwmod fix to get more than 600MHz out of 37xx, but don't activate it yet. 3630ES1.2 derived silicon gets misdetected: xM revision A: [ 0.000000] OMAP3630 ES1.0 (l2cache iva sgx neon isp 192mhz_clk ) new xM revision C: [ 0.000000] OMAP3630 ES1.2 (l2cache neon isp 192mhz_clk ) Since the iva hwmod is missing the OPP tables will fail and clock it back to 600MHz. But with the patch the kernel hangs in early init. This problem isn't specific to this kernel update, it just coincided with ES1.2 silicon arriving on my desk. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti335x-psp 3.2: update to v3.2.11Koen Kooi2012-03-191-1/+1
| | | | | | | Also add script used to generate patches and SRC_URI Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* soc-family.inc: it's now in OE-Core, remove locallyDenys Dmytriyenko2012-03-051-3/+0
| | | | | | | The soc-family.inc file to set up SOC_FAMILY in MACHINEOVERRIDES has been accepted upstream to OE-Core, can remove it from meta-ti now. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-omap4: update to 3.1.0 (latest ti-ubuntu branch)Koen Kooi2012-03-051-1/+1
| | | | | | | Boot tested on Pandaboard ES/Angstrom Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti33x-psp 3.2: update to 3.2.9 and add 2 patches from PSP treeKoen Kooi2012-03-041-1/+1
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* SOC_FAMILY: add to MACHINE_OVERRIDES locallyKoen Kooi2012-03-047-0/+9
| | | | | | | | | This breaks the hard dependency on Angstrom for getting a sane set of recipes. The variable name is kept the same and the actual code moved from angstrom.inc to soc-family.inc to make it clear what it is doing and how. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux 3.0: update to 3.0.23Koen Kooi2012-03-011-1/+1
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux 3.0: update from 3.0.17 to 3.0.22Koen Kooi2012-02-271-1/+1
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti335x-psp 3.2: update to 3.2.6Koen Kooi2012-02-271-1/+1
| | | | | | | Readahead fixed! Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti33x-psp 3.2: update to 3.2.5Koen Kooi2012-02-271-1/+1
| | | | | | | Runtime tested on a beaglebone A3 Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux 3.0: update to 3.0.17Koen Kooi2012-01-131-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* pandaboard: new machine config to support both omap4430 and omap4460 based ↵Koen Kooi2011-12-241-0/+25
| | | | | | pandaboards Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux 3.0: update to 3.0.14Koen Kooi2011-12-221-1/+1
| | | | | | Also make oprofile a module to workaround an oprofile bug highlighted in 3.0.13 Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-ti81xx-psp 2.6.37: update to match latest *SDKKoen Kooi2011-12-201-1/+1
| | | | | | | Boot Tested on DM8148 EVM Acked-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux 3.0: update to 3.0.12Koen Kooi2011-11-291-1/+1
| | | | | | The internal ethernet on the beagleboard is not affected by the 3.0.11 usb bug, but other usb devices might be. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux 3.0: update to 3.0.11Koen Kooi2011-11-281-1/+1
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Acked-by: Denys Dmytriyenko <denys@ti.com>
* linux 3.0: update to 3.0.10Koen Kooi2011-11-221-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-ti33x-psp 3.1: switch to beagleboard repoKoen Kooi2011-11-151-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux 3.0: update to 3.0.9Koen Kooi2011-11-121-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux 3.0: moved to 3.0.8Koen Kooi2011-11-011-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux 3.0: move to 3.0.7Koen Kooi2011-10-181-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* am335x-evm: add machine config with corresponding ti33x SOC_FAMILYDenys Dmytriyenko2011-10-171-0/+13
| | | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-3.0: disable prempt for beagleboardKoen Kooi2011-10-081-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux 3.0: rebase from 3.0.4 to 3.0.6Koen Kooi2011-10-081-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux 3.0: update to 3.0.4Koen Kooi2011-09-011-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-3.0: update to 3.0.3-stableKoen Kooi2011-08-171-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* omap3: bump MACHINE_KERNEL_PR for 3.0 -> 3.0.1 upgradeKoen Kooi2011-08-061-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* beagleboard: switch to 3.0 kernelKoen Kooi2011-07-261-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* remove tune files and use oe-core onesKoen Kooi2011-07-222-24/+0
| | | | | | This removes hardfp support temporarely, will get added to oe-core at a later point Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* machine files: start removing TARGET_ARCHKoen Kooi2011-07-224-4/+0
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-ti81xx-psp 2.6.37: move SRCREV back to the point where it matches the ↵Koen Kooi2011-07-071-1/+1
| | | | | | ..1.27 HDVPSS firmware Signed-off-by: Koen Kooi <k-kooi@ti.com>
* ti816x: fix uboot config nameKoen Kooi2011-07-041-1/+1
| | | | Signed-off-by: Koen Kooi <k-kooi@ti.com>
* pandaboard: move to L24.13 kernel, update machine config to matchKoen Kooi2011-06-221-1/+1
|
* add 814x and 816x machine configsKoen Kooi2011-06-162-0/+52
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-davinci: fix multi-kernel usageKoen Kooi2011-06-061-1/+1
| | | | | | Add cgroup and accept4() patches to L138 kernel Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* machine includes: move from meta-oeKoen Kooi2011-05-255-0/+65
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>