summaryrefslogtreecommitdiff
path: root/firmware/target/arm/imx31/sdma_script_code.h (follow)
Commit message (Collapse)AuthorAge
* Some static data is only used by .init functions. Add .initdata to declare ↵Michael Sevakis2011-01-08
| | | | | | such data (otherwise section conflicts arise). For i.MX31, use INITDATA_ATTR in the appropriate places. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29008 a1c6a512-1295-4272-9138-f99709370657
* i.MX31: Only include the SDMA code that will be used on the target. Simplify ↵Michael Sevakis2010-06-30
| | | | | | the script selection. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27189 a1c6a512-1295-4272-9138-f99709370657
* Fix tabsAndree Buschmann2010-01-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24153 a1c6a512-1295-4272-9138-f99709370657
* Gigabeat S: Place SDMA code load address starting in uninitialized section ↵Michael Sevakis2009-02-10
| | | | | | address and copy it to the plugin buffer since it only needed very early in initialization. Will save about 6K in RAM. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19963 a1c6a512-1295-4272-9138-f99709370657
* Gigabeat S: Implement an SDMA API and use it in the PCM driver. Some other ↵Michael Sevakis2009-02-08
miscellaneous adjustments to recording and PCM buffer to accomodate use of physical addresses and cache coherency. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19949 a1c6a512-1295-4272-9138-f99709370657