| Revision 794,
360 bytes
checked in by reyalp, 4 years ago
(diff) |
|
update dancingbits to support multiple multiple diskboot formats.
NEED_ENCODED_DISKBOOT in platform/<camera>/sub/<firm>/makefile.inc must now be a number that specifies the encoding version. Existing ports which set NEED_ENCODED_DISKBOOT must use 1. Cameras like the SX200 use 2.
Discussion http://chdk.setepontos.com/index.php/topic,4095.0.html
|
-
Property svn:eol-style set to
LF
|
| Line | |
|---|
| 1 | #0x3184 |
|---|
| 2 | PLATFORMID=12676 |
|---|
| 3 | |
|---|
| 4 | PLATFORMOS=dryos |
|---|
| 5 | |
|---|
| 6 | MEMBASEADDR=0x1900 |
|---|
| 7 | RESTARTSTART=0x60000 |
|---|
| 8 | |
|---|
| 9 | MEMISOSTART= 0xbff60 |
|---|
| 10 | |
|---|
| 11 | ROMBASEADDR=0xff810000 |
|---|
| 12 | |
|---|
| 13 | |
|---|
| 14 | PLFLAGS=-DMEMBASEADDR=$(MEMBASEADDR) -DMEMISOSTART=$(MEMISOSTART) -DMEMISOSIZE=$(MEMISOSIZE) |
|---|
| 15 | PLFLAGS+=-DRESTARTSTART=$(RESTARTSTART) |
|---|
| 16 | |
|---|
| 17 | NEED_ENCODED_DISKBOOT=1 |
|---|
| 18 | KEYSYS=d3enc |
|---|
| 19 | ifdef OPT_FI2 |
|---|
| 20 | include $(topdir)platform/fi2.inc |
|---|
| 21 | endif |
|---|
| 22 | |
|---|
| 23 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.