source: rtems/c/src/lib/libbsp/powerpc/shared/vme/VMEConfig.h @ f05b2ac

4.104.114.84.95
Last change on this file since f05b2ac was 6128a4a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/21/04 at 10:43:04

Remove stray white spaces.

  • Property mode set to 100644
File size: 709 bytes
Line 
1#ifndef RTEMS_BSP_VME_CONFIG_H
2#define RTEMS_BSP_VME_CONFIG_H
3/* $Id$ */
4
5/* BSP specific address space configuration parameters */
6
7/*
8 * The BSP maps VME address ranges into
9 * one BAT.
10 * NOTE: the BSP (startup/bspstart.c) uses
11 * hardcoded window lengths that match this
12 * layout:
13 */
14#define _VME_A32_WIN0_ON_PCI    0x10000000
15#define _VME_A24_ON_PCI                 0x1f000000
16#define _VME_A16_ON_PCI                 0x1fff0000
17
18/* start of the A32 window on the VME bus
19 * TODO: this should perhaps be a configuration option
20 */
21#define _VME_A32_WIN0_ON_VME    0x20000000
22
23/* if _VME_DRAM_OFFSET is defined, the BSP
24 * will map our RAM onto the VME bus, starting
25 * at _VME_DRAM_OFFSET
26 */
27#define _VME_DRAM_OFFSET                0xc0000000
28
29#endif
Note: See TracBrowser for help on using the repository browser.