forked from Imagelibrary/rtems
2007-09-05 Daniel Hellstrom <daniel@gaisler.com>
* include/bsp.h: LEON2 and LEON3 Data cache snooping detection on startup, for drivers. (LEON2,3 are configurable processors, they can be with or without DCache snooping. Caches without snooping needs the drivers to flush cache or use the sparc instruction lda to force cache miss...)
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
2007-09-05 Daniel Hellstrom <daniel@gaisler.com>
|
||||
|
||||
* include/bsp.h: LEON2 and LEON3 Data cache snooping detection on
|
||||
startup, for drivers. (LEON2,3 are configurable processors, they can
|
||||
be with or without DCache snooping. Caches without snooping needs the
|
||||
drivers to flush cache or use the sparc instruction lda to force
|
||||
cache miss...)
|
||||
|
||||
2007-09-05 Daniel Hellstrom <daniel@gaisler.com>
|
||||
|
||||
* Makefile.am, preinstall.am: LEON3 AMBA PnP bus scanning moved to
|
||||
|
||||
@@ -68,6 +68,8 @@ extern int rtems_smc91111_driver_attach_leon2(struct rtems_bsdnet_ifconfig *conf
|
||||
extern void Clock_delay(uint32_t microseconds);
|
||||
|
||||
#define delay( microseconds ) Clock_delay(microseconds)
|
||||
extern int CPU_SPARC_HAS_SNOOPING;
|
||||
|
||||
|
||||
/* Constants */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user