summaryrefslogtreecommitdiff
path: root/rtl-rap.h (follow)
AgeCommit message (Collapse)Author
2013-01-12Add format signatures. Add find files.Chris Johns
Add a format signature so loaded files can be managed by format type. Move the find file code to a common routine to allow reuse.
2012-11-29RAP file support.Chris Johns
This is the initial addition of support for LZ77 RTEMS applications in the RAP format. The change add support for different formats to the loader. Each format type is asked to check the file being loading and if it matches the format's loader is called to load the file. Support has been added to stream LZ77 files via the object file cache.