Ignore:
Timestamp:
Sep 3, 2010, 3:57:30 PM (14 years ago)
Author:
simerabe
Message:

removing duplicate ring_signals_2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/platforms/caba-xxx-ccxcachemulti-mipsel/segmentation.h

    r3 r85  
    2121#define MMU
    2222
    23 #define RESET_BASE      0xBFC00000
     23#define RESET_BASE      0x00BFC00000
    2424#define RESET_SIZE      0x00010000
    2525
    26 #define EXCEP_BASE      0x80000080
     26#define EXCEP_BASE      0x0080000080
    2727#define EXCEP_SIZE      0x00010000
    2828
    29 #define TEXT_BASE       0x00400000
     29#define TEXT_BASE       0x0000400000
    3030#define TEXT_SIZE       0x00050000
    3131/////////////////////////////////////////////////////////////////
     
    3333/////////////////////////////////////////////////////////////////
    3434
    35 #define MC_M_BASE       0x10000000
     35#define MC_M_BASE       0x0010000000
    3636#define MC_M_SIZE       0x00100000
    3737
    38 /////////////////////////////////////////////////////////////////
    39 //      page table (initialised)
    40 /////////////////////////////////////////////////////////////////
    41 #define PTD_ADDR        0x40400000
    42 #define PTE_ADDR        0x40402000
    43 #define IPTE_ADDR       0x40403000
    44 #define TAB_SIZE        0x00010000
    45 
    46 #define V_TTY_BASE      0x00800000
    47 #define V_TIMER_BASE    0x00C00000      // timer virtual address
    4838//////////////////////////////////////////////////////////
    4939//      System devices
    5040///////////////////////////////////////////////////////////
    5141
    52 #define TTY_BASE        0xC0200000
     42#define TTY_BASE        0x00C0200000
    5343#define TTY_SIZE        0x00000100
    5444
    55 #define TIMER_BASE      0xD0200000
     45#define TIMER_BASE      0x00D0200000
    5646#define TIMER_SIZE      0x00000100
    5747
    58 #define LOCKS_BASE      0xE0200000
     48#define LOCKS_BASE      0x00E0200000
    5949#define LOCKS_SIZE      0x00000100
    6050
    61 #define C_PROC0_BASE    0x01200000
     51#define C_PROC0_BASE    0x0001200000
    6252#define C_PROC0_SIZE    0x00000010
    6353
    64 #define C_PROC1_BASE    0x02200000
     54#define C_PROC1_BASE    0x0002200000
    6555#define C_PROC1_SIZE    0x00000010
    6656
    67 #define C_PROC2_BASE    0x03200000
     57#define C_PROC2_BASE    0x0003200000
    6858#define C_PROC2_SIZE    0x00000010
    6959
    70 #define C_PROC3_BASE    0x04200000
     60#define C_PROC3_BASE    0x0004200000
    7161#define C_PROC3_SIZE    0x00000010
    7262
    73 #define C_MC_M_BASE     0x00200000
    74 #define C_MC_M_SIZE     0x00000008
    75 
    76 #define XRAM_BASE       0xB0200000
    77 #define XRAM_SIZE       0x00000008
    78 
    79 #define MC_R_BASE       0x20200000
    80 #define MC_R_SIZE       0x00000008
    8163
    8264#define CLEANUP_OFFSET  0x20200000
Note: See TracChangeset for help on using the changeset viewer.