| Line | |
|---|
| 1 | #0x31F7 |
|---|
| 2 | PLATFORMID=12791 |
|---|
| 3 | |
|---|
| 4 | PLATFORMOS=dryos |
|---|
| 5 | |
|---|
| 6 | MEMBASEADDR=0x1900 # address where wif or diskboot code will be loaded by camera, ROM:FF810134 |
|---|
| 7 | RESTARTSTART=0x50000 # size of memory region for CHDK |
|---|
| 8 | MEMISOSTART=0x14B394 # ROM:FF81014C |
|---|
| 9 | ROMBASEADDR=0xFF810000 # 0xFF810000 for S-, SD-, and G- series |
|---|
| 10 | |
|---|
| 11 | PLFLAGS=-DMEMBASEADDR=$(MEMBASEADDR) -DMEMISOSTART=$(MEMISOSTART) -DMEMISOSIZE=$(MEMISOSIZE) |
|---|
| 12 | PLFLAGS+=-DRESTARTSTART=$(RESTARTSTART) |
|---|
| 13 | |
|---|
| 14 | # type of diskboot encoding: undefined = none; 1 = original; 2 = sx200, d10; 3 = ixus200... |
|---|
| 15 | # Dancing Bits |
|---|
| 16 | NEED_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 |
|---|
| 21 | KEYSYS=d4a |
|---|
Note: See
TracBrowser
for help on using the repository browser.