Changeset 1444 for trunk/platform/ixus310_elph500hs/sub/101a/stubs_entry.S
- Timestamp:
- 12/02/11 05:32:17 (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/platform/ixus310_elph500hs/sub/101a/stubs_entry.S
r1424 r1444 23 23 // No problems found with modemap table. 24 24 25 // Values below goin 'stubs_min.S':26 //DEF(physw_status ,0x00034d4c) // Found @0xff024e2c, stubs_min = 0x00034d4c (0x00034d4c) 27 //DEF(physw_run ,0x00001c3c) // Found @0xff0249cc, stubs_min = 0x00001c3c (0x00001c3c) 28 //DEF(levent_table ,0xff4214e8) // Found @0xff4214e8, stubs_min = 0xff4214e8 (0xff4214e8) 29 //DEF(FlashParamsTable ,0xff4ce948) // Found @0xff4ce948, stubs_min = 0xff4ce948 (0xff4ce948) 30 //DEF(movie_status ,0x000070dc) // Found @0xff17e974, stubs_min = 0x000070dc (0x000070dc) 31 //DEF(full_screen_refresh ,0x0000a424) // Found @0xff244a14, stubs_min = 0x0000a424 (0x0000a424) 32 //DEF(canon_menu_active ,0x000032f8) // Found @0xff0887f4, stubs_min = 0x000032f8 (0x000032f8) 33 //DEF(canon_shoot_menu_active ,0x000087c9) // Found @0xff1c867c, stubs_min = 0x000087c9 (0x000087c9) 34 //DEF(playrec_mode ,0x00003030) // Found @0xff07abf4, stubs_min = 0x00003030 (0x00003030) 35 //DEF(zoom_status ,0x0000e7c0) // Found @0xff32448c, stubs_min = 0x0000e7c0 (0x0000e7c0) 36 //DEF(some_flag_for_af_scan ,0x000074e0) // Found @0xff183040, stubs_min = 0x000074e0 (0x000074e0) 25 // Values below can be overridden in 'stubs_min.S': 26 DEF(physw_status ,0x00034d4c) // Found @0xff024e2c 27 DEF(physw_run ,0x00001c3c) // Found @0xff0249cc 28 DEF(levent_table ,0xff4214e8) // Found @0xff4214e8 29 DEF(FlashParamsTable ,0xff4ce948) // Found @0xff4ce948 30 DEF(movie_status ,0x000070dc) // Found @0xff17e974 31 DEF(full_screen_refresh ,0x0000a424) // Found @0xff244a14 32 DEF(canon_menu_active ,0x000032f8) // Found @0xff0887f4 33 DEF(canon_shoot_menu_active ,0x000087c9) // Found @0xff1c867c 34 DEF(playrec_mode ,0x00003030) // Found @0xff07abf4 35 DEF(zoom_status ,0x0000e7c0) // Found @0xff32448c 36 DEF(some_flag_for_af_scan ,0x000074e0) // Found @0xff183040 37 37 38 38 // Values below go in 'lib.c': … … 67 67 //#undef CAM_UNCACHED_BIT 68 68 //#define CAM_UNCACHED_BIT 0x40000000 // Found @0xff02b914 69 70 // Misc stuff 71 DEF(ctypes, 0xff3cea3e) 69 72 70 73 // Stubs below matched 100%.
Note: See TracChangeset
for help on using the changeset viewer.