forked from Imagelibrary/rtems
2005-11-03 Till Straumann <strauman@slac.stanford.edu>
* include/bsp.h: fixed misuse of _IO_BASE
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2005-11-03 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* include/bsp.h: fixed misuse of _IO_BASE
|
||||
|
||||
2005-11-03 straumanatslacdotstanforddotedu
|
||||
|
||||
* startup/linkcmds: Removed.
|
||||
|
||||
@@ -25,11 +25,11 @@
|
||||
#include <bsp/bspMvme5500.h>
|
||||
|
||||
/* fundamental addresses for this BSP (PREPxxx are from libcpu/io.h) */
|
||||
#define _IO_BASE GT64260_REG_BASE
|
||||
|
||||
/* PCI0 Domain I/O space */
|
||||
#define PCI0_IO_BASE 0xf0000000
|
||||
#define PCI1_IO_BASE 0xf0800000
|
||||
#define _IO_BASE PCI0_IO_BASE
|
||||
|
||||
/* PCI 0 memory space as seen from the CPU */
|
||||
#define PCI0_MEM_BASE 0x80000000
|
||||
|
||||
Reference in New Issue
Block a user