Changeset 1444 for trunk/platform/g12/sub/100g/stubs_entry.S
- Timestamp:
- 12/02/11 05:32:17 (18 months ago)
- File:
-
- 1 edited
-
trunk/platform/g12/sub/100g/stubs_entry.S (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/platform/g12/sub/100g/stubs_entry.S
r1424 r1444 22 22 // No problems found with modemap table. 23 23 24 // Values below goin 'stubs_min.S':25 //DEF(physw_status ,0x00034474) // Found @0xff8349f4, stubs_min = 0x00034474 (0x34474) 26 //DEF(physw_run ,0x00001c3c) // Found @0xff8345f0, stubs_min = 0x00001c3c (0x1C30+0xC) 27 //DEF(levent_table ,0xffc0c01c) // Found @0xffc0c01c, stubs_min = 0xffc0c01c (0xffc0c01c) 28 //DEF(FlashParamsTable ,0xffc898ec) // Found @0xffc898ec, stubs_min = 0xffc898ec (0xffc898ec) 29 //DEF(movie_status ,0x000072d4) // Found @0xff986d88, stubs_min = 0x000072d4 (0x7290+0x44) 30 //DEF(full_screen_refresh ,0x0000a5dc) // Found @0xffa53cb4, stubs_min = 0x0000a5dc (0xA5DC) 31 //DEF(canon_menu_active ,0x00003214) // Found @0xff896098, stubs_min = 0x00003214 (0x3210+4) 32 //DEF(canon_shoot_menu_active ,0x00008afd) // Found @0xff9dc738, stubs_min = 0x00008afd (0x8AFC+1) 33 //DEF(playrec_mode ,0x00002f38) // Found @0xff8880fc, stubs_min = 0x00002f38 (0x2F34+0x4) 34 //DEF(zoom_status ,0x0000e590) // Found @0xffb2290c, stubs_min = 0x0000e590 (0xE590) 35 //DEF(some_flag_for_af_scan ,0x000076b4) // Found @0xff98a814, stubs_min = 0x000076b4 (0x76B4) 24 // Values below can be overridden in 'stubs_min.S': 25 DEF(physw_status ,0x00034474) // Found @0xff8349f4 26 DEF(physw_run ,0x00001c3c) // Found @0xff8345f0 27 DEF(levent_table ,0xffc0c01c) // Found @0xffc0c01c 28 DEF(FlashParamsTable ,0xffc898ec) // Found @0xffc898ec 29 DEF(movie_status ,0x000072d4) // Found @0xff986d88 30 DEF(full_screen_refresh ,0x0000a5dc) // Found @0xffa53cb4 31 DEF(canon_menu_active ,0x00003214) // Found @0xff896098 32 DEF(canon_shoot_menu_active ,0x00008afd) // Found @0xff9dc738 33 DEF(playrec_mode ,0x00002f38) // Found @0xff8880fc 34 DEF(zoom_status ,0x0000e590) // Found @0xffb2290c 35 DEF(some_flag_for_af_scan ,0x000076b4) // Found @0xff98a814 36 36 37 37 // Values below go in 'lib.c': … … 72 72 //#undef CAM_UNCACHED_BIT 73 73 //#define CAM_UNCACHED_BIT 0x40000000 // Found @0xff83af74 74 75 // Misc stuff 76 DEF(ctypes, 0xffbb7cce) 74 77 75 78 // Stubs below matched 100%.
Note: See TracChangeset
for help on using the changeset viewer.