forked from Imagelibrary/rtems
Indicate that it's ok to use decoupled cycles to access
on-board memory from VME.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2006-06-19 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* shared/vme/vmeconfig.c: Indicate that it's ok to
|
||||
use decoupled cycles to access on-board memory from
|
||||
VME.
|
||||
|
||||
2006-06-19 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* shared/vme/vme_universe.c: Only set/access the
|
||||
|
||||
@@ -64,10 +64,12 @@ __BSP_default_vme_config(void)
|
||||
0x00010000);
|
||||
|
||||
#ifdef _VME_DRAM_OFFSET
|
||||
/* map our memory to VME */
|
||||
/* map our memory to VME giving the driver a hint that it's ordinary memory
|
||||
* so they can enable decoupled cycles which should give better performance...
|
||||
*/
|
||||
BSP_VMEInboundPortCfg(
|
||||
0,
|
||||
VME_AM_EXT_SUP_DATA,
|
||||
VME_AM_EXT_SUP_DATA | VME_AM_IS_MEMORY,
|
||||
_VME_DRAM_OFFSET,
|
||||
PCI_DRAM_OFFSET,
|
||||
BSP_mem_size);
|
||||
|
||||
Reference in New Issue
Block a user