summaryrefslogtreecommitdiffstats
path: root/firmware/load_code.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-17Commit to certain names for cache coherency APIs and discard the aliases.Michael Sevakis1-2/+1
2011-02-09Disable buffering codecs (and code generally) on RaaA.Thomas Martitz1-9/+11
2010-12-06Get rid of get_user_file_path and do the path handling in wrappers for open()...Thomas Martitz1-4/+2
2010-09-09Extend lc_open() to also being able to load overlay plugins.Thomas Martitz1-10/+49
2010-08-27Use system headers a bit more: use host's fcntl.h for O_RDONLY etc.Thomas Martitz1-5/+3
2010-08-272nd try: Introduce a small api for loading code (codecs,plugins) from disk/me...Thomas Martitz1-0/+165
2010-08-27Revert "Introduce a small api for loading code (codecs,plugins) from disk/mem...Thomas Martitz1-165/+0
2010-08-26Introduce a small api for loading code (codecs,plugins) from disk/memory.Thomas Martitz1-0/+165