2005-11-03 Till Straumann <strauman@slac.stanford.edu>

* include/bsp.h: fixed misuse of _IO_BASE
This commit is contained in:
Till Straumann
2005-11-04 03:31:10 +00:00
parent 0de2f239e0
commit cca228636c
2 changed files with 5 additions and 1 deletions

View File

@@ -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.

View File

@@ -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