- Timestamp:
- Sep 3, 2010, 3:57:30 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/platforms/caba-xxx-ccxcachemulti-mipsel/segmentation.h
r3 r85 21 21 #define MMU 22 22 23 #define RESET_BASE 0x BFC0000023 #define RESET_BASE 0x00BFC00000 24 24 #define RESET_SIZE 0x00010000 25 25 26 #define EXCEP_BASE 0x 8000008026 #define EXCEP_BASE 0x0080000080 27 27 #define EXCEP_SIZE 0x00010000 28 28 29 #define TEXT_BASE 0x00 40000029 #define TEXT_BASE 0x0000400000 30 30 #define TEXT_SIZE 0x00050000 31 31 ///////////////////////////////////////////////////////////////// … … 33 33 ///////////////////////////////////////////////////////////////// 34 34 35 #define MC_M_BASE 0x 1000000035 #define MC_M_BASE 0x0010000000 36 36 #define MC_M_SIZE 0x00100000 37 37 38 /////////////////////////////////////////////////////////////////39 // page table (initialised)40 /////////////////////////////////////////////////////////////////41 #define PTD_ADDR 0x4040000042 #define PTE_ADDR 0x4040200043 #define IPTE_ADDR 0x4040300044 #define TAB_SIZE 0x0001000045 46 #define V_TTY_BASE 0x0080000047 #define V_TIMER_BASE 0x00C00000 // timer virtual address48 38 ////////////////////////////////////////////////////////// 49 39 // System devices 50 40 /////////////////////////////////////////////////////////// 51 41 52 #define TTY_BASE 0x C020000042 #define TTY_BASE 0x00C0200000 53 43 #define TTY_SIZE 0x00000100 54 44 55 #define TIMER_BASE 0x D020000045 #define TIMER_BASE 0x00D0200000 56 46 #define TIMER_SIZE 0x00000100 57 47 58 #define LOCKS_BASE 0x E020000048 #define LOCKS_BASE 0x00E0200000 59 49 #define LOCKS_SIZE 0x00000100 60 50 61 #define C_PROC0_BASE 0x0 120000051 #define C_PROC0_BASE 0x0001200000 62 52 #define C_PROC0_SIZE 0x00000010 63 53 64 #define C_PROC1_BASE 0x0 220000054 #define C_PROC1_BASE 0x0002200000 65 55 #define C_PROC1_SIZE 0x00000010 66 56 67 #define C_PROC2_BASE 0x0 320000057 #define C_PROC2_BASE 0x0003200000 68 58 #define C_PROC2_SIZE 0x00000010 69 59 70 #define C_PROC3_BASE 0x0 420000060 #define C_PROC3_BASE 0x0004200000 71 61 #define C_PROC3_SIZE 0x00000010 72 62 73 #define C_MC_M_BASE 0x0020000074 #define C_MC_M_SIZE 0x0000000875 76 #define XRAM_BASE 0xB020000077 #define XRAM_SIZE 0x0000000878 79 #define MC_R_BASE 0x2020000080 #define MC_R_SIZE 0x0000000881 63 82 64 #define CLEANUP_OFFSET 0x20200000
Note: See TracChangeset
for help on using the changeset viewer.