source: branches/v4/platforms/tsarv4_mono_mmu_ioc/segmentation.h @ 636

Last change on this file since 636 was 636, checked in by porquet, 10 years ago

use vci_icu and vci_timer instead of vci_xicu

File size: 531 bytes
RevLine 
[410]1#ifndef _SEGMENTATION_H
2#define _SEGMENTATION_H
3
[636]4#define MEMC_BASE   0x00000000
5#define MEMC_SIZE   0x10000000 // 256Mb
[410]6
[636]7#define BOOT_BASE   0xbfc00000
8#define BOOT_SIZE   0x00040000
[410]9
[636]10#define ICU_BASE    0x10000000
11#define ICU_SIZE    0x00000014 // 5 mapped-registers
[410]12
[636]13#define MTTY_BASE   0x14000000
14#define MTTY_SIZE   0x0000000c // 3 mapped-registers
[410]15
[636]16#define TIMER_BASE  0x18000000
17#define TIMER_SIZE  0x00000010 // 4 mapped-registers
[410]18
[636]19#define BD_BASE     0x1c000000
20#define BD_SIZE     0x00000020 // 8 mapped-registers
[410]21
22#endif
Note: See TracBrowser for help on using the repository browser.