aboutsummaryrefslogtreecommitdiffstats
path: root/conf
AgeCommit message (Collapse)Author
2012-05-10linux-ti335x-psp 3.2: update to 3.2.16Koen Kooi
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>
2012-05-03beagleboard: switch to linux-mainline and drag in more modulesKoen Kooi
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>
2012-04-18omap4.inc: change to require tune-cortexa9.incDenys Dmytriyenko
As reported by Eric Bénard Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-04-18linux-ti33x-psp 3.2: rebase onto latest PSPKoen Kooi
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>
2012-04-18linux 3.0: update to 3.0.28Koen Kooi
Runtime tested on Angstrom/beagleboard-xM Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-04-10linux-ti335x-psp 3.2: fix 3.5" cape support, turn on CONFIG_AUDITKoen Kooi
* 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>
2012-04-10linux-ti335x-psp 3.2: update to 3.2.14Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-03-30linux-ti33x-psp 3.2: update to 3.2.13Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-03-30am335x-evm.conf: Add 'ubi' to IMAGE_FSTYPES, use '+=' in assignmentTom Rini
As per http://lists.linuxtogo.org/pipermail/openembedded-core/2012-March/020053.html a machine conf file should use '+=' to set IMAGE_FSTYPES. We also add the required MKUBIFS_ARGS / UBINIZE_ARGS. These are placed next to the line that sets us to use the PSP kernel tree and reference the TI wiki for the source of our info as well as dmesg / userland commands. Signed-off-by: Tom Rini <trini@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-03-30omap3evm.conf: Use '+=' not '?=' in IMAGE_FSTYPESTom Rini
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>
2012-03-30ti814x.inc: Use '+=' not '?=' in IMAGE_FSTYPESTom Rini
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>
2012-03-30am37x-evm.conf: Use '+=' not '?=' in IMAGE_FSTYPESTom Rini
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>
2012-03-22linux 3.0: update to 3.0.25Koen Kooi
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>
2012-03-19linux-ti335x-psp 3.2: update to v3.2.11Koen Kooi
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>
2012-03-05pandaboard: remove all traces of old 'omap4430-panda' machineKoen Kooi
It has been completely replaced with the 'pandaboard' machine config. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-03-05soc-family.inc: it's now in OE-Core, remove locallyDenys Dmytriyenko
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>
2012-03-05linux-omap4: update to 3.1.0 (latest ti-ubuntu branch)Koen Kooi
Boot tested on Pandaboard ES/Angstrom Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-03-04linux-ti33x-psp 3.2: update to 3.2.9 and add 2 patches from PSP treeKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-03-04SOC_FAMILY: add to MACHINE_OVERRIDES locallyKoen Kooi
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>
2012-03-01linux 3.0: update to 3.0.23Koen Kooi
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-02-29recipes: fix the remaining missing quotesDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-02-27linux 3.0: update from 3.0.17 to 3.0.22Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-02-27linux-ti335x-psp 3.2: update to 3.2.6Koen Kooi
Readahead fixed! Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-02-27linux-ti33x-psp 3.2: update to 3.2.5Koen Kooi
Runtime tested on a beaglebone A3 Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-01-13linux 3.0: update to 3.0.17Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-24pandaboard: new machine config to support both omap4430 and omap4460 based ↵Koen Kooi
pandaboards Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-22linux 3.0: update to 3.0.14Koen Kooi
Also make oprofile a module to workaround an oprofile bug highlighted in 3.0.13 Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-20linux-ti81xx-psp 2.6.37: update to match latest *SDKKoen Kooi
Boot Tested on DM8148 EVM Acked-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-29beagleboard: remove x-load from IMAGE_DEPENDS, we're SPL based nowKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-29linux 3.0: update to 3.0.12Koen Kooi
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>
2011-11-28linux 3.0: update to 3.0.11Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Acked-by: Denys Dmytriyenko <denys@ti.com>
2011-11-22linux 3.0: update to 3.0.10Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-15linux-ti33x-psp 3.1: switch to beagleboard repoKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-12linux 3.0: update to 3.0.9Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-01linux 3.0: moved to 3.0.8Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-18linux 3.0: move to 3.0.7Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-17beaglebone: move to linux-ti33x-psp kernelKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-17beaglebone: use proper SOC_FAMILYKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-17am335x-evm: fix XSERVER contentKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-17am335x-evm: add machine config with corresponding ti33x SOC_FAMILYDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-08add beaglebone machine configKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-08linux-3.0: disable prempt for beagleboardKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-08linux 3.0: rebase from 3.0.4 to 3.0.6Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-09-01linux 3.0: update to 3.0.4Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-17linux-3.0: update to 3.0.3-stableKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-16am180x-evm: add config for AM180x machineDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-06omap3: bump MACHINE_KERNEL_PR for 3.0 -> 3.0.1 upgradeKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-07-26beagleboard: switch to 3.0 kernelKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-07-22remove tune files and use oe-core onesKoen Kooi
This removes hardfp support temporarely, will get added to oe-core at a later point Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-07-22machine files: start removing TARGET_ARCHKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>