From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stuart Adams To: ecos-discuss@cygnus.com Subject: Re: Cache and MMU support for PowerPC Date: Wed, 04 Nov 1998 14:35:00 -0000 Message-id: <3640AEAB.15DFD164@brightstareng.com> References: <3640A0CC.1B964D74@microplex.com> X-SW-Source: 1998/msg00001.html > I've gone through the on-line information but am still > wondering if the PowerPC version of eCos includes > support for the MPC860's cache and MMU. Can anyone > save me from pouring through the code to determine if > it does? Not yet, here is the comment in hal_cache.h // FIXME: // The revision A.2 MPC860 might do all sorts of horrible things to // the cache contents in a few specific (and unlikely) // situations. However, as I don't feel like being bitten by these, // leave caches disabled at all times. Also, the MMU needs to be enabled for the cache's to work and I don't see code for that. It's going to be board dependent anyway. Also, once you enable the cache there are additional issues with dealing with the CPM to do I/O. -- Stuart