Changeset 1281 for trunk/platform/ixus300_sd4000/sub/100d/makefile.inc
- Timestamp:
- 08/07/11 18:37:51 (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/platform/ixus300_sd4000/sub/100d/makefile.inc
r1196 r1281 8 8 MEMISOSTART=0x14B394 # ROM:FF81014C 9 9 ROMBASEADDR=0xFF810000 # 0xFF810000 for S-, SD-, and G- series 10 11 # EXMEM 12 # http://chdk.setepontos.com/index.php?topic=5980.msg63834#msg63834 13 # 128MB RAM (0x80000000) 14 # s: 7bfffe0 e: 7ffffe0 f: 7d08a00 l: 7ff1efc c: 748800 15 MAXRAMADDR=0x7ffffff # ROM:FF88A424 0x48000000 - CAM_UNCACHED_BIT 0x40000000 = 0x80000000 - 1 16 EXMEM_BUFFER_SIZE=0x400000 # Amount of EXMEM memory to allocate for CHDK = 4MB 17 #EXMEM_BUFFER_SIZE=0x200000 # Amount of EXMEM memory to allocate for CHDK = 2MB 18 EXMEM_HEAP_SKIP=0x2F7600 # 0x8000000 (RAM) - 0x07D08A00 (Video Buffer Size) ~ 3MB 10 19 11 20 PLFLAGS=-DMEMBASEADDR=$(MEMBASEADDR) -DMEMISOSTART=$(MEMISOSTART) -DMEMISOSIZE=$(MEMISOSIZE)
Note: See TracChangeset
for help on using the changeset viewer.