Hi All,
I am using u-boot for booting Nucleus on our MIPS 4KC processor.

In u-boot code, when we give 'bootelf' command, it load all sections
one by one and then do flus_cache for that section. (though
flush_cache() function is empty).
And in the last before jumping to start location it disable the caches
using dcache_disable().

My question here is why cache is tried to flushed and disabled before
jumping into start location?
And what if new OS do not touches the cache configuration at all?

thanks,
Chetan Nanda

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users

Reply via email to