Ignore:
Timestamp:
02/05/12 05:46:18 (17 months ago)
Author:
philmoz
Message:

Merged revision(s) 1638-1639 from branches/release-1_0:

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/platform/sx230hs/sub/100c/stubs_entry.S

    r1636 r1641  
    1616//    Name                                     Address      Rule  %  Comp to stubs_entry_2.S 
    1717//NSTUB(Restart                               ,0xff02d4cc) //106        *** != 0xff02d3d0 
     18// ERROR: SetFileAttributes is not found.                  //--- ---    *** != 0xff02da40 
    1819//NSTUB(kbd_pwr_off                           ,0xff0577e4) //  2 60%    *** != 0x00000000 
    1920// ERROR: kbd_pwr_on is not found.                         //--- ---    *** != 0x00000000 
     
    3334 
    3435// 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) 
     36DEF(physw_status                            ,0x000358e8) // Found @0xff024d10 
     37DEF(physw_run                               ,0x00001c44) // Found @0xff0248a4 
     38DEF(levent_table                            ,0xff42121c) // Found @0xff42121c 
     39DEF(FlashParamsTable                        ,0xff4956ec) // Found @0xff4956ec 
     40DEF(movie_status                            ,0x00008624) // Found @0xff18c580 
     41DEF(full_screen_refresh                     ,0x0000b440) // Found @0xff244890 
     42DEF(canon_menu_active                       ,0x000042d4) // Found @0xff08ca84 
     43DEF(canon_shoot_menu_active                 ,0x00009995) // Found @0xff1d45b4 
     44DEF(playrec_mode                            ,0x00004008) // Found @0xff07ed14 
    4445//DEF(zoom_status                             ,0x0000f6bc) // Found @0xff326800, ** != ** stubs_min = 0x0000f69c (0x0000f69c) 
    45 //DEF(some_flag_for_af_scan                   ,0x00008a28) // Found @0xff190c5c,          stubs_min = 0x00008a28 (0x00008a28) 
     46DEF(some_flag_for_af_scan                   ,0x00008a28) // Found @0xff190c5c 
    4647// focus_len_table contains zoom focus lengths for use in 'get_focal_length' (main.c). 
    4748// each entry contains 3 int value(s), the first is the zoom focus length. 
    4849// 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) 
     50DEF(focus_len_table                         ,0xfff4a3dc) // Found @0xfff4a3dc 
     51DEF(zoom_busy                               ,0x00008548) // Found @0xff187708 
     52DEF(focus_busy                              ,0x000083c4) // Found @0xff181c8c 
    5253//DEF(recreview_hold                          ,0x00004e04) // Found @0xff0a00d8, ** != ** stubs_min = 0x0000956c (0x947C+0xF0) 
    5354 
     
    216217NSTUB(rand                                    ,0xff24cf8c) //  6 
    217218NSTUB(read                                    ,0xff00ad58) //101 
    218 NSTUB(readfastdir                             ,0xff2e6f5c) //  6 
    219219NSTUB(reboot_fw_update                        ,0xff2ec3f4) //  6 
    220220NSTUB(rename                                  ,0xff026cd8) //  6 
Note: See TracChangeset for help on using the changeset viewer.