Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
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 |