Changeset cca22863 in rtems
- Timestamp:
- Nov 4, 2005, 3:31:10 AM (14 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, master
- Children:
- 98afe31
- Parents:
- 0de2f239
- Location:
- c/src/lib/libbsp/powerpc/mvme5500
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/powerpc/mvme5500/ChangeLog
r0de2f239 rcca22863 1 2005-11-03 Till Straumann <strauman@slac.stanford.edu> 2 3 * include/bsp.h: fixed misuse of _IO_BASE 4 1 5 2005-11-03 straumanatslacdotstanforddotedu 2 6 -
c/src/lib/libbsp/powerpc/mvme5500/include/bsp.h
r0de2f239 rcca22863 26 26 27 27 /* fundamental addresses for this BSP (PREPxxx are from libcpu/io.h) */ 28 #define _IO_BASE GT64260_REG_BASE29 28 30 29 /* PCI0 Domain I/O space */ 31 30 #define PCI0_IO_BASE 0xf0000000 32 31 #define PCI1_IO_BASE 0xf0800000 32 #define _IO_BASE PCI0_IO_BASE 33 33 34 34 /* PCI 0 memory space as seen from the CPU */
Note: See TracChangeset
for help on using the changeset viewer.