Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2009-02-21 | dsplink: Added class device create support to dsplink to allow udev to ↵ | Roger Monk | 7 | |
create the device node. * Removed awk/manual devnode creation/deletion from load/unload scripts. * Bump PR Signed-off-by: Koen Kooi <koen@openembedded.org> | ||||
2009-02-20 | codec-engine: Added SDMA linuxutils build and package, minor DSPLINK DIRSEP fix | Roger Monk | 2 | |
Signed-off-by: Koen Kooi <koen@openembedded.org> | ||||
2009-02-20 | codec-engine: Added-scripts for loading/unloading modules for running ↵ | Roger Monk | 6 | |
dsplink/ce/dmai test apps Signed-off-by: Koen Kooi <koen@openembedded.org> | ||||
2009-02-18 | dmai: remove xdc hack | Roger Monk | 1 | |
2009-02-18 | codec-engine: fix lpm build and clean up old files | Roger Monk | 12 | |
2009-02-17 | dmai: add patch to unbreak xdc | Roger Monk | 1 | |
2009-02-13 | dmai 1.20: more fixes | Diego Dompe | 1 | |
gstreamer-ti: adapt SRCREV to match dmai fixes | ||||
2009-02-13 | dsplink: add dmai 1.20 support | Diego Dompe | 6 | |
linux-omap 2.6.28: add patch for ISP resizer, needed for dmai | ||||
2009-02-13 | dsplink: massive build cleanup and improvements. readme.txt added | Roger Monk | 3 | |
2008-12-12 | dsplink: fix user side build | Roger Monk | 2 | |
2008-12-11 | dsplink: use KBUILD infrastructure | Koen Kooi | 1 | |
2008-12-11 | ti-cmemk-module: add tweak to build against post header move kernel | Koen Kooi | 1 | |
2008-11-19 | dsplink: add a dsplink-module recipe that uses Kbuild to build a kernel module | Koen Kooi | 1 | |
* also start transitioning monolithis recipe to build kernel parts as seperate recipes | ||||
2008-11-16 | dsplink: remove obsolete files | Koen Kooi | 5 | |
2008-10-30 | ti-cmemk-module, codec-engine: add patch to fix builds with >=2.6.26 and ↵ | Koen Kooi | 1 | |
class_device_* API change | ||||
2008-10-23 | dsp-link, codec-engine: move some stuff to inc files, clean up makefile, etc | Koen Kooi | 1 | |
2008-10-22 | dsplink: overhaul buildsystem | Koen Kooi | 2 | |
* 1.60 builds, needs tweaks to actually run * you can't have a '.' in your pwd, it upsets the javascript config util, hence the fragile PV and PR munging * needs to use gcc-cross-kernel instead of regular gcc * pretty hardcoded to omap, but that should get fixed soon | ||||
2008-10-15 | mtn2git: remove .mtn2git_empty files in non-empty directories | Jan Luebbe | 1 | |
2008-07-31 | codec-engine: stop installing ticel-config | Koen Kooi | 1 | |
2008-07-30 | dsplink: use 128mb patch for beagle as well | Koen Kooi | 1 | |
codec-engine: more tweaks | ||||
2008-07-30 | dsplink : Commit work in progress. | Philip Balister | 2 | |
* Add support for SFFSDR board with 128M of ram * Build more DSP/ARM transfer methods * Install dsp samples in /usr/share/dsplink | ||||
2008-07-22 | codec-engine: add neuros helper script | Koen Kooi | 1 | |
2008-07-16 | codec-engine: hook into TI xdc and dsp toolchains | Koen Kooi | 1 | |
2008-07-16 | dsplink: remove some trailing spaces | Koen Kooi | 2 | |
2008-07-16 | dsplink: add glue to hook in TI dspbios and TI c64x compiler trees into the ↵ | Koen Kooi | 1 | |
build * The user needs to obtain dspbios and cgtools on its own and override the TI*DIR vars in local.conf to point to the correct location, default is /OE/TI | ||||
2008-07-11 | dsplink: create an 'openembedded' distro for dsplink, update kernel flags | Koen Kooi | 1 | |
2008-07-11 | dsplink: attempt to fix kernel architecture flags. | Koen Kooi | 1 | |
before: vermagic: 2.6.26-rc9-omap1 mod_unload modversions ARMv5 after: vermagic: 2.6.26-rc9-omap1 mod_unload modversions ARMv7 Still not loading on omap3, though | ||||
2008-07-03 | dsplink: add -include linux/autoconf.h to the kernel cflags, obsoleting ↵ | Koen Kooi | 1 | |
patches adding #includes for that | ||||
2008-06-29 | dsplink: more sed magic | Koen Kooi | 1 | |
2008-06-22 | dsplink: more tweaks for Omap | Koen Kooi | 1 | |
2008-06-22 | dsplink: enhance patches to build against more kernels | Koen Kooi | 1 | |
2008-05-24 | dsplink : More build fixes. bb file builds without errors at this point. | Philip Balister | 1 | |
More work needed. | ||||
2008-05-15 | dsplink: get first part to build, need to sort out more includes, since ↵ | Koen Kooi | 2 | |
someone though it would be a good idea to (not) pass includes using gcc instead of using #include <foo> in the source file | ||||
2008-05-15 | dsplink: make files generic and use sed to make it more specific | Koen Kooi | 4 | |
* sed is awesome * in the future machines can set vars to control the sed'ing, e.g. DSPTYPE=davinci,DSPARCH=c64x |