source: trunk/platform/ixus300_sd4000/sub/100d/makefile.inc @ 1196

Revision 1196, 714 bytes checked in by pixeldoc2000, 2 years ago (diff)

ixus300 sd4000 100d port added based on http://github.com/pixeldoc2000/chdk/commits/ixus300_sd4000_beta_v11 (disabled in Makefile)

Line 
1#0x31F7
2PLATFORMID=12791
3
4PLATFORMOS=dryos
5
6MEMBASEADDR=0x1900    # address where wif or diskboot code will be loaded by camera, ROM:FF810134
7RESTARTSTART=0x50000   # size of memory region for CHDK
8MEMISOSTART=0x14B394    # ROM:FF81014C
9ROMBASEADDR=0xFF810000    # 0xFF810000 for S-, SD-, and G- series
10
11PLFLAGS=-DMEMBASEADDR=$(MEMBASEADDR) -DMEMISOSTART=$(MEMISOSTART) -DMEMISOSIZE=$(MEMISOSIZE)
12PLFLAGS+=-DRESTARTSTART=$(RESTARTSTART)
13
14# type of diskboot encoding: undefined = none; 1 = original; 2 = sx200, d10; 3 = ixus200...
15# Dancing Bits
16NEED_ENCODED_DISKBOOT=4
17
18# FIR (requires correct keys in platform/fi2.inc)
19# FI2KEY: ROM:FFFF366C , Offset: 0x7E366C
20# FI2IV: ROM:FFC15130 , Offset: 0x405130
21KEYSYS=d4a
Note: See TracBrowser for help on using the repository browser.