Ignore:
Timestamp:
02/05/12 00:33:18 (16 months ago)
Author:
philmoz
Message:

Re-align CHDK and CHDK-DE code base (part 1) - http://chdk.setepontos.com/index.php?topic=7601.0

  • add a1000, include a3300, ixus1000 and ixus230 in auto build
  • align signature finder code and stubs files
  • align files with just white space differences
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/release-1_0/platform/d10/sub/100a/stubs_min.S

    r897 r1637  
    11#include "stubs_asm.h" 
    22 
    3 DEF(physw_status, 0xE238) // ShowPhySwStatus, "GpioStatus  " 
    4 DEF(physw_run, 0x1C2C + 0xC) // task_PhySw 
    5 DEF(playrec_mode,0x2B88 + 0x4) // "MenuIn" 
    6 DEF(canon_menu_active,0x2E28 + 0x4) // "StartRecModeMenu" 
    7 DEF(canon_shoot_menu_active,0x7404 + 0x1)   // sub_FF96B3C0, via loc_FF87913C sub_FF878FF4 calls reboot: sub_FF828E54, near HwErrPreShtDwn 
    8 DEF(FlashParamsTable,0xFFB330F4) // sub_FFA54AB8, near pointer to canon mode list FFB32F18 
    9 DEF(levent_table,0xFFB08638) // find_levent  
    10 DEF(recreview_hold,0x70B0 + 0xC4) // from sub_FF95C814 via search on int 0x3007, similar to sd990, TODO may not be right 
    11 DEF(zoom_status, 0xAD70) // sub_FFA56810, search on ZoomCon_EnterCaptModeChange similar to sd990 
    12 DEF(zoom_busy, 0x5EFC + 0x14)  // 0x5EFC + 0x14, found in sub_FF92B59C search on "ZoomLens", similar to sd990 
    13 DEF(focus_busy, 0x5E00 + 0x8) //  0x5E00 + 0x8, via sub_FF9265C0 and found by search on "M:IS_RST_E" 
    14 DEF(movie_status, 0x4B29C + 0x38)  // 0x4B29C + 0x38 via task_MovieRecord -> sub_FF92F3E8 -> loc_FF92F36C 
    15 DEF(some_flag_for_af_scan, 0x6508) // search on "SsPrepareSeq.c" -> sub_FF932650 -> sub_FF9325DC -> FF932628 similar to sd990 
     3DEF(movie_status,                       0x4B29C + 0x38) // 0x4B29C + 0x38 via task_MovieRecord -> sub_FF92F3E8 -> loc_FF92F36C 
     4DEF(recreview_hold,                     0x70B0 + 0xC4)  // from sub_FF95C814 via search on int 0x3007, similar to sd990, TODO may not be right 
    165 
    17 DEF(some_f_for_dng, 0xDEAD) // TODO NOT FOUND! 
    18 DEF(second_ext_for_dng, 0xDEAD) // TODO NOT FOUND! 
     6DEF(some_f_for_dng,                     0xDEAD)        // TODO NOT FOUND! 
     7DEF(second_ext_for_dng,                 0xDEAD)        // TODO NOT FOUND! 
Note: See TracChangeset for help on using the changeset viewer.