| Revision 1800,
620 bytes
checked in by reyalp, 14 months ago
(diff) |
|
s100 - disable fi2, since it is reported to crash
|
-
Property svn:eol-style set to
LF
|
| Line | |
|---|
| 1 | # 0x3236 Found @ 0xfff40040 |
|---|
| 2 | PLATFORMID=12854 |
|---|
| 3 | |
|---|
| 4 | PLATFORMOS=dryos |
|---|
| 5 | |
|---|
| 6 | # address where wif or diskboot code will be loaded by camera |
|---|
| 7 | MEMBASEADDR=0x1900 |
|---|
| 8 | |
|---|
| 9 | # size of memory region for CHDK |
|---|
| 10 | RESTARTSTART=0x50000 |
|---|
| 11 | |
|---|
| 12 | # points to the start of the memory pool used by the firmware |
|---|
| 13 | MEMISOSTART=0x195D34 |
|---|
| 14 | |
|---|
| 15 | # start of firmware |
|---|
| 16 | ROMBASEADDR=0xFF000000 |
|---|
| 17 | |
|---|
| 18 | MAXRAMADDR = 0x0fffffff |
|---|
| 19 | |
|---|
| 20 | # Found @ 0xffff3b38 |
|---|
| 21 | NEED_ENCODED_DISKBOOT=7 |
|---|
| 22 | |
|---|
| 23 | PLFLAGS=-DMEMBASEADDR=$(MEMBASEADDR) -DMEMISOSTART=$(MEMISOSTART) -DMEMISOSIZE=$(MEMISOSIZE) |
|---|
| 24 | PLFLAGS+=-DRESTARTSTART=$(RESTARTSTART) |
|---|
| 25 | |
|---|
| 26 | #suppress FI2 since it doesn't work |
|---|
| 27 | override OPT_FI2= |
|---|
| 28 | # Found @ 0xffff3b28 |
|---|
| 29 | KEYSYS=d4c |
|---|
Note: See
TracBrowser
for help on using the repository browser.