summaryrefslogtreecommitdiff
path: root/packages/dsplink/files
AgeCommit message (Collapse)AuthorFiles
2008-12-12dsplink: fix user side buildRoger Monk2
2008-12-11dsplink: use KBUILD infrastructureKoen Kooi1
2008-12-11ti-cmemk-module: add tweak to build against post header move kernelKoen Kooi1
2008-11-19dsplink: add a dsplink-module recipe that uses Kbuild to build a kernel moduleKoen Kooi1
* also start transitioning monolithis recipe to build kernel parts as seperate recipes
2008-11-16dsplink: remove obsolete filesKoen Kooi5
2008-10-30ti-cmemk-module, codec-engine: add patch to fix builds with >=2.6.26 and ↵Koen Kooi1
class_device_* API change
2008-10-23dsp-link, codec-engine: move some stuff to inc files, clean up makefile, etcKoen Kooi1
2008-10-22dsplink: overhaul buildsystemKoen Kooi2
* 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-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe1
2008-07-31codec-engine: stop installing ticel-configKoen Kooi1
2008-07-30dsplink: use 128mb patch for beagle as wellKoen Kooi1
codec-engine: more tweaks
2008-07-30dsplink : Commit work in progress.Philip Balister2
* Add support for SFFSDR board with 128M of ram * Build more DSP/ARM transfer methods * Install dsp samples in /usr/share/dsplink
2008-07-22codec-engine: add neuros helper scriptKoen Kooi1
2008-07-16codec-engine: hook into TI xdc and dsp toolchainsKoen Kooi1
2008-07-16dsplink: remove some trailing spacesKoen Kooi2
2008-07-16dsplink: add glue to hook in TI dspbios and TI c64x compiler trees into the ↵Koen Kooi1
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-11dsplink: create an 'openembedded' distro for dsplink, update kernel flagsKoen Kooi1
2008-07-11dsplink: attempt to fix kernel architecture flags.Koen Kooi1
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-03dsplink: add -include linux/autoconf.h to the kernel cflags, obsoleting ↵Koen Kooi1
patches adding #includes for that
2008-06-29dsplink: more sed magicKoen Kooi1
2008-06-22dsplink: more tweaks for OmapKoen Kooi1
2008-06-22dsplink: enhance patches to build against more kernelsKoen Kooi1
2008-05-24dsplink : More build fixes. bb file builds without errors at this point.Philip Balister1
More work needed.
2008-05-15dsplink: get first part to build, need to sort out more includes, since ↵Koen Kooi2
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-15dsplink: make files generic and use sed to make it more specificKoen Kooi4
* sed is awesome * in the future machines can set vars to control the sed'ing, e.g. DSPTYPE=davinci,DSPARCH=c64x