source: trunk/platform/s100/sub/101a/makefile.inc @ 1792

Revision 1792, 566 bytes checked in by philmoz, 14 months ago (diff)

Add S100 firmware versions 1.00d, 1.00e and 1.01a from c10ud.
http://chdk.setepontos.com/index.php?topic=650.msg83736#msg83736

  • Property svn:eol-style set to LF
Line 
1# 0x3236 Found @ 0xfff40040
2PLATFORMID=12854
3
4PLATFORMOS=dryos
5
6# address where wif or diskboot code will be loaded by camera
7MEMBASEADDR=0x1900
8
9# size of memory region for CHDK
10RESTARTSTART=0x50000
11
12# points to the start of the memory pool used by the firmware
13MEMISOSTART=0x195D34
14
15# start of firmware
16ROMBASEADDR=0xFF000000
17
18MAXRAMADDR = 0x0fffffff
19
20# Found @ 0xffff3b38
21NEED_ENCODED_DISKBOOT=7
22
23PLFLAGS=-DMEMBASEADDR=$(MEMBASEADDR) -DMEMISOSTART=$(MEMISOSTART) -DMEMISOSIZE=$(MEMISOSIZE)
24PLFLAGS+=-DRESTARTSTART=$(RESTARTSTART)
25
26# Found @ 0xffff3b28
27KEYSYS=d4c
Note: See TracBrowser for help on using the repository browser.