I am trying to bring a Falcon (MIPS 4121) BSP from 4.1 to 5.0.
Since the falcon is not officially supported anymore and I am normally not
doing any kernel work, I was wondering if somebody has done that before or
can help me a little with some fundamentals:-):

I read through the CE5 docu and it says "All MIPS platforms have been
migrated into one".
(no more NKMIPSIIb.lib for example).
Well - does that mean the I can use the mips NK.lib for my BSP?

Next there are tons of cool nice little libraries under
"\platform\common\lib\mipsii\"
But which ones to use for the 4121?

For example: One of the migration steps I have to do is to create the
OEMCacheRancheFlush function.
THe docu says I can simply use one form the common\libs directory ....but
which one to use?
There are
oal_cache.lib
oal_cache_mips.lib
oal_cache_mips32.lib
oal_cache_vr4131.lib (not exactly the same as my CPU but very close ... I
hope:-( )

This library confusion continues with "oal_intr...lib" and other libs...

I do have a 4.1 kernel but it does not expose all functions/methods/apis
that CE needs...

Does anybody have a good hint how I should start and what I should use?

Chris Muench
(Embedded MVP - but normally above the kernel:-))