1234567891011121314151617181920212223242526272829303132 |
- #ifndef _DRV_RESERV_MMAP_131_H_
- #define _DRV_RESERV_MMAP_131_H_
- #if (CONFIG_DRAMSIZE == 64 ) //8503
- /* please fill reserve memory size here */
- #define RMEM_START_ADDR RMEM_MPEG_START_ADDR-RMEM_DTV_VBV-RMEM_DTV_VIP-RMEM_BLT-ADD_OSD_COMPRESS_SIZE-RMEM_DTV_OSDLIB-RMEM_DTV_AUDIO
-
- #define RMEM_MPEG_START_ADDR 0x02200000 //Need 2MB align
- #define RMEM_BLT 0x00270000
- #define RMEM_VIP 0x003c0000
- #define RMEM_VBV 0x00400000
- #define RMEM_MIR 0x00000000
- #define RMEM_MPEG 0x01a96000
- #define RMEM_DEMOD 0x00000000
- #define RMEM_PVR 0x00000000
- #define RMEM_POOL 0x00000000
- #define RMEM_RUNAV 0x00000000
- #define RMEM_DIO 0x00000000
- #define RMEM_RMRTEST 0x00000000
- #ifdef CONFIG_SUPPORT_USB_MCAST
- #define RMEM_NETRUNAV 0x00600000 //reduce to memory pool 6MB
- #endif
- #ifdef CONFIG_AUDIO_16_BIT_MEMORY
- #define RMEM_AUDIO 0x0013e000
- #else
- #define RMEM_AUDIO 0x001a4000 //0x00152000
- #endif
-
- #endif
- #endif // _DRV_RESERV_MMAP_131_H_
|