Changeset 1717
- Timestamp:
- 03/09/12 06:01:51 (15 months ago)
- Location:
- branches/release-1_0/platform/ixus220_elph300hs/sub
- Files:
-
- 12 edited
-
100c/lib.c (modified) (1 diff)
-
100c/stubs_entry.S (modified) (1 diff)
-
100c/stubs_min.S (modified) (1 diff)
-
101a/lib.c (modified) (1 diff)
-
101a/stubs_entry.S (modified) (1 diff)
-
101a/stubs_min.S (modified) (1 diff)
-
101c/lib.c (modified) (1 diff)
-
101c/stubs_entry.S (modified) (1 diff)
-
101c/stubs_min.S (modified) (1 diff)
-
101g/lib.c (modified) (1 diff)
-
101g/stubs_entry.S (modified) (1 diff)
-
101g/stubs_min.S (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-1_0/platform/ixus220_elph300hs/sub/100c/lib.c
r1448 r1717 59 59 void *vid_get_viewport_fb_d() 60 60 { 61 //FF06C580 dword_FF06C580 DCD 0x3C70 62 //FF06D300 STR R12, [R5,#0x58 63 return (void*)(*(int*)(0x3C70+0x58)); 64 61 return (void*)(*(int*)(0x2c08+0x58)); 65 62 } 66 63 -
branches/release-1_0/platform/ixus220_elph300hs/sub/100c/stubs_entry.S
r1657 r1717 36 36 DEF(zoom_busy ,0x00006cf4) // Found @0xff97fd74 37 37 DEF(focus_busy ,0x00006b68) // Found @0xff97af60 38 //DEF(recreview_hold ,0x00003828) // Found @0xff8a6510, ** != ** stubs_min = 0x000094c4 (0x93D4+0xF0)38 //DEF(recreview_hold ,0x00003828) // Found @0xff8a6510, stubs_min = 0x00003828 (0x00003828) 39 39 40 40 // Values below go in 'lib.c': -
branches/release-1_0/platform/ixus220_elph300hs/sub/100c/stubs_min.S
r1637 r1717 1 1 #include "stubs_asm.h" 2 2 3 DEF(recreview_hold, 0x 93D4 + 0xF0) // FF1B66403 DEF(recreview_hold, 0x00003828) 4 4 DEF(led_table, 0x258C + 0x04) // FF0557C4 5 5 DEF(focus_len_table, 0xfffea288) // search for 21500 (longest focus length in micrometers) & 4300 (shortest length) -
branches/release-1_0/platform/ixus220_elph300hs/sub/101a/lib.c
r1448 r1717 59 59 void *vid_get_viewport_fb_d() 60 60 { 61 //FF06C580 dword_FF06C580 DCD 0x3C70 62 //FF06D300 STR R12, [R5,#0x58 63 return (void*)(*(int*)(0x3C70+0x58)); 64 61 return (void*)(*(int*)(0x2c08+0x58)); 65 62 } 66 63 -
branches/release-1_0/platform/ixus220_elph300hs/sub/101a/stubs_entry.S
r1657 r1717 36 36 DEF(zoom_busy ,0x00006cf4) // Found @0xff97fd74 37 37 DEF(focus_busy ,0x00006b68) // Found @0xff97af60 38 //DEF(recreview_hold ,0x00003828) // Found @0xff8a6510, ** != ** stubs_min = 0x000094c4 (0x93D4+0xF0)38 //DEF(recreview_hold ,0x00003828) // Found @0xff8a6510, stubs_min = 0x00003828 (0x00003828) 39 39 40 40 // Values below go in 'lib.c': -
branches/release-1_0/platform/ixus220_elph300hs/sub/101a/stubs_min.S
r1637 r1717 1 1 #include "stubs_asm.h" 2 2 3 DEF(recreview_hold, 0x 93D4 + 0xF0) // FF1B66403 DEF(recreview_hold, 0x00003828) 4 4 DEF(led_table, 0x258C + 0x04) // FF0557C4 5 5 DEF(focus_len_table, 0xfffea288) // search for 21500 (longest focus length in micrometers) & 4300 (shortest length) -
branches/release-1_0/platform/ixus220_elph300hs/sub/101c/lib.c
r1448 r1717 59 59 void *vid_get_viewport_fb_d() 60 60 { 61 //FF06C580 dword_FF06C580 DCD 0x3C70 62 //FF06D300 STR R12, [R5,#0x58 63 return (void*)(*(int*)(0x3C70+0x58)); 64 61 return (void*)(*(int*)(0x2c08+0x58)); 65 62 } 66 63 -
branches/release-1_0/platform/ixus220_elph300hs/sub/101c/stubs_entry.S
r1657 r1717 36 36 DEF(zoom_busy ,0x00006cf4) // Found @0xff97fd74 37 37 DEF(focus_busy ,0x00006b68) // Found @0xff97af60 38 //DEF(recreview_hold ,0x00003828) // Found @0xff8a6510, ** != ** stubs_min = 0x000094c4 (0x93D4+0xF0)38 //DEF(recreview_hold ,0x00003828) // Found @0xff8a6510, stubs_min = 0x00003828 (0x00003828) 39 39 40 40 // Values below go in 'lib.c': -
branches/release-1_0/platform/ixus220_elph300hs/sub/101c/stubs_min.S
r1637 r1717 1 1 #include "stubs_asm.h" 2 2 3 DEF(recreview_hold, 0x 93D4 + 0xF0) // FF1B66403 DEF(recreview_hold, 0x00003828) 4 4 DEF(led_table, 0x258C + 0x04) // FF0557C4 5 5 DEF(focus_len_table, 0xfffea288) // search for 21500 (longest focus length in micrometers) & 4300 (shortest length) -
branches/release-1_0/platform/ixus220_elph300hs/sub/101g/lib.c
r1549 r1717 59 59 void *vid_get_viewport_fb_d() 60 60 { 61 //FF06C580 dword_FF06C580 DCD 0x3C70 62 //FF06D300 STR R12, [R5,#0x58 63 return (void*)(*(int*)(0x3C70+0x58)); 64 61 return (void*)(*(int*)(0x2c08+0x58)); 65 62 } 66 63 -
branches/release-1_0/platform/ixus220_elph300hs/sub/101g/stubs_entry.S
r1657 r1717 36 36 DEF(zoom_busy ,0x00006cf4) // Found @0xff97fd74 37 37 DEF(focus_busy ,0x00006b68) // Found @0xff97af60 38 //DEF(recreview_hold ,0x00003828) // Found @0xff8a6510, ** != ** stubs_min = 0x000094c4 (0x93D4+0xF0)38 //DEF(recreview_hold ,0x00003828) // Found @0xff8a6510, stubs_min = 0x00003828 (0x00003828) 39 39 40 40 // Values below go in 'lib.c': -
branches/release-1_0/platform/ixus220_elph300hs/sub/101g/stubs_min.S
r1637 r1717 7 7 DEF(focus_len_table, 0xfffea288) // search for 21500 (longest focus length in micrometers) & 4300 (shortest length) 8 8 9 DEF(recreview_hold, 0x00003828) 10 9 11 //not touched 10 DEF(recreview_hold, 0x93D4 + 0xF0) // FF1B664011 12 DEF(led_table, 0x258C + 0x04) // FF0557C4 12 13
Note: See TracChangeset
for help on using the changeset viewer.