Ignore:
Timestamp:
Feb 20, 2014, 5:05:48 PM (10 years ago)
Author:
porquet
Message:

use vci_icu and vci_timer instead of vci_xicu

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/v4/platforms/tsarv4_mono_mmu_ioc/segmentation.h

    r418 r636  
    22#define _SEGMENTATION_H
    33
    4 #define MEMC_BASE 0x00000000
    5 #define MEMC_SIZE 0x10000000 // 256Mb
     4#define MEMC_BASE   0x00000000
     5#define MEMC_SIZE   0x10000000 // 256Mb
    66
    7 #define BOOT_BASE 0xbfc00000
    8 #define BOOT_SIZE 0x00040000
     7#define BOOT_BASE   0xbfc00000
     8#define BOOT_SIZE   0x00040000
    99
    10 #define EXIT_BASE 0x10000000
    11 #define EXIT_SIZE 0x00000010
     10#define ICU_BASE    0x10000000
     11#define ICU_SIZE    0x00000014 // 5 mapped-registers
    1212
    13 #define MTTY_BASE 0x20000000
    14 #define MTTY_SIZE 0x00000010
     13#define MTTY_BASE   0x14000000
     14#define MTTY_SIZE   0x0000000c // 3 mapped-registers
    1515
    16 #define XICU_BASE 0x30000000
    17 #define XICU_SIZE 0x00001000
     16#define TIMER_BASE  0x18000000
     17#define TIMER_SIZE  0x00000010 // 4 mapped-registers
    1818
    19 #define IOBD_BASE 0x40000000
    20 #define IOBD_SIZE 0x00000020
     19#define BD_BASE     0x1c000000
     20#define BD_SIZE     0x00000020 // 8 mapped-registers
    2121
    2222#endif
Note: See TracChangeset for help on using the changeset viewer.