Changeset 1641 for trunk/platform/sx230hs/sub/100c/stubs_entry.S
- Timestamp:
- 02/05/12 05:46:18 (17 months ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
platform/sx230hs/sub/100c/stubs_entry.S (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/release-1_0 merged: 1637-1639
- Property svn:mergeinfo changed
-
trunk/platform/sx230hs/sub/100c/stubs_entry.S
r1636 r1641 16 16 // Name Address Rule % Comp to stubs_entry_2.S 17 17 //NSTUB(Restart ,0xff02d4cc) //106 *** != 0xff02d3d0 18 // ERROR: SetFileAttributes is not found. //--- --- *** != 0xff02da40 18 19 //NSTUB(kbd_pwr_off ,0xff0577e4) // 2 60% *** != 0x00000000 19 20 // ERROR: kbd_pwr_on is not found. //--- --- *** != 0x00000000 … … 33 34 34 35 // Values below can be overridden in 'stubs_min.S': 35 //DEF(physw_status ,0x000358e8) // Found @0xff024d10, stubs_min = 0x000358e8 (0x000358e8) 36 //DEF(physw_run ,0x00001c44) // Found @0xff0248a4, stubs_min = 0x00001c44 (0x00001c44) 37 //DEF(levent_table ,0xff42121c) // Found @0xff42121c, stubs_min = 0xff42121c (0xff42121c) 38 //DEF(FlashParamsTable ,0xff4956ec) // Found @0xff4956ec, stubs_min = 0xff4956ec (0xff4956ec) 39 //DEF(movie_status ,0x00008624) // Found @0xff18c580, stubs_min = 0x00008624 (0x00008624) 40 //DEF(full_screen_refresh ,0x0000b440) // Found @0xff244890, stubs_min = 0x0000b440 (0x0000b440) 41 //DEF(canon_menu_active ,0x000042d4) // Found @0xff08ca84, stubs_min = 0x000042d4 (0x000042d4) 42 //DEF(canon_shoot_menu_active ,0x00009995) // Found @0xff1d45b4, stubs_min = 0x00009995 (0x00009995) 43 //DEF(playrec_mode ,0x00004008) // Found @0xff07ed14, stubs_min = 0x00004008 (0x00004008) 36 DEF(physw_status ,0x000358e8) // Found @0xff024d10 37 DEF(physw_run ,0x00001c44) // Found @0xff0248a4 38 DEF(levent_table ,0xff42121c) // Found @0xff42121c 39 DEF(FlashParamsTable ,0xff4956ec) // Found @0xff4956ec 40 DEF(movie_status ,0x00008624) // Found @0xff18c580 41 DEF(full_screen_refresh ,0x0000b440) // Found @0xff244890 42 DEF(canon_menu_active ,0x000042d4) // Found @0xff08ca84 43 DEF(canon_shoot_menu_active ,0x00009995) // Found @0xff1d45b4 44 DEF(playrec_mode ,0x00004008) // Found @0xff07ed14 44 45 //DEF(zoom_status ,0x0000f6bc) // Found @0xff326800, ** != ** stubs_min = 0x0000f69c (0x0000f69c) 45 //DEF(some_flag_for_af_scan ,0x00008a28) // Found @0xff190c5c, stubs_min = 0x00008a28 (0x00008a28) 46 DEF(some_flag_for_af_scan ,0x00008a28) // Found @0xff190c5c 46 47 // focus_len_table contains zoom focus lengths for use in 'get_focal_length' (main.c). 47 48 // each entry contains 3 int value(s), the first is the zoom focus length. 48 49 // there are 126 entries in the table - set NUM_FL to 126 49 //DEF(focus_len_table ,0xfff4a3dc) // Found @0xfff4a3dc, stubs_min = 0xfff4a3dc (0xFFF4A3DC) 50 //DEF(zoom_busy ,0x00008548) // Found @0xff187708, stubs_min = 0x00008548 (0x852C+0x1C) 51 //DEF(focus_busy ,0x000083c4) // Found @0xff181c8c, stubs_min = 0x000083c4 (0x83BC+8) 50 DEF(focus_len_table ,0xfff4a3dc) // Found @0xfff4a3dc 51 DEF(zoom_busy ,0x00008548) // Found @0xff187708 52 DEF(focus_busy ,0x000083c4) // Found @0xff181c8c 52 53 //DEF(recreview_hold ,0x00004e04) // Found @0xff0a00d8, ** != ** stubs_min = 0x0000956c (0x947C+0xF0) 53 54 … … 216 217 NSTUB(rand ,0xff24cf8c) // 6 217 218 NSTUB(read ,0xff00ad58) //101 218 NSTUB(readfastdir ,0xff2e6f5c) // 6219 219 NSTUB(reboot_fw_update ,0xff2ec3f4) // 6 220 220 NSTUB(rename ,0xff026cd8) // 6
Note: See TracChangeset
for help on using the changeset viewer.