State of blobs in FreeCalypso firmware======================================FC Tourmaline is almost completely deblobbed. Only the following very smallcomponents exist in the form of blobs (prebuilt binary objects for which wehave no exact corresponding source) in the standard Tourmaline build:* OSL and OSX glue components of GPF: 14992 bytes of code* TMS470 compiler's RTS library (libc/libgcc equivalent): 13152 bytes of codeFor OSL and OSX we do have reconstructed C code written based on disassembly ofthe blobs, but I (Mother Mychaela) do not consider the current state of this Creconstruction to be fit for production use - hence standard Tourmaline fwbuilds use blob versions of these components. However, our configuration andbuild system gives you the freedom to select which version of each componentyou would rather use; the selection is made with Bourne shell config variableson the configure.sh invokation line:OSL=0 use the blob version of OSLOSL=1 use the reconstructed C version of OSLOSX=0 use the blob version of OSXOSX=1 use the reconstructed C version of OSXThe current default is OSL=0 and OSX=0.RTS library===========We do have source code for some versions of the TMS470 compiler's RTS library,but they may not be exactly corresponding to the blob version from TCS211 whichwe are using. This area is deemed to be such a low priority that no realinvestigation has been done yet.