source:
branches/v4/platforms/tsarv4_mono_mmu_ioc/segmentation.h
@
415
| Last change on this file since 415 was 414, checked in by , 13 years ago | |
|---|---|
| File size: 410 bytes | |
| Line | |
|---|---|
| 1 | #ifndef _SEGMENTATION_H |
| 2 | #define _SEGMENTATION_H |
| 3 | |
| 4 | #define MEMC_BASE 0x00000000 |
| 5 | #define MEMC_SIZE 0x10000000 |
| 6 | |
| 7 | #define BOOT_BASE 0xbfc00000 |
| 8 | #define BOOT_SIZE 0x00040000 |
| 9 | |
| 10 | #define EXIT_BASE 0x10000000 |
| 11 | #define EXIT_SIZE 0x00000010 |
| 12 | |
| 13 | #define MTTY_BASE 0x20000000 |
| 14 | #define MTTY_SIZE 0x00000010 |
| 15 | |
| 16 | #define XICU_BASE 0x30000000 |
| 17 | #define XICU_SIZE 0x00001000 |
| 18 | |
| 19 | #define IOBD_BASE 0x40000000 |
| 20 | #define IOBD_SIZE 0x00000020 |
| 21 | |
| 22 | #endif |
Note: See TracBrowser
for help on using the repository browser.
