Altera_Forum
Honored Contributor
20 years agoSelective Cache Enable/Disable support
Hi,
Does NIOSII processor support selective caching of the entire system-address space. For example in system address space we have the SDRAM, and all other addressable-peripherals. Whenever any peripheral region is addressed by registers the s/w does not expect processor to read data from cache instead directly from regs for latest update. And in Linux we use the request_io_region() with cache support disabled for those memory ranges, however the processor has to support cache disable for specific regions of memory right ? --- Quote Start --- If my understanding is correct most linux drivers wont work if it would disable-cache for peripheral addressable register ? Am i Correct ?